Remove 2022 Remove Cache Remove Network
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

Compressing them over the network: Which compression algorithm, if any, will we use? Caching them at the other end: How long should we cache files on a user’s device? As of 2022 , roughly: 28% of compressible responses were Brotli encoded; 46% were Gzipped; 25% were, worryingly, not compressed at all. main.af8a22.css

Cache 348
article thumbnail

Migrating Netflix to GraphQL Safely

The Netflix TechBlog

By Jennifer Shin , Tejas Shikhare , Will Emmanuel In 2022, a major change was made to Netflix’s iOS and Android applications. And we definitely couldn’t replay test non-functional requirements like caching and logging user interaction. Until recently, an internal API framework, Falcor , powered our mobile apps.

Traffic 357
Insiders

Sign Up for our Newsletter

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

article thumbnail

Performance Game Changer: Browser Back/Forward Cache

Smashing Magazine

Performance Game Changer: Browser Back/Forward Cache. Performance Game Changer: Browser Back/Forward Cache. 2022-05-09T10:30:00+00:00. 2022-05-09T17:34:14+00:00. With that caveat out of the way, let’s get to the guts of the article: What is the Back/Forward Cache and why does it matter so much? Barry Pollard.

Cache 106
article thumbnail

USENIX SREcon APAC 2022: Computing Performance: What's on the Horizon

Brendan Gregg

It was a great privilege. ## SREcon 2023 CFP Tech moves fast, however, and I have little time to reflect on 2022 when there's 2023 to plan! And now, helping bring USENIX conferences to Australia by giving the first keynote: I could not have scripted or expected it. The call for participation ends on March 2nd 23:59 SGT!

article thumbnail

Pushy to the Limit: Evolving Netflix’s WebSocket proxy for the future

The Netflix TechBlog

As a networking team, we naturally lean towards abstracting the communication layer with encapsulation wherever possible. We built the majority of this functionality in October 2022, and we’ve only needed small tweaks since then. The client app protocol, built on top of the device to device protocol, built on top of Pushy.

Latency 234
article thumbnail

Meet Hydrogen: A React Framework For Dynamic, Contextual And Personalized E-Commerce

Smashing Magazine

On top of this foundation, we add layers of caching, prerendering and edge delivery optimizations — not the other way around. Hydrogen fuels dynamic commerce by uniting React Server Components, streaming server-side rendering, and smart caching controls. Stay tuned for more in 2022! Large preview ). You need both.

Cache 139
article thumbnail

Understanding Weak Reference In JavaScript

Smashing Magazine

2022-05-25T09:30:00+00:00. 2022-05-25T14:33:15+00:00. According to Mozilla Developer Network, the Map object holds key-value pairs and remembers the original insertion order of the keys. WeakMap can be used in two areas of web development: caching and additional data storage. Understanding Weak Reference In JavaScript.

Cache 128