Title: asink's Replies | WordPress.org

---

# asink

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/asink/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/asink/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Plugin crashes due to memory limit](https://wordpress.org/support/topic/plugin-crashes-due-to-memory-limit/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/plugin-crashes-due-to-memory-limit/#post-6130919)
 * You can try to set the memory limit higher, but I’m not sure how high you’ll 
   need to go. The way P3/PHP works will consume large amounts of memory for short
   periods of time for very complex sites. P3 pulls a backtrace (a snapshot of the
   program execution stack) and analyzes it. This is a very big chunk of memory.
   When P3 is done, the memory is freed up. This happens over and over several thousand
   times in a row and can hit PHP’s memory limit on complex sites, though.
 * I also recommend these other profiling plugins:
 * [https://wpperformanceprofiler.interconnectit.com/](https://wpperformanceprofiler.interconnectit.com/)
   
   [https://github.com/dannyvankooten/wp-plugin-profiler](https://github.com/dannyvankooten/wp-plugin-profiler)
   [https://github.com/Rarst/laps](https://github.com/Rarst/laps)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] I'm unable to desactivate this plugin!](https://wordpress.org/support/topic/im-unable-to-desactivate-this-plugin/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/im-unable-to-desactivate-this-plugin/#post-6127540)
 * In the future, you can try the emergency shutoff switch. If that doesn’t work,
   delete the plugin files.
 * Emergency Shutoff Switch
 * Visit yoursite.com/wordpress/index.php?P3_SHUTOFF=1
    Delete the Plugin Files
 * Delete wp-content/plugins/p3-profiler (the whole folder)
    Delete wp-content/mu-
   plugins/p3-profiler.php (if it exists)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] a removed plugin affects the load page according to p3](https://wordpress.org/support/topic/a-removed-plugin-affects-the-load-page-according-to-p3/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/a-removed-plugin-affects-the-load-page-according-to-p3/#post-6056576)
 * Is there any sort of caching going on that might be interfering with p3?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Not working at all](https://wordpress.org/support/topic/not-working-at-all-85/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/not-working-at-all-85/#post-6094250)
 * This question from P3’s FAQ should help:
 * Help! I used P3 and now my site is down!
    First, get your site back up! There
   are two ways to do this. Try the emergency shutoff switch first. If that doesn’t
   work, delete the plugin files.
 * Emergency Shutoff Switch
 * Visit yoursite.com/wordpress/index.php?P3_SHUTOFF=1
    Delete the Plugin Files
 * Delete wp-content/plugins/p3-profiler (the whole folder)
    Delete wp-content/mu-
   plugins/p3-profiler.php (if it exists) This can happen if P3 hits the memory 
   limit on your server while it’s running. This happens most often on sites with
   many active plugins or a complex theme. Consider switching to the Twenty Eleven
   theme or deactivating a few plugins before re-running P3.
 * Some other alternatives to P3 are:
    [https://github.com/dannyvankooten/wp-plugin-profiler](https://github.com/dannyvankooten/wp-plugin-profiler)
   [https://github.com/Rarst/laps](https://github.com/Rarst/laps) [https://wpperformanceprofiler.interconnectit.com/](https://wpperformanceprofiler.interconnectit.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Slow loading of admin-ajax.php](https://wordpress.org/support/topic/slow-loading-of-admin-ajaxphp/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/slow-loading-of-admin-ajaxphp/#post-6103108)
 * It could be related to the Heartbeat API. Have you tried disabling plugins one
   at a time and see if performance improves? If that makes no impact, try running
   a test with one of the default twenty _____ themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Got error after scan is done](https://wordpress.org/support/topic/got-error-after-scan-is-done/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years ago](https://wordpress.org/support/topic/got-error-after-scan-is-done/#post-6108021)
 * If you get this error when you’re actively profiling, that’s not uncommon. P3
   should be smart enough to turn itself off, though. It uses a lot of memory while
   scanning, because of how debug backtraces work in PHP.
 * If you get this error when you’re not actively profiling, then you’re probably
   very close to your memory limit without P3 and P3 just nudges it over. It’s been
   optimized to be light on memory when it’s active, but not profiling.
 * This question from P3’s FAQ should help:
 * Help! I used P3 and now my site is down!
    First, get your site back up! There
   are two ways to do this. Try the emergency shutoff switch first. If that doesn’t
   work, delete the plugin files.
 * Emergency Shutoff Switch
 * Visit yoursite.com/wordpress/index.php?P3_SHUTOFF=1
    Delete the Plugin Files
 * Delete wp-content/plugins/p3-profiler (the whole folder)
    Delete wp-content/mu-
   plugins/p3-profiler.php (if it exists) This can happen if P3 hits the memory 
   limit on your server while it’s running. This happens most often on sites with
   many active plugins or a complex theme. Consider switching to the Twenty Eleven
   theme or deactivating a few plugins before re-running P3.
 * Some other alternatives to P3 are:
    [https://github.com/dannyvankooten/wp-plugin-profiler](https://github.com/dannyvankooten/wp-plugin-profiler)
   [https://github.com/Rarst/laps](https://github.com/Rarst/laps) [https://wpperformanceprofiler.interconnectit.com/](https://wpperformanceprofiler.interconnectit.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Graphs not showing (commas in JSON floats)](https://wordpress.org/support/topic/graphs-not-showing-commas-in-json-floats/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/graphs-not-showing-commas-in-json-floats/#post-5918038)
 * Sorry to hear you are having difficulty. I set a new WordPress installation to
   French and changed my browser language to French and was able to run a scan which
   generated graphs. Is there any other information you can provide? Plugins / themes
   being run, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Cannot read profiles directory](https://wordpress.org/support/topic/cannot-read-profiles-directory-3/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/cannot-read-profiles-directory-3/#post-5992287)
 * Are you using wp-content as your content directory, or are you using a custom
   content directory? Some plugins / themes move your content directory, or you 
   can define a custom location in your wp-config.php file.
 * Try looking in P3’s help page at this question: “How much room do these profiles
   take up on my server?” P3 will tell you where it’s trying to save the profiles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] P3 only scans itself](https://wordpress.org/support/topic/p3-only-scans-itself/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/p3-only-scans-itself/#post-5992286)
 * Does disabling IonCube alter the way it functions at all?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Results really true?](https://wordpress.org/support/topic/results-really-true/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/results-really-true/#post-5973286)
 * Are you consistently seeing results like this? A series of snapshots taken over
   time give the most reliable picture of performance. There are many factors that
   can influence the results. I would recommend taking several other measurements
   at various times to establish a more reliable baseline. It may be server load/
   number of visitors are impacting the results.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Plugin crashed](https://wordpress.org/support/topic/plugin-crashed-1/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/plugin-crashed-1/#post-5967597)
 * Have you tried removing P3 and re-installing it? Some other alternatives to P3
   are:
    [https://github.com/dannyvankooten/wp-plugin-profiler](https://github.com/dannyvankooten/wp-plugin-profiler)
   [https://github.com/Rarst/laps](https://github.com/Rarst/laps) [https://wpperformanceprofiler.interconnectit.com/](https://wpperformanceprofiler.interconnectit.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] 500.0 Error after install](https://wordpress.org/support/topic/5000-error-after-install/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/5000-error-after-install/#post-5938079)
 * I am sorry you are having trouble. Do you know what version of PHP your site 
   is running? Some other alternatives to P3 are:
    [https://github.com/dannyvankooten/wp-plugin-profiler](https://github.com/dannyvankooten/wp-plugin-profiler)
   [https://github.com/Rarst/laps](https://github.com/Rarst/laps) [https://wpperformanceprofiler.interconnectit.com/](https://wpperformanceprofiler.interconnectit.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] No result other then your own plugin](https://wordpress.org/support/topic/no-result-other-then-your-own-plugin/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/no-result-other-then-your-own-plugin/#post-5951222)
 * An opcode optimizer or zend extension can interfere with P3 functioning properly.
   You can go to P3’s help page and look for “is my site using an opcode optimizer?”
   for more information.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] P3 Plugin shows as 45% of my load time](https://wordpress.org/support/topic/p3-plugin-shows-as-45-of-my-load-time/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/p3-plugin-shows-as-45-of-my-load-time/#post-5901988)
 * An opcode optimizer or zend extension can interfere with P3 functioning properly.
   You can go to P3’s help page and look for “is my site using an opcode optimizer?”
   for more information.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Plugins and Theme time is always 0 (zero)](https://wordpress.org/support/topic/plugins-and-theme-time-is-always-0-zero/)
 *  Plugin Contributor [asink](https://wordpress.org/support/users/asink/)
 * (@asink)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/plugins-and-theme-time-is-always-0-zero/#post-5987766)
 * P3 can have difficulty generating results if an opcode optimizer or zend extension
   is running. You can go to P3’s help page and look for “is my site using an opcode
   optimizer?” for more information.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/asink/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/asink/replies/page/2/?output_format=md)