Learn what caching is, its benefits, how to set up caching in Django, the backend systems Django supports, and caching best practices.
Tag: caching
Learn how caching improves app performance and how to implement it in PHP through output buffering, caching functions, and database storage.
If your WordPress site isn't performing well, one of the improvements to consider is to implement caching. In this post, Shaumik Daityari takes you beyond the layman's understanding of caching, explaining how to implement it in a website to improve WordPress site performance.
Bruno Škvorc shows how to implement Varnish as an additional caching layer, along with the Cloudflare CDN, to increase an app's GTMetrix score dramatically.
Tonino Jankov introduces Cloudflare, a website performance and security service, explaining how it works and how to get started using it.
Peter Bengtsson walks through building a wrapper for the Fetch API, step-by-step, to cache fetched AJAX results and avoid repeated requests to the server.
Super-caching, optimization, customization, comments, and much more you simply MUST do for your Grav installation
Ilya Bodrov-Krukowski shows you how to speed up your app performance by demonstrating all the ways to cache in Rails.
You need rarely worry about caching — until you're hit by bizarre behavior, such as pages returning JSON data on the live app but not the test versions ...
Narayan introduces Munee - a PHP lib that automates CSS, JS, LESS, SCSS, CoffeeScript etc minification and compilation, image resizing, caching, and more!
Iddo Gino teaches you how to improve the performance of your Node.js web service with Redis to store the results of the query executed on a MongoDB database
Craig Buckler details 5 performance tweaks to speed up Express apps. If you thought Node.js & Express were already fast, these will make them faster still!
Wern Ancheta goes through another set of common caching techniques in PHP: Varnish, Memcached and libraries like Doctrine Cache and Stash
Wern Ancheta covers three common approaches to caching in PHP: Zend Opcache, Query Caching and Expires Headers.
Danny Sipos looks at the Cache API in Drupal 8 and demonstrates its power on an example of fetching and caching 100 remote posts. Get ready for Drupal 8!
Learn the basics of routing, caching and active record in the Yii PHP framework
Read The Basics of Caching and Cache Digests and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Colin Ihrig explains the concept of memoization, which can potentially increase your program's performance by caching the results of previous function calls