Jetpack Boost – Website Speed, Performance and Critical CSS
Speed up your WordPress site by optimizing page performance with Jetpack Boost. Easily activate one-click optimizations to boost your Core Web Vitals. Did you know that a faster website:- Ranks higher on Google. Improves bounce rate (people stay on your site for longer). Increases your conversion rate. Increase your website performance and speed up your website with one-click optimizations that supercharge your WordPress site’s performance and improve core web vitals scores for better search engine listings. Improving Core Web Vitals helps you rank higher on Google. A faster website also improves your SEO, helps you reduce your bounce rate and increase your ecommerce conversion rate. Largest Contentful Paint (LCP): Measures loading performance. Improve your LCP and improve your website loading speed. First Input Delay (FID): Measures interactivity. To improve user experience pages should have a low FID. Cumulative Layout Shift (CLS): Measures visual stability. Lowering your CLS helps improve your user experience. Performance Modules Optimize your website with the same techniques used on the world’s most successful websites. Each technique that is used to increase website performance is packaged up as a module that you can activate and try out. Currently, the plugin has 6 performance modules available: Optimize CSS Loading generates Critical CSS for your homepage, posts and pages. This can allow your content to show up on the screen much faster, particularly for viewers using mobile devices. Read more about critical CSS generation at web.dev Page Cache speeds up your site by saving pages as static files. These files are quickly served to visitors, reducing load times and enhancing user experience. Defer Non-Essential JavaScript moves some tasks to after the page loads, so that important visual information can be seen sooner and your website loads quicker. Read more about deferring JavaScript at web.dev Image Guide is a must-have feature for anyone who wants to optimize the images on their website. With this guide, you can ensure that the images on your site are the right size and dimensions, which is critical for improving user experience, page speed, and site ranking. Following the tips and best practices outlined in the guide, you can reduce image file sizes and speed up your site. Check out our support page to learn more about this feature and how it can help you achieve a faster and smoother website experience for your users. Image CDN allows your site to serve automatically-resized images in modern web formats directly from Jetpack’s worldwide Content Delivery Network. Read more about Image CDNs at web.dev Concatenate and Minify CSS and JS combines and shrinks your JavaScript and CSS resources to reduce the number and size of requests to your server, ensuring your content loads faster. Read more about minifying files at web.dev Don’t want to have to manually generate your critical CSS each time you update your site? Let us do the heavy lifting for you with automated critical CSS – each time you update your site we will automatically regenerate your critical CSS and update your performance scores. Upgrading also gives you dedicated email support access. With 💚 by Jetpack This is just the start! We are working hard to bring more features and improvements to Jetpack Boost. Let us know your thoughts and ideas! We’d also like to give a special THANK YOU to the XWP team who provided help with initial research and scoping of the plugin and were engaged with our team throughout the project.
Top keywords
- site10×1.73%
- website10×1.73%
- css8×1.38%
- performance8×1.38%
- web8×1.38%
- critical6×1.04%
- critical css5×0.86%
- experience5×0.86%
- faster5×0.86%
- page5×0.86%
- speed5×0.86%
- dev4×0.69%
WP Performance
WP Performance makes your WordPress site load faster without the headache. Turn on a few options and the plugin handles caching, asset optimization, and image delivery for you. Not sure where to start? Open the Overview tab and pick a one-click preset (Safe, Balanced, or Aggressive). You can fine-tune anything afterwards. Version 2.0 is a complete rebuild with a fast new dashboard and no third-party dependencies. Everything below works together out of the box. Caching Page cache – serves a static HTML copy of each page, before WordPress even loads Block cache – cache just the slow parts of a page, even on pages you can’t fully cache (more below) Cache preloading – warm the cache from your sitemap Browser caching – tells browsers to keep files so repeat visits are instant GZIP compression – sends smaller files to the browser Object cache – optional Redis drop-in to cut database load Smart by default – skips logged-in users and WooCommerce/EDD cart pages, and ignores tracking parameters (utm, gclid, fbclid) so clean URLs share one cache Mobile cache – keep a separate copy for mobile devices when you need it CSS Minify CSS (inline and files) Combine CSS files Load CSS without blocking the page Remove unused CSS, per page Critical CSS Combine Google Fonts, or host them on your own server Control font loading (font-display) DNS prefetch and preconnect hints JavaScript Minify JavaScript (inline and files) Combine JavaScript files Defer JavaScript Delay JavaScript until the visitor interacts (great for third-party scripts) Disable scripts you don’t need, site-wide or per page HTML Minify HTML Remove comments and unneeded markup Images and media Lazy load images and videos (uses native browser lazy loading) Responsive images Add missing width and height to stop layout shift (better CLS) Preload your largest image and set fetchpriority for a faster LCP Convert images to WebP and AVIF Custom image sizes and one-click thumbnail regeneration Disable emojis and embeds Database Clean up revisions, auto-drafts, trash, spam, transients, and stale cron tasks Schedule cleanups daily, weekly, or monthly CDN Rewrite asset URLs to your CDN, with exclusions Tools Overview dashboard with environment health checks One-click presets – Safe, Balanced, Aggressive Restore points – roll back to your last five saved configurations Troubleshooting log with a live viewer Export and import your settings Per-page exclusions from the post editor WP-CLI commands Multisite support Block cache Block cache stores the rendered output of a section of a page and reuses it, even on pages that are not fully cached (like logged-in or dynamic pages). Use it three ways: Cache block – add the “Cache” block in the editor and put any blocks inside it Shortcode – [wpp_cache ttl="600"]...[/wpp_cache] PHP – in a template: if ( wpp_cache_start( ‘sidebar’, [ ‘ttl’ => 3600 ] ) ) { expensive_render(); wpp_cache_end(); } You choose how long to cache and whether to keep a separate copy per page, per device, per role, or for logged-in visitors. Add-ons Cloudflare – purge cache and control Cloudflare settings Varnish – auto-purge Varnish cache Prefetch – prefetch links on hover for instant navigation WP-CLI wp wpp flush – clear the page cache wp wpp flush-blocks – clear the block cache wp wpp enable – enable WP Performance wp wpp disable – temporarily disable WP Performance wp wpp cleanup [ ] – run a database cleanup (all, trash, spam, revisions, autodrafts, transients, cron) Languages English Hrvatski (Croatian) Report bugs Found a bug? Please open an issue on GitHub.