How Site-Wide Unload Rules Override Other Rules and How to Add Exceptions

An Unload site-wide (everywhere) rule already removes the asset from every page. Use a load exception when the asset must remain available in a narrower context. When a stylesheet or JavaScript file is marked as Unload site-wide (everywhere), Asset CleanUp removes that asset throughout the website. Because the asset is already unloaded on every page, […]

Read More

When to Use fetchpriority=”high” vs loading=”lazy” for Images

This article provides additional guidance on when to use the fetchpriority and loading image attributes. For a complete overview of the Resource Loading feature, including setup instructions and all available options, please see the main documentation article. Both attributes influence how the browser loads images, but they serve very different purposes. Understanding the difference will […]

Read More

A Guide to Plugin Announcements: Stay Updated and In Control

This feature is available in the Pro version starting from v1.2.6.4, and the Lite version starting from v1.4.0.3. Overview The Announcements feature in Asset CleanUp is designed to keep you informed about important updates, new features, tips, and exclusive offers that enhance your experience and ensure the smooth operation of the plugin. This feature empowers […]

Read More

Early Homepage Detection: Optimization and Best Practices

This feature is available in the Pro version starting from v1.2.6.4. Overview Asset CleanUp Pro includes a feature called “Unload on the Homepage” when unloading plugins in the front-end view, as well as load a plugin on the homepage as an exception (from an already set unload rule), which allows you to prevent specific plugins […]

Read More

Why the type Attribute Is Added to <style> and <script> Tags

This feature is available in the Pro version starting from v1.2.6.4, and the Lite version starting from v1.4.0.1. Overview Whenever you use a feature and Asset CleanUp needs to generate STYLE/SCRIPT tag (e.g. inlined CSS/JS, combined CSS/JS, etc.), Asset CleanUp includes the type attribute in <style> and <script> tags if your WordPress theme does not […]

Read More

Why It Is Recommended to Keep jQuery Loaded in WordPress Pages

jQuery is a widely used JavaScript library that many WordPress themes and plugins rely on for functionality. While some users may want to unload jQuery or defer its loading for performance optimization, doing so can lead to issues on a WordPress site. Below, we explore why keeping jQuery loaded is a small but important compromise, […]

Read More

Optimizing CSS and JS: To Combine or Not to Combine?

Overview Combining CSS and JavaScript files is a popular optimization technique used to reduce the number of HTTP requests made by browsers, potentially improving webpage loading speed. This feature is available in Asset CleanUp under: Settings → Optimize JavaScript → “Combine loaded JS (JavaScript) into fewer files.” For CSS combination, similar options are available under […]

Read More