Page cache purging is a vital process in the lifecycle of any website powered by a content management system. It involves clearing out the stored (or cached) versions of your web pages, to ensure that users are always served the most recent content. In large-scale web applications, managing cache purging can become a considerable task […]
All posts by mustafa
JS Execution
Powered Cache offers four different JavaScript execution methods. Blocking The traditional, default method for executing JavaScript on a web page is “blocking”. When the browser encounters a script during the parsing of HTML, it stops downloading and executes the script before continuing. This can lead to perceived delays in page load time. <script src=”script.js”></script> Async […]
Remove Unused CSS
The “Remove Unused CSS” feature is a unique and valuable asset of the Powered Cache plugin. The purpose of this feature is to optimize your website’s performance by eliminating unnecessary CSS rules from your pages. This guide will walk you through what the feature does, why it’s important, and how to use it. What is […]
CLI Commands
Powered Cache Premium support WP_CLI commands to manage your website easily. You can access supported CLI commands by simply typing wp help powered-cache Subcommands: wp powered-cache criticalcss wp powered-cache preload (eg: preload homepage, posts, and taxonomy up to 1000 items for Spanish language, you can skip optional parameters) wp powered-cache purge Purge given post id […]
Licensing
Powered Cache licensing system works with a license key and domain of the WordPress installation. However, you don’t need an additional license for a multisite setup. Here are the details about licensing; a) If you are using Powered Cache for a regular WordPress installation, you just need one license key. b) If you are going […]
How To Enable CORS On RunCloud
If you are using Powered Cache on RunCloud (nginx) you will likely need to add CORS rules for CDN integration. Add a custom config and use “headers” as the configuration type 2. Add the configuration
Powered Cache Headers
Cache Status Header Powered Cache adds “X-Powered-Cache” header to show whether the request was served from the cache or not. For example, if a page is not cached, it will show “X-Powered-Cache: MISS” Cache Miss Reason As an addition to the cache status header, if the POWERED_CACHE_ENABLE_LOG enabled or POWERED_CACHE_MISS_REASON defined, it will add “X-Powered-Cache-Miss-Reason” […]
Image Optimization
Image optimization is a premium feature that allows optimizing your images instantly without using your server resources. Once the feature is enabled, the origin image addresses with being replaced with our image optimization service (img.poweredcache.net) and it will perform on-the-fly image optimization, resizing and WebP conversation where the client browser supports. Limitations No cache invalidations. […]
Preconnect Resources
Preconnect establishes a connection to a server. This process includes DNS resolution, as well as establishing the TCP connection, and performing the TLS handshake—if a site is served over HTTPS. If a page needs to make connections to many third-party domains, preconnecting them all is counterproductive. The preconnect hint is best used for only the […]
Activate Powered Cache Premium
Activate Powered Cache Premium easily.