
Learn how caching improves app performance and how to implement it in PHP through output buffering, caching functions, and database storage.
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.
Doyin Faith Kasumu covers twelve of the best ways to speed up your WordPress website, helping you easily work on improving your overall page speed.
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.
In this article, Charles Costa provides a summary of the top plugins in use by the top 500K sites using WordPress, broken down by category.
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!
There's no doubt speed matters. In this article we cover some of the common methods used for tuning WordPress to handle higher amounts of traffic.
There are many ways of scaling your website. In this article we focus on database tweaks and optimizations that can improve WordPress performance.
In this article we'll cover five of the most popular WordPress caching plugins that you can use to speed up your website and improve overall performance.
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.
Read Page Caching with HTTP 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