Title: explodybits's Replies | WordPress.org

---

# explodybits

  [  ](https://wordpress.org/support/users/explodybits/)

 *   [Profile](https://wordpress.org/support/users/explodybits/)
 *   [Topics Started](https://wordpress.org/support/users/explodybits/topics/)
 *   [Replies Created](https://wordpress.org/support/users/explodybits/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/explodybits/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/explodybits/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/explodybits/engagements/)
 *   [Favorites](https://wordpress.org/support/users/explodybits/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Inspect] Currently Completely Broken – Do not try](https://wordpress.org/support/topic/currently-completely-broken-do-not-try/)
 *  Plugin Author [explodybits](https://wordpress.org/support/users/explodybits/)
 * (@explodybits)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/currently-completely-broken-do-not-try/#post-10230386)
 * Geig3r,
 * Sorry for the inconvenience.
 * Because this plugin is capturing every hook called during the request, it requires
   this information to be loaded into memory, which is why your memory was exhausted.
 * How much memory is allocated to PHP? How many plugins do you have active? Any
   information would be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Inspect] Bug: CSS being applied when disabled](https://wordpress.org/support/topic/bug-css-being-applied-when-disabled/)
 *  Plugin Author [explodybits](https://wordpress.org/support/users/explodybits/)
 * (@explodybits)
 * [9 years ago](https://wordpress.org/support/topic/bug-css-being-applied-when-disabled/#post-9142320)
 * So I’m looking through my CSS and I’m not seeing that. I have two stylesheets,
   one for frontend, another for the admin.
 * The screen.min.css (frontend) & screen-admin.min.css (admin) each only having
   one reference to max-width, which applies to the pre element in the popups:
 * `.qtip-content pre{text-overflow:ellipsis;line-height:1.25;<strong>max-width:
   100%</strong>;padding:.25em`
 * I’m running the plugin under a vanilla install of WordPress with no other plugins
   enabled. Any additional information would be helpful, but I’m not seeing it on
   my end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Inspect] Show WP Inspect in modal windows](https://wordpress.org/support/topic/show-wp-inspect-in-modal-windows/)
 *  Plugin Author [explodybits](https://wordpress.org/support/users/explodybits/)
 * (@explodybits)
 * [9 years ago](https://wordpress.org/support/topic/show-wp-inspect-in-modal-windows/#post-9142377)
 * I believe this modal is generated via JS. To prevent any performance issues, 
   or breaking the UI, I disallow WP Inspect from injecting itself into inline <
   script> tags.
 * I’ve toyed with this in the past, and it’s just too brittle and error prone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Inspect] Memory Hogging](https://wordpress.org/support/topic/memory-hogging-2/)
 *  Plugin Author [explodybits](https://wordpress.org/support/users/explodybits/)
 * (@explodybits)
 * [9 years ago](https://wordpress.org/support/topic/memory-hogging-2/#post-9142260)
 * Garikai,
 * As I mentioned in my comment on the original article via WP Tavern, the only 
   recourse you have is to adjust WP Inspect’s settings to achieve the desired memory
   usage:
 * -Disable plugins that you are not debugging
    -Enable only actions or filters -
   Toggle contexts, headers, middle, footer & off-screen -Disable backtrace
 * Also, I do not recommend running this in a production environment, as this is
   a debug tool and does require in-memory operations to run.

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