Remove Cache Remove Latency Remove Network Remove Video
article thumbnail

Migrating Netflix to GraphQL Safely

The Netflix TechBlog

The GraphQL shim enabled client engineers to move quickly onto GraphQL, figure out client-side concerns like cache normalization, experiment with different GraphQL clients, and investigate client performance without being blocked by server-side migrations. To launch Phase 1 safely, we used AB Testing.

Traffic 353
article thumbnail

Best practices and key metrics for improving mobile app performance

Dynatrace

Mobile applications (apps) are an increasingly important channel for reaching customers, but the distributed nature of mobile app platforms and delivery networks can cause performance problems that leave users frustrated, or worse, turning to competitors. Load time and network latency metrics. Minimize network requests.

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

Netflix Cloud Packaging in the Terabyte Era

The Netflix TechBlog

After content ingestion, inspection and encoding, the packaging step encapsulates encoded video and audio in codec agnostic container formats and provides features such as audio video synchronization, random access and DRM protection. Uploading and downloading data always come with a penalty, namely latency.

Cloud 237
article thumbnail

Optimizing Video Streaming CDN Architecture for Cost Reduction and Enhanced Streaming Performance

IO River

Now, with viewers all over the world expecting flawless and high-definition streaming, video providers have their work cut out for them. This is where a well-architected Content Delivery Network (CDN) shines. The goal is to boost the pitfalls of network disruptions and vendor dependencies, all while pocketing cost savings.

article thumbnail

Optimizing Video Streaming CDN Architecture for Cost Reduction and Enhanced Streaming Performance

IO River

Now, with viewers all over the world expecting flawless and high-definition streaming, video providers have their work cut out for them. This is where a well-architected Content Delivery Network (CDN) shines. Â The goal is to boost the pitfalls of network disruptions and vendor dependencies, all while pocketing cost savings.

article thumbnail

Seamlessly Swapping the API backend of the Netflix Android app

The Netflix TechBlog

This allows the app to query a list of “paths” in each HTTP request, and get specially formatted JSON (jsonGraph) that we use to cache the data and hydrate the UI. In the snippet above, we’re accessing the detail key for the video object with id 80154610. Instead, it is part of a different path : [videos, <id>, similars].

Latency 233
article thumbnail

Designing Instagram

High Scalability

Generating machine learning based personalized recommendations to discover new people, photos, videos, and stories relevant one’s interest. When a user requests for feed then there will be two parallel threads involved in fetching the user feeds to optimize for latency. Users should be able to like and comment the posts.

Design 334