Title: Profiling
Last modified: August 30, 2016

---

# Profiling

 *  Resolved [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profiling/)
 * Would you be so kind to run your plugin only on admin?
 * This is the tool for it:
    [https://wordpress.org/plugins/whats-running/](https://wordpress.org/plugins/whats-running/)
 * Thank you!
 * [https://wordpress.org/plugins/error-log-monitor/](https://wordpress.org/plugins/error-log-monitor/)

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

 *  Thread Starter [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profiling/#post-6538596)
 * I mean also the `requires()`-s.
 *  Plugin Author [Janis Elsts](https://wordpress.org/support/users/whiteshadow/)
 * (@whiteshadow)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profiling/#post-6538623)
 * All right, I’ll add your suggestion to my to-do list. I would bet that the actual
   performance impact of this plugin is negligible, but it shouldn’t be too hard
   to only load it in the admin / when running Cron.
 *  Thread Starter [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profiling/#post-6538634)
 * Thank you.
    20×negligible equals visitors are unsatisfied.
 *  Plugin Author [Janis Elsts](https://wordpress.org/support/users/whiteshadow/)
 * (@whiteshadow)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/profiling/#post-6538662)
 * Out of curiosity, do you have profiling results to back that up? For example,
   by how much does this plugin increase page load time on your site?
 *  Thread Starter [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * (@szepeviktor)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/profiling/#post-6538850)
 * The whole plugin is around 0.05 miliseconds!
    You get sleepy in 0.05 ms 🙂
 * Method: wrapping your plugin in
 *     ```
       $t=microtime(true);
       ...
       echo (microtime(true) - $t);
       ```
   

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

The topic ‘Profiling’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/error-log-monitor.svg)
 * [Error Log Monitor](https://wordpress.org/plugins/error-log-monitor/)
 * [Support Threads](https://wordpress.org/support/plugin/error-log-monitor/)
 * [Active Topics](https://wordpress.org/support/plugin/error-log-monitor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/error-log-monitor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/error-log-monitor/reviews/)

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)

 * 5 replies
 * 2 participants
 * Last reply from: [Viktor Szépe](https://wordpress.org/support/users/szepeviktor/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/profiling/#post-6538850)
 * Status: resolved