WordPress Premium Applications upto 90% Off → 100% Original Files & Regular Updates
Login / Register
Sign inCreate an Account

Lost your password?
WordPress & WooCommerce GPL Plugins & Themes - GPL KING WordPress & WooCommerce GPL Plugins & Themes - GPL KING
Select category
  • Select category
  • ACF frontend
  • Admin Columns
  • Admin Menu Editor
  • Advanced Ads
  • AffiliateWP
  • All in One SEO
  • AMPforWP
  • Analytify
  • Astra
  • Automate Woo
  • AutomateWoo
  • Automator
  • Barn2 Plugins
  • Barn2Plugins
  • Beaver Addons
  • Blocksy Pro
  • Booking WP
  • Booster Plus
  • Borlabs Cookie
  • Brave
  • Brizy
  • BuddyBoss
  • CartFlows
  • CheckoutWC
  • Codecanyon
  • Coming Soon WP
  • COZMOS LABS
  • Creative Themes
  • Crocoblock
  • Divi
  • Dokan
  • Download Manager
  • Dynamic
  • Easy Digital Downloads
  • Elegant Themes
  • Elementor Addons
  • Elementor Template Kits
  • Envira Gallery
  • Escape Creative
  • Essential Plugin
  • Eventon
  • Exclusive Addons
  • Extended Widget
  • FacetWP
  • Fat Cat Apps
  • FluentCRM
  • FluentSupport
  • Fooevents
  • Formidable
  • Gravity Flow
  • Gravity Forms
  • Gravity Perk
  • GravityView
  • Happy Addons
  • Happy Forms
  • IconicWP
  • JetEngine
  • JoomUnited
  • Kadence
  • LayerSlider
  • LearnDash
  • Learnpress
  • Mailpoet
  • MainWP
  • Master Addon
  • Memberpress
  • Membership
  • Meowapps
  • MetaBox
  • Modern Events Callendar
  • MonsterInsights
  • Ninja Forms
  • NotificationX
  • OceanWP
  • Page Builder Framework
  • Perfmatters
  • PHP SCRIPT
  • PimWick
  • PinWick
  • Pionet
  • Piotnet Forms
  • PixelYourSite
  • Plans
  • Plugins
  • Polylang
  • Popup Builder
  • PowerPack
  • Publishpress
  • Rank Math SEO
  • ReviewX
  • SeedProd
  • SEOPress
  • Silkypress
  • Site Spot
  • Smart Slider
  • Smart Slider3
  • SMASHballoon
  • SnapCreek
  • Stackable
  • Storeapps
  • SUMO
  • The Events Callender
  • TheEventsCalendar
  • Themeforest
  • Themeisle
  • Themes
  • Themify
  • Thrive Themes
  • Toolkit Elementor
  • Toolset
  • Translatepress
  • Ultimate Beaver
  • Ultimate Member
  • Uncanny Automator
  • Uncategorized
  • Unlimited Elements
  • Updraft Plus
  • Wclovers
  • Webnus
  • WeDevs
  • Woocommerce
  • WooFunnels
  • Woolentor
  • WooNinja
  • Woostify
  • Wordfence
  • Wordpress
  • WP All Import
  • WP Astra
  • WP Clever
  • WP Developer
  • WP Forms
  • WP Funnel
  • WP Fusion
  • WP Grid Builder
  • WP Hide
  • WP Job Manager
  • WP Lab
  • WP Page Builder
  • WP Reset
  • WP Rocket
  • WP Social Ninja
  • WP Staging
  • WP Tasty
  • WP-Hide
  • WPDeveloper
  • Wpmet
  • WPML
  • wpmudev
  • Xootics
  • Xploded Themes
  • XplodedThemes
  • YayCommerce
  • YiThemes
  • Yoast
  • Yoast SEO
Wishlist
0 items / $0.00
Menu
WordPress & WooCommerce GPL Plugins & Themes - GPL KING WordPress & WooCommerce GPL Plugins & Themes - GPL KING
0 items / $0.00
  • HOME
  • STORE
  • THEMES
  • PLUGINS
  • MEMBERSHIP
  • CONTACT
CHANGELOG
Sale
Asset CleanUp Pro Performance Plugin v1.2.1.1
Click to enlarge
Home Plugins Asset CleanUp Pro Performance Plugin v1.2.1.1
Seosight Digital Marketing Theme v5.9.5
Seosight Digital Marketing Theme v5.9.5 $59.00 $3.00
Back to products
Premium Addons Pro for Elementor v2.7.8
Premium Addons Pro for Elementor v2.7.8 $79.00 $3.00

Asset CleanUp Pro Performance Plugin v1.2.1.1

$129.00 $3.00

Version: 1.2.1.1
Updated: 24 April 2022
Developer: GabeLivan

 

⭐ ⭐⭐⭐⭐ This is an original product from developers without viruses and malicious code. Contact technical support if the file is unavailable.
Want a discount? Become a member!
Note: Maybe you need to unzip before install plugin.

Compare
Add to wishlist
Categories: Plugins, Wordpress Tag: other Plugins
Share:
  • Description
Description

Upgrading to the premium plugin allows you to unload unused styles & scripts on extra pages such as:

  • Taxonomy pages such as default WordPress’ categories, tags and custom created ones such as products’ categories from WooCommerce.
  • Author pages (e.g. the page showing all posts published by a specific author, detected via is_author() function)
  • Default WordPress Search Page
  • WooCommmerce Search Page (which has the same settings as the actual shop page detected via is_shop() function)
  • 404 Page (Not Found): this one has be as light as possible and it’s less likely that many of the CSS and JavaScript files that are needed here (detected via is_404() function)
  • Date Archive Page: this is any page that retrieves articles filtered by the date, detected via is_date() function

As for the loaded JavaScript files, attributes such as defer and async can be applied

There are a plethora of techniques that are often used to defer parsing; however, the simple and preferred technique is to simply Defer loading of JavaScript until it is needed. If this technique isn’t appropriate to use on your page, it is next suggested that you use the <script async> attribute where appropriate, which prevents parsing from blocking the initial page load by deferring it until the browser’s UI thread is not busy doing something else. All these settings can be applied with Asset CleanUp Pro without writing any code.

Change the location of the CSS/JS files (could be moved from HEAD to BODY to prevent render-blocking or vice-versa if you need early triggering of specific files)

Unload CSS/JS that is hardcoded (not loaded via the standard WordPress functions such as wp_enqueue_scripts()). The LINK/STYLE/SCRIPT tags could have been added via editing the PHP code (not using the right WordPress action hooks), directly inside posts content, widgets or via plugins such as “Insert Headers and Footers”, “Head, Footer and Post Injections”, etc.

⚙️ “Test Mode” Functionality → Worried about making optimization mistakes? Don’t be anymore!

This allows you to optimize the website (unload useless files, set async, defer to loaded JavaScript files, clean up HTML code) without applying the changes “live” (to the regular visitor) in case you ever have any doubts that a change could break the functionality of the page/website. Any changes you’ve done will only be applied for you (the logged in administrator). Once you’re happy with how the page looks and works, you can disable “Test Mode” to push the changes live so everyone else can enjoy the faster page loads

Related products

Sale
Total Recipe Generator for WPBakery Page Builder 2.3.3
Compare

Total Recipe Generator for WPBakery Page Builder 2.3.3

$29.00 $3.00
Version: 2.3.3
Updated: 07 March 2022
Developer: Codecanyon

 

Add to wishlist
Add to cart
Sale
GiveWP Fee Recovery Addon 1.9.7
Compare

GiveWP Fee Recovery Addon 1.9.7

$199.00 $3.00
Version: 1.9.7
Updated: 10 March 2022
Developer: GiveWP

 

Add to wishlist
Add to cart
Sale
WooCommerce Food Restaurant Menu & Food Ordering 3.1
Compare

WooCommerce Food Restaurant Menu & Food Ordering 3.1

$35.00 $3.00
Version: 3.1
Updated: 07 March 2022
Developer: Codecanyon

 

Add to wishlist
Add to cart
Sale
WooCommerce MultiStep Checkout Wizard 3.7.7
Compare

WooCommerce MultiStep Checkout Wizard 3.7.7

$19.00 $3.00
Version: 3.7.7
Updated: 07 March 2022
Developer: Codecanyon

 

Add to wishlist
Add to cart
Sale
Twist Product Gallery Slider for Woocommerce 3.2.6.1
Compare

Twist Product Gallery Slider for Woocommerce 3.2.6.1

$39.00 $3.00
Version: 3.2.6.1
Updated: 09 March 2022
Developer: Codecanyon

 

Add to wishlist
Add to cart
Sale
Smart Cleanup Tools Plugin for WordPress 5.1
Compare

Smart Cleanup Tools Plugin for WordPress 5.1

$30.00 $3.00
Version: 5.1
Updated: 07 March 2022
Developer: Codecanyon

 

Add to wishlist
Add to cart
Sale
Enhancer for WooCommerce Subscriptions 3.4
Compare

Enhancer for WooCommerce Subscriptions 3.4

$79.00 $3.00
Version: 3.4
Updated: 12 May 2022
Developer: Woocommerce

 

Add to wishlist
Add to cart
Sale
Gravity Forms Collapsible Sections 1.1.32
Compare

Gravity Forms Collapsible Sections 1.1.32

$49.00 $3.00
Version: 1.1.32
Updated: 10 March 2022
Developer: Gravity Forms

 

Add to wishlist
Add to cart

All items listed in the GPL King directory are developed by third-party developers and redistributed by GPL King under the terms of the General Public License (GPL). GPL King is not associated with nor is endorsed by the developers of any products featured on this website.

Quick Link

  • THEMES
  • PLUGINS
  • STORE
  • MEMBERSHIP
Menu
  • THEMES
  • PLUGINS
  • STORE
  • MEMBERSHIP

Quick Help

  • CONTACT
  • FAQ’S
  • PRIVACY POLICY
  • TERMS & CONDITIONS
Menu
  • CONTACT
  • FAQ’S
  • PRIVACY POLICY
  • TERMS & CONDITIONS

Copyright 2020 Proudly hosted by Amazon | WordPress Theme by Woodmart | Designed by GPLKING 2020 - 2022

payments
  • Menu
  • Categories
Set your categories menu in Theme Settings -> Header -> Menu -> Mobile menu (categories)
  • HOME
  • STORE
  • THEMES
  • PLUGINS
  • MEMBERSHIP
  • CONTACT
Shopping cart
close
Shop
Wishlist
0 items Cart
My account