This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Asset Queue Manager

विवरण

This tool allows you to monitor, dequeue and requeue scripts and styles that are enqueued on your site. It is designed for frontend performance engineers who want to view and manage all assets enqueued on any page and control the minification and concatenation themselves.

For background, please read Chris Coyier’s initial request.

Warning: This plugin makes it easy to break your site. Don’t use this unless you know what you’re doing.

How to use

Once the plugin is activated, browse to any page on the front of your site. An Assets link will appear on the top right of the admin bar. Click that to view and manage all assets.

डेवलपर्स

Development takes place on GitHub. Patches welcome.

स्क्रीनशॉट्स

  • View details about assets enqueued in the head or footer. Dequeue them or view them for copying and minifying on your own.
  • View details about assets that are being dequeued by this plugin. Requeue them or view them for copying and minifying on your own.

इंस्टॉलेशन

  1. Unzip asset-queue-manager.zip
  2. Upload the contents of asset-queue-manager.zip to the /wp-content/plugins/ directory
  3. वर्डप्रैस के प्लगइन मेनू के द्वारा इस प्लगइन को सक्रिय करें

सामान्य प्रश्न

I dequeued jQuery (or something I shouldn’t have) and now my site is broken

Go to the list of plugins in your admin panel. Find the Asset Queue Manager and click the “Restore Dequeued Assets” link.

समीक्षाएं

जुलाई 26, 2017
this plugin made my site so much lighter - I could get rid of so much unwanted JS
14 के सभी समीक्षा पढ़ें

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Asset Queue Manager” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.0.3 (2016-03-10)

  • Fix #5: issues with third-party code which extends native types. h/t @AndiDittrich of https://wordpress.org/plugins/enlighter/

1.0.2 (2016-02-17)

  • Fix #4: allow assets with dots in the handle to be managed

1.0.1 (2014-12-17)

  • Fix critical bug where assets were only dequeued for logged in users with the admin bar present

1.0 (2014-10-23)

  • Initial release