Remove Cache Remove Case Study Remove Traffic
article thumbnail

Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study)

Smashing Magazine

Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study). Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study). That was until we went to production with our highest traffic customer. Jonne Kats. 2021-09-24T10:00:00+00:00. 2021-09-24T10:06:13+00:00.

Website 116
article thumbnail

Image Processing Insights

KeyCDN

Even if a browser doesn't support WebP, our WebP caching feature will ensure that the correct image format is delivered. WebP means faster loading times and less traffic. WebP delivery doesn't require any change on the origin server with the WebP caching feature. In almost each case, the size of the WebP images was smaller.

Insiders

Sign Up for our Newsletter

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

article thumbnail

How to use Server Timing to get backend transparency from your CDN

Speed Curve

Caching the base page/HTML is common, and it should have a positive impact on backend times. Key things to understand from your CDN Cache Hit/Cache Miss – Was the resource served from the edge, or did the request have to go to origin? In the case of a cache miss, this should be zero.)

Servers 57
article thumbnail

How We Optimized Performance To Serve A Global Audience

Smashing Magazine

It increases our visibility and enables us to draw a steady stream of organic (or “free”) traffic to our site. While paid marketing strategies like Google Ads play a part in our approach as well, enhancing our organic traffic remains a major priority. The higher our organic traffic, the more profitable we become as a company.

article thumbnail

How Data Inspires Building a Scalable, Resilient and Secure Cloud Infrastructure At Netflix

The Netflix TechBlog

the order of the rows on your Netflix home page, issuing content licenses when you click play, finding the Open Connect cache closest to you with the content you requested, and many more). Can we adjust our auto-scaling policies to be more efficiency without risking our availability during traffic spikes?

article thumbnail

Designing far memory data structures: think outside the box

The Morning Paper

A far memory data structure has: far data in far memory, containing the core content of the data structure data caches at clients algorithms for operations. Processor caches can help to hide local accesses too, but not remote accesses. Clients cache the entire tree, but not the hash tables. Refreshable vectors. A worked example.

Design 80
article thumbnail

Fostering a Web Performance Culture

Jos

When they dug into the data, they found that the reason load times had increased was that they got a lot more traffic from Africa after doing the optimizations. How would you architecture a non-trivial size web project (client, server, databases, caching layer)? What happens when a browser tries to load a website?