article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

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. Cache This is the easy one. What is the availability, configurability, and efficacy of each? ?️

Cache 348
article thumbnail

Kubernetes in the wild report 2023

Dynatrace

Kubernetes moved to the cloud in 2022. Kubernetes moved to the cloud in 2022. In 2022, Kubernetes became the key platform for moving workloads to the public cloud. Likewise, the share of cloud-hosted clusters increased from 31% in 2021 to 45% in 2022. But in 2022, this picture reverses.

Insiders

Sign Up for our Newsletter

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

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
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

New Bit Manipulation Functions in SQL Server 2022

SQL Performance

Examples include the following: The set_options and required_cursor_options cached plan attributes, which you obtain using the sys.dm_exec_plan_attributes DMF. Prior to SQL Server 2022, T-SQL had minimal support for bit manipulation. Instead, starting with SQL Server 2022 you simply use the SET_BIT function. Counting Bits.

Servers 122
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

7 Fresh Links on Performance For March 2022

CSS - Tricks

Caching Header Best Practices — Simon Hearne’s dissertation on Cache headers. If you incorrectly send Cache headers, users might be re-downloading a file over and over unnecessarily when they don’t need to, which is about the worst thing possible. You should get the newsletter.