article thumbnail

HTTP Cache Headers - A Complete Guide

KeyCDN

One of the best ways to achieve this is by using HTTP caching headers. These headers tell web browsers and other HTTP clients how to cache and serve content from your website. This article highlights important information on HTTP caching headers and associated CDN behavior.

Cache 52
article thumbnail

WordPress Cache Enabler Plugin Updates

KeyCDN

In October 2015 KeyCDN released a free WordPress caching plugin called Cache Enabler. We did this because we wanted to give back to the WordPress community in the offering of a caching solution that was not complicated and most importantly, free. Over the last few months there have been many changes made to Cache Enabler.

Cache 134
Insiders

Sign Up for our Newsletter

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

article thumbnail

Bringing Rich Experiences to Memory-constrained TV Devices

The Netflix TechBlog

Our UI runs on top of a custom rendering engine which uses what we call a “surface cache” to optimize our use of graphics memory. Surface Cache Surface cache is a reserved pool in main memory (or separate graphics memory on a minority of systems) that the Netflix app uses for storing textures (decoded images and cached resources).

Cache 169
article thumbnail

Distance-Based ISA for Efficient Register Management

ACM Sigarch

Figure 1: Comparison of widest CPUs in 2015 and 2025. His extensive research on ILP architectures includes struggling on instruction-block-based, clustered, tile-based and cache management strategies as well as various predictors. His research interests span computer architecture and human-computer interaction.

article thumbnail

Improving PHP Performance for Web Applications

KeyCDN

In 2015, PHP 7.0 Cash in on caching techniques Memcache is particularly useful for reducing your database load while bytecode caching engines like OPcache are great for saving execution time when scripts get compiled. A file cache that uses RAM can speed up disk access so long as there is enough memory.

article thumbnail

Netflix End of Series 1

Brendan Gregg

The Netflix stack is more diverse than I was expecting, and is explained in detail in the [Netflix tech blog]: The production cloud is AWS EC2, Ubuntu Linux, Intel x86, mostly Java with some Node.js (and other languages), microservices, Cassandra (storage), EVCache (caching), Spinnaker (deployment), Titus (containers), Apache Spark (analytics), Atlas (..)

Java 136
article thumbnail

Mastering Disk Space Management with MongoDB® Storage Engines

Scalegrid

It uses a filesystem cache and write-ahead log for crash recovery. MongoDB makes use of both the filesystem cache and the WiredTiger internal cache. By default, the WiredTiger cache will occupy 50% of RAM minus 1 GB, or 256 MB. released in December 2015. Compaction operation defragments data files & indexes.

Storage 130