Using the Optimize CSS Loading Feature in Jetpack Boost
Jetpack Boost is equipped with a range of features aimed at increasing your website’s speed. Among these features is Optimize CSS Loading, which shifts crucial style information to the beginning of...
View ArticleWriting Prompt Block
The Writing Prompt block provides a prompt to start your writing. It also allows you to include a link to other people’s writing on the same topic in the WordPress.com Reader. When you use this block,...
View ArticleJetpack Social: Image Generator
The Social Image Generator feature automatically generates an image for posts shared on your connected social accounts. This saves time, so you can focus on what’s important, and can help increase...
View ArticleJetpack Stats Dashboard Widget
The Jetpack Stats Dashboard Widget provides a compact overview of your site’s statistics. The Stats dashboard widget is displayed by default on the WP Admin > Dashboard page when Jetpack Stats is...
View ArticleJetpack AI Assistant Block
The Jetpack AI Assistant Block adds AI-powered text generation into your block editor, enabling you to draft, transform, translate, and alter both new and existing content leveraging the capabilities...
View ArticleJetpack Social: Mastodon
Thanks to Jetpack Social‘s auto-sharing feature, you can automatically publish each one of your blog posts on your Mastodon profile. Connecting your site to your Mastodon profile 1. To get started,...
View ArticlePayments Buttons Block
The Payments Buttons block allows you to include multiple different Payments Buttons within a single block. Payments Buttons can be used for selling physical and digital products online. These buttons...
View ArticleCloning your live site to staging with Jetpack VaultPress Backup
Cloning allows you to use Jetpack VaultPress Backup to copy your live site over to an existing staging site with just a few clicks. This feature is a quick and easy way to spin up a current copy of...
View ArticleCloning your site with Jetpack VaultPress Backup from the WordPress.com...
Note: We don’t recommend cloning your site from the WordPress.com dashboard. Please check out these instructions instead: Cloning your live site to staging using Jetpack VaultPress Backup Migrating...
View ArticlePaid Content Block
The Paid Content Block lets you monetize your site by accepting various payment plans for exclusive access to content you create, visible only to paying subscribers. The Paid Content block allows you...
View ArticleJetpack Social: Instagram
Thanks to Jetpack Social‘s auto-sharing feature, you can automatically publish each one of your blog posts on your Instagram Business account. Prerequisites Jetpack Social integrates with Instagram...
View ArticleWP Super Cache
WP Super Cache is a plugin maintained by the Jetpack team that generates static html files from your dynamic WordPress blog. After a html file is generated, your webserver will serve that file instead...
View ArticleInitial WP Super Cache Setup and Configuration
WP Super Cache generates static HTML files from your dynamic WordPress blog. After an HTML file is generated, your webserver will serve that file instead of processing the comparatively heavier and...
View ArticleWP Super Cache FAQ
How to exclude a page from the cache? If there’s a set of pages that should be excluded from the cache, use the DONOTCACHEPAGE constant: define( 'DONOTCACHEPAGE', true ); For example, to exclude...
View ArticleEnabling the Debug Mode
The debug tab is a useful tool to find out why the cache isn’t behaving the way you expect it to. You can activate the debug mode by going to the advanced tab and clicking “Enable Logging”. Important:...
View ArticleIn An Emergency: Uninstalling Manually
WP Super Cache has to modify configuration files that WordPress uses, and on rare occasions the modifications fail which will cause an error when the website is loaded. If you cannot load your site to...
View ArticleAdvanced Troubleshooting Checklist
If you are having trouble after activating WP Super Cache, working your way through this checklist should help you find the issue. Is wp-content/ writable by the web server? Is there a...
View ArticlePartial Page Caching
WP Super Cache is a full page caching plugin. It makes copies of any page that is served to visitors so the next visitor can see a pre-generated copy. That will pose a problem when a part of the page...
View ArticleAdding and Removing Cookies
Cached pages are either: Anonymous, where the visitor has no cookies set in their browser Known, where the visitor has a cookie set by something like a cookie banner or shopping cart. Anonymous pages...
View ArticleHow to Test WP Super Cache Manually
This plugin has a cache tester built into the settings page. The tester sends two requests to the homepage. It records the timestamp in the source of the page each time and then compares them to make...
View Article