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

Read More

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

Read More

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

Translate with WPML

You can easily translate Powered Cache with WPML by following these steps Install and activate Powered Cache and WPML Navigate WPML -> Theme and plugins localization Select “Powered Cache” and scan with WPML 4. Once the scanning process is completed, you can start translating under “String Translation”

Read More

Translate Powered Cache Into Your Language

You can contribute to Powered Cache translations through GlotPress. GlotPress is a tool that WordPress uses to provide a unique translation platform. You can check the translation progress here – https://translate.wordpress.org/projects/wp-plugins/powered-cache/ And, please read the guideline for the translations – https://make.wordpress.org/polyglots/handbook/ Project Translation Editor(s) If you are interested to be a project translation editor, please […]

Read More

Upgrade Powered Cache 1.x to 2.x

Powered Cache requirements have been changed with version 2.x. PHP 5.6 and WordPress 5.0 are minimum requirements. Powered Cache Upgrade If your website satisfies the required PHP and WordPress version, you can automatically update the plugin. The old settings will be migrated automatically with the upgrade routine that we shipped with the 2.x. Powered Cache […]

Read More

Compatibility with Cookie Law Plugins

If you are using a cookie consent plugin on your website, you might need to create separate versions of cached results based on the user preference. Powered Cache is compatible with the following GDPR/Cookie Law plugins: CookieYes | GDPR Cookie Consent & Compliance Notice (CCPA Ready) Cookie Notice & Compliance for GDPR / CCPA EU […]

Read More

Advanced Options

Advanced options help to adjust PoweredCache for covering some edge cases and giving more control over the caching layer. Rejected User Agents If you don’t want to show cached results to specific user agents, you can use this option. (It supports regex) Facebook user-agent (facebookexternalhit) is automatically rejected by default. Rejected Cookies If you want […]

Read More

Object Caching

WordPress has built-in object caching but, object cache is non-persistent by default. This means that data stored in the cache resides in memory only and only for the duration of the request. Powered Cache comes with several different object cache backend to saving persistent. Memcache Requirements: A Memcached server and the PECL Memcache extension. Memcache […]

Read More