Title: Minify wp-admin
Last modified: August 30, 2016

---

# Minify wp-admin

 *  Resolved [hernandy](https://wordpress.org/support/users/hernandy/)
 * (@hernandy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/)
 * Front-end minify is working great, how to hack also minify back-end wp-admin .
   css and .js?
 * In admin area specially post/edit article is heavy because many js and css (if
   there is any plugin) an admin minify feature would be great.
 * [https://wordpress.org/plugins/bwp-minify/](https://wordpress.org/plugins/bwp-minify/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * (@oddoneout)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870845)
 * There’s this filter hook: `bwp_minify_allowed_in_admin`, just return true to 
   enable minify in admin.
 *  Thread Starter [hernandy](https://wordpress.org/support/users/hernandy/)
 * (@hernandy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870847)
 * Didn’t work, or because their format mostly use query string ?
 *  Plugin Author [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * (@oddoneout)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870891)
 * You’re right, it turns out to be harder than that for an end-user.
 * I will need to update the plugin to make this easier. Do you prefer an option
   in admin (e.g. “Enable minification in admin”) or a constant in `wp-config.php`
   file (e.g. `define('BWP_MINIFY_ADMIN_ALLOWED', true);`?
 *  Thread Starter [hernandy](https://wordpress.org/support/users/hernandy/)
 * (@hernandy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870894)
 * Option checklist in admin would be great new feature.
 * Minify css should be not an issue, but how about external plugin that required
   JavaScript dependencies? Will not cause problem?
 *  Plugin Author [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * (@oddoneout)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870907)
 * Theoretically no 🙂
 *  Thread Starter [hernandy](https://wordpress.org/support/users/hernandy/)
 * (@hernandy)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870918)
 * Great, looking forward the next update 🙂
 *  Thread Starter [hernandy](https://wordpress.org/support/users/hernandy/)
 * (@hernandy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870986)
 * Any idea how to make this working? new version implemented eta?
 * Really frustrating to live with even mostly cached, but loading [100](https://www.upload.ee/image/5568107/capture-20160215-112026.png)
   js/css in admin area is time consuming…
 *  Plugin Author [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * (@oddoneout)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870987)
 * Trying to release 1.4.0 this month, you can see the status of this issue here:
   [https://github.com/OddOneOut/bwp-minify/issues/57](https://github.com/OddOneOut/bwp-minify/issues/57)

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Minify wp-admin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bwp-minify.svg)
 * [Better WordPress Minify](https://wordpress.org/plugins/bwp-minify/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bwp-minify/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bwp-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/bwp-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bwp-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bwp-minify/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Khang Minh](https://wordpress.org/support/users/oddoneout/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/minify-wp-admin/#post-6870987)
 * Status: resolved