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 […]
Category: File Optimization
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 […]
Critical CSS
Critical CSS is a premium feature introduced in version 2.1. What is Critical CSS Critical CSS is a technique that extracts the CSS for above-the-fold content in order to render content to the user as fast as possible. How does Powered Cache generate Critical CSS? Powered Cache parses the URLs of the site, automatically generates […]
JS Optimization
What is minification? Minification is the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser. E.g code comments, formatting, removing unused code, using shorter variable and function names etc.. This process makes JS files smaller and small files consume less time/bandwidth to download. What is combine? The […]
CSS Optimization
What is minification? Minification is the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser. E.g code comments, formatting, removing unused code, using shorter variable and function names etc.. This process makes CSS files smaller and small files consume less time/bandwidth to download. What is combine? The […]
Combine Google Fonts
This option will combine registered Google Fonts into a single request and it will reduce the number of HTTP requests. Changing fonts display In order to control font display feature, you can modify it thought “powered_cache_fo_google_font_display” filter.