article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

It turns out this component structure provides a great foundation to improve the performance of our sites. We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed.

Code 147
article thumbnail

Matching Supply With Demand — Solutions, Part 3

SQL Performance

The tricky part about this solution is its performance degrades as the largest interval length increases. Auctions ( Code , ID ) INCLUDE ( Quantity ) ; -- Enable batch-mode Window Aggregate. Code = 'D'. ) Code = 'S'. ) With the same 400K-row input, it took Joe’s solution 0.9 seconds to complete.

C++ 138
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

It turns out this component structure provides a great foundation to improve the performance of our sites. We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed.

Code 130
article thumbnail

Cómo mejorar la performance de una web usando lazy-loading y code-splitting

Jos

Una ventaja adicional es que esta estructura de componentes proporciona una base sólida para mejorar la performance de nuestras webs. Code Splitting y CSS-in-JS : cómo CSS-in-JS nos permite extender el code-splitting y lazy-loading a CSS, SVGs y otros recursos. animationDuration = 2000 ; this. interval = null ; this.

Code 130
article thumbnail

Matching Supply With Demand Challenge

SQL Performance

It's a pretty common need in real life; it's simple to describe, and it's quite easy to solve with reasonable performance using a cursor-based solution. When Peter sends me a puzzle, I typically respond with a suggested solution, and he usually comes up with a better-performing, brilliant solution. Auctions ; CREATE TABLE dbo.

C++ 133
article thumbnail

Matching Supply With Demand — Solutions, Part 1

SQL Performance

This month, I'm going to start exploring the submitted solutions, roughly, going from the worse performing to the best performing ones. Why even bother with the bad performing ones? This article is dedicated to this poor performing approach. Despite the poor performance, working on the solution is an interesting exercise.

Code 116
article thumbnail

Web Performance Bookshelf

Rigor

Reading time 1 min Why share the library of the web performance books while there’s a substantial collection of fantastic websites and articles on the net? High Performance Browser Networking. This book is about performance problems and the various technologies created to fight them. High Performance Websites.