Описание
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.
Как этим пользоваться
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.
Скриншоты
Установка
- Unzip
asset-queue-manager.zip
- Upload the contents of
asset-queue-manager.zip
to the/wp-content/plugins/
directory - Активируйте плагин используя меню ‘Плагины’ в WordPress
Часто задаваемые вопросы
- 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.
Отзывы
Участники и разработчики
«Asset Queue Manager» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Asset Queue Manager» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по 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)
- Первый релиз