Remove Cache Remove Performance Remove Testing
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

When serving and storing files on the web, there are a number of different things we need to take into consideration in order to balance ergonomics, performance, and effectiveness. Caching them at the other end: How long should we cache files on a user’s device? Read the complete test methodology.

Cache 353
article thumbnail

Netflix’s Distributed Counter Abstraction

The Netflix TechBlog

This counting service, built on top of the TimeSeries Abstraction, enables distributed counting at scale while maintaining similar low latency performance. Best Effort Regional Counter This type of counter is powered by EVCache , Netflix’s distributed caching solution built on the widely popular Memcached.

Latency 251
Insiders

Sign Up for our Newsletter

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

article thumbnail

Seeing through hardware counters: a journey to threefold performance increase

The Netflix TechBlog

A quick canary test was free of errors and showed lower latency, which is expected given that our standard canary setup routes an equal amount of traffic to both the baseline running on 4xl and the canary on 12xl. Luckily, the m5.12xl instance type exposes a set of core PMCs (Performance Monitoring Counters, a.k.a.

Hardware 363
article thumbnail

Consistent caching mechanism in Titus Gateway

The Netflix TechBlog

We introduce a caching mechanism in the API gateway layer, allowing us to offload processing from singleton leader elected controllers without giving up strict data consistency and guarantees clients observe. The cache is kept in sync with the current leader process. How do I know that my cache is up to date? of the data.

Cache 233
article thumbnail

CSS and Network Performance

CSS Wizardry

Let me address that by combining my two favourite topics: CSS and performance. It’s really, really bad for Start Render performance. The introduction of the Preload Scanner improved web page performance by around 19%, all without developers having to lift a finger. Test, test, test. What’s the Big Problem?

Network 279
article thumbnail

How multicloud observability boosts cloud performance at Tractor Supply Co.

Dynatrace

Managing cloud performance is increasingly challenging for organizations that spread workloads across a greater variety of platforms. Moreover, organizations have to balance maintaining security, retaining cloud management expertise, and managing infrastructure performance. Rural lifestyle retail giant Tractor Supply Co.

Cloud 243
article thumbnail

Migrating Netflix to GraphQL Safely

The Netflix TechBlog

This blog post will share broadly-applicable techniques (beyond GraphQL) we used to perform this migration. The three strategies we will discuss today are AB Testing , Replay Testing, and Sticky Canaries. To launch Phase 1 safely, we used AB Testing. To launch Phase 2 safely, we used Replay Testing and Sticky Canaries.

Traffic 357