Rewrite File Optimizer

Powered Cache relies on the file-optimizer.php file, found in the plugin’s ‘includes’ directory, for optimizing CSS and JS files. Modifying the file optimizer offers several benefits: Example URL Without rewrite: Example URL With rewrite: If your server is compatible with .htaccess and you’ve enabled automatic .htaccess configuration, simply activating this feature is all you need […]

Read More

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

Read More

Page Caching

PoweredCache generates static HTML files from your dynamic WordPress site. After an HTML file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. Page caching is one of most important feature to decrease the load time of your website and making much faster. Serving […]

Read More