Powered Cache offers a bypass feature that allows you to view your site without caching or optimization. This is particularly useful if you want to check how the site looks and performs without any caching or optimizations applied by the plugin. How to Use the Bypass Functionality To bypass the caching, you can add a […]
Category: Misc
Protect Cache Directory: Securing Sensitive Cached Files for Your Website
Caching improves website performance by serving pre-generated content, reducing the load on the server and speeding up response times. However, caching can also store sensitive information in cached files, particularly when users are logged in. Protecting these files is essential to prevent unauthorized access and keep user data safe. This guide explains why protecting your […]
Ip Addresses
Our services, including Critical CSS and UCSS, require a publicly accessible website to function. If your website blocks certain countries or has some sort of WAF rules that prevent our servers from accessing your website, you might not be able to use those services. Here are the ip addresses you can add to your allowed […]
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 […]
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” […]
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 […]
Export/Import Settings
PoweredCache generates portable configuration files in JSON format. You can easily export the settings through “Misc -> Export” and vice-versa import an existing configuration with “Misc -> Import”. Simple as it.
Run Diagnostic
Running the diagnostic test helps to identify potential issues with the caching. In order the run a diagnostic test, you just need to navigate “PoweredCache Settings -> Misc” and hit to “Run Diagnostic” button. It will open a pop-up and performs a couple of checks related to the caching configurations.