Powered Cache offers deferred or/and delayed JS execution to solve “render blocking resource” problems. Defer The defer attribute is a boolean attribute that specifies that the script should be executed after the document has been parsed, but before firing DOMContentLoaded. <script defer src=”script.js”></script> When the script tag includes data-no-deferattribute, Powered Cache respects it and excludes […]
All posts by mustafa
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. When this feature is enabled, the original image addresses will be replaced with our image optimization service (img.poweredcache.net). This service will perform on-the-fly image optimization, resizing, and conversion to AVIF or WebP formats, depending on what the client’s […]
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.
Debug Log
In order to enable debug logs for the Powered Cache, you can add example configurations to your wp-config.php file We don’t recommend enabling logging on production websites. Make sure the log file is out of the public directory, or access restricted to that file. If you don’t define POWERED_CACHE_LOG_FILE the logs will be send to […]