Remove Best Practices Remove Latency Remove Open Source Remove Video
article thumbnail

MongoDB Best Practices: Security, Data Modeling, & Schema Design

Percona

In this blog post, we will discuss the best practices on the MongoDB ecosystem applied at the Operating System (OS) and MongoDB levels. We’ll also go over some best practices for MongoDB security as well as MongoDB data modeling. The CFQ works well for many general use cases but lacks latency guarantees.

article thumbnail

Predictive CPU isolation of containers at Netflix

The Netflix TechBlog

Because microprocessors are so fast, computer architecture design has evolved towards adding various levels of caching between compute units and the main memory, in order to hide the latency of bringing the bits to the brains. can we actually make this work in practice? Since MIPs are NP-hard, some care needs to be taken.

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

Using Modern Image Formats: AVIF And WebP

Smashing Magazine

However, you should ideally replace such images with videos. The AV1 image file format (AVIF) is an open-source image format for storing still and animated images. It was released in February 2019 by the Alliance for Open Media (AOMedia). AVIF is the image version of the popular AV1 video format. Large preview ).

article thumbnail

HTTP/3: Performance Improvements (Part 2)

Smashing Magazine

Because we are dealing with network protocols here, we will mainly look at network aspects, of which two are most important: latency and bandwidth. Latency can be roughly defined as the time it takes to send a packet from point A (say, the client) to point B (the server). Two-way latency is often called round-trip time (RTT).

article thumbnail

A Complete Guide to Performance Budgets

Speed Curve

It's only tracked on certain elements, e.g., IMG and VIDEO. According to the Chrome dev team : "INP is a metric that aims to represent a page's overall interaction latency by selecting one of the single longest interactions that occur when a user visits a page. INP measures a page's responsiveness to individual user interactions.

article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

Assets Optimizations Brotli, AVIF, WebP, responsive images, AV1, adaptive media loding, video compression, web fonts, Google fonts. dashboard (open source), SpeedCurve and Calibre are just a few of them, and you can find more tools on perf.rocks. You can then mimic the 90th percentile’s experience for testing. Large preview ).

article thumbnail

How We Optimized Performance To Serve A Global Audience

Smashing Magazine

This could be an image, a block of text, or even an embedded video. For Performance Monitoring Many of you reading this may already be familiar with Next.js, but it is a popular open-source JavaScript framework that allows us to monitor our website’s performance in real-time. Here’s how we do it at Bookaway. One of the key Next.js