Title: WebLift Booster by Jayanta
Author: jayanta77
Published: <strong>July 9, 2026</strong>
Last modified: July 9, 2026

---

Search plugins

![](https://ps.w.org/jayanta-weblift-booster/assets/banner-772x250.png?rev=3601467)

![](https://ps.w.org/jayanta-weblift-booster/assets/icon-256x256.png?rev=3601467)

# WebLift Booster by Jayanta

 By [jayanta77](https://profiles.wordpress.org/jayanta77/)

[Download](https://downloads.wordpress.org/plugin/jayanta-weblift-booster.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/jayanta-weblift-booster/#description)
 * [Reviews](https://wordpress.org/plugins/jayanta-weblift-booster/#reviews)
 *  [Installation](https://wordpress.org/plugins/jayanta-weblift-booster/#installation)
 * [Development](https://wordpress.org/plugins/jayanta-weblift-booster/#developers)

 [Support](https://wordpress.org/support/plugin/jayanta-weblift-booster/)

## Description

WebLift Booster by Jayanta helps WordPress sites improve PageSpeed Insights results
with practical, configurable performance controls. It focuses on common mobile and
desktop issues such as render-blocking CSS and JavaScript, unused assets, font loading,
image loading, document latency, cache headers, and unnecessary WordPress output.

The plugin includes a one-page admin screen with quick section links, know-more 
help icons for every setting, a one-click “Apply Recommended Settings” button, and
a top admin-bar cache clear shortcut.

#### Main Features

 * Recommended mobile-first settings preset.
 * One-page settings screen with section jump links.
 * Core Web Vitals checklist for LCP, FCP, CLS, INP, and TTFB.
 * Safe Mode switch for troubleshooting risky asset optimizations.
 * Core cleanup for emojis, embeds, generator tags, RSD/WLW links, shortlinks, REST/
   oEmbed links, Dashicons, query strings, and Heartbeat.
 * Render-blocking rescue mode for safer CSS and JavaScript delivery improvements.
 * Manual critical CSS inlining for above-the-fold styles.
 * JavaScript defer support with exclusions.
 * Optional delayed JavaScript loading after interaction.
 * Unused JavaScript cleanup for common scripts and manual script handle unloading.
 * Frontend asset audit for latest CSS and JavaScript handles, source, URL, and 
   local file size.
 * Conservative unused CSS cleanup for WordPress and WooCommerce block styles.
 * Local CSS minification with cached minified files.
 * Google Fonts preconnect.
 * Google Fonts font-display swap support.
 * Manual critical font preload URLs.
 * Preload and DNS-prefetch controls.
 * Manual known LCP image preload URLs with high fetch priority.
 * Native lazy loading for images and iframes.
 * Async image decoding to reduce image decode blocking on mobile devices.
 * Optional click-to-load iframe placeholders for videos, maps, and embeds.
 * High fetch priority for the first content image.
 * Missing width and height attributes for local content images.
 * WebP generation for JPG/PNG uploads with batch conversion for existing media.
 * WebP serving for image `src` and `srcset` when matching `.webp` files are available.
 * Document latency helpers with DNS prefetch headers, browser cache headers, and
   warmed public HTML cache serving.
 * Cache warmup for the homepage and selected public URLs.
 * WooCommerce cart fragments and asset cleanup, active only when WooCommerce is
   available.
 * Diagnostics section for quick environment checks.
 * Admin bar and settings page cache clear button.
 * Placeholder sections for future scan-first Database and Orphaned Media tools.

#### Admin Sections

 * Core Web Vitals
 * Core Features
 * JavaScript
 * CSS
 * Fonts
 * Preloading
 * Lazy Loading
 * Database
 * WebP / AVIF
 * Server
 * Diagnostics
 * Orphaned Media
 * WooCommerce
 * Scripts & Styles

#### Safe Performance Approach

Some performance settings can affect menus, sliders, forms, videos, checkout, page
builders, or custom theme behavior. For this reason, the plugin includes exclusions
for CSS and JavaScript handles. The strongest JavaScript delay option is not forced
on by default.

After changing settings, clear cache and test the site on mobile and desktop.

### External services

This plugin can add browser resource hints for Google Fonts when the Google Fonts
optimization settings are enabled. These hints help browsers connect earlier to 
Google Fonts domains when the active theme or another plugin already uses Google
Fonts.

When enabled, visitors’ browsers may connect to `fonts.googleapis.com` and `fonts.
gstatic.com`. The plugin itself does not send server-side requests to Google Fonts.

This service is provided by Google. Terms of Service: https://policies.google.com/
terms. Privacy Policy: https://policies.google.com/privacy.

#### How can I improve First Contentful Paint and Largest Contentful Paint?

Enable render-blocking rescue, critical CSS, font-display swap, first-image priority,
and manual LCP image preload. If your hero image is loaded by a slider or CSS background,
add its exact URL in the known LCP image preload field.

#### Will CSS or JavaScript optimization break my site?

Most options are conservative, but any CSS/JS optimization can affect complex themes
or builders. Use the JavaScript and CSS exclusion fields if a menu, slider, form,
video, checkout page, or builder feature needs a script or stylesheet to load normally.

#### How do I find JavaScript handles to unload or exclude?

Use Chrome DevTools Coverage or inspect the script URL. Many plugins include their
plugin slug in the URL. Add the script handle or a handle keyword one per line in
the relevant Scripts & Styles field.

#### Does the plugin optimize WooCommerce?

Yes. WooCommerce controls work only when WooCommerce is active. If WooCommerce is
not active, the section becomes read-only and shows a message. The plugin avoids
WooCommerce-sensitive pages such as cart, checkout, account, and shop pages where
needed.

#### Does the plugin convert images to WebP or AVIF?

It can create WebP copies of JPG and PNG uploads when the server supports WebP through
GD or Imagick. Existing media can be converted in small batches from the WebP / 
AVIF section. Original images remain untouched. AVIF conversion is not included 
in this version.

#### How does cache warmup work?

The Server section can warm the homepage and selected same-site URLs by fetching
them as a public visitor and storing safe HTML responses in WordPress transients.
Matching public GET requests can then be served from that warmed cache. Logged-in
users, query strings, search, previews, REST/AJAX, and WooCommerce-sensitive pages
are skipped.

#### Does the plugin clean the database or orphaned media?

Not yet. Those sections are reserved for future scan-first cleanup workflows. The
plugin does not delete database rows or media files automatically.

#### Where are minified CSS files stored?

Minified CSS cache files are stored under `wp-content/uploads/jayso-cache/css/`.
The plugin cache clear button removes these generated files.

## Screenshots

[[

[[

[[

[[

[[

[[

[[

## Installation

 1. Upload the `jayanta-weblift-booster` folder to `/wp-content/plugins/`.
 2. Activate the plugin from WordPress admin.
 3. Go to Settings > WebLift Booster.
 4. Click “Apply Recommended Settings” for the mobile-first setup, or enable options
    manually.
 5. Click “Clear Cache Now”.
 6. Test your important pages in PageSpeed Insights and real browsers.

## FAQ

### Can this plugin guarantee a 90+ PageSpeed score?

No plugin can guarantee a score because PageSpeed also depends on hosting, theme
code, page builders, third-party scripts, images, videos, fonts, redirects, and 
server response time. This plugin targets many common WordPress-side issues that
affect mobile and desktop scores.

### What does Apply Recommended Settings do?

It enables the safer high-impact settings for cleanup, render-blocking reduction,
CSS/JS optimization, font loading, lazy loading, WebP serving, document latency,
cache headers, and WooCommerce asset trimming. It keeps delayed JavaScript and document
page cache off by default because those options need careful testing.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WebLift Booster by Jayanta” is open source software. The following people have 
contributed to this plugin.

Contributors

 *   [ jayanta77 ](https://profiles.wordpress.org/jayanta77/)

[Translate “WebLift Booster by Jayanta” into your language.](https://translate.wordpress.org/projects/wp-plugins/jayanta-weblift-booster)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/jayanta-weblift-booster/),
check out the [SVN repository](https://plugins.svn.wordpress.org/jayanta-weblift-booster/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/jayanta-weblift-booster/)
by [RSS](https://plugins.trac.wordpress.org/log/jayanta-weblift-booster/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release with one-page performance settings UI.
 * Added recommended settings preset.
 * Added core cleanup, CSS, JavaScript, font, preload, lazy loading, server, WooCommerce,
   diagnostics, and cache controls.
 * Added render-blocking rescue, unused CSS/JS cleanup, delayed JavaScript, CSS 
   minification, font-display swap, document latency helpers, warmed HTML cache 
   serving, WebP conversion, WebP delivery, and admin help icons.

## Meta

 *  Version **1.0.0**
 *  Last updated **10 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [cache](https://wordpress.org/plugins/tags/cache/)[optimization](https://wordpress.org/plugins/tags/optimization/)
   [pagespeed](https://wordpress.org/plugins/tags/pagespeed/)[performance](https://wordpress.org/plugins/tags/performance/)
   [speed](https://wordpress.org/plugins/tags/speed/)
 *  [Advanced View](https://wordpress.org/plugins/jayanta-weblift-booster/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/jayanta-weblift-booster/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/jayanta-weblift-booster/reviews/)

## Contributors

 *   [ jayanta77 ](https://profiles.wordpress.org/jayanta77/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/jayanta-weblift-booster/)