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 […]

Read More

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 […]

Read More

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 […]

Read More

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.

Read More