asink
Forum Replies Created
-
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Plugin crashes due to memory limitYou 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://github.com/dannyvankooten/wp-plugin-profiler
https://github.com/Rarst/lapsForum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] I'm unable to desactivate this plugin!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 FilesDelete wp-content/plugins/p3-profiler (the whole folder)
Delete wp-content/mu-plugins/p3-profiler.php (if it exists)Is there any sort of caching going on that might be interfering with p3?
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Not working at allThis 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 FilesDelete 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/Rarst/laps
https://wpperformanceprofiler.interconnectit.com/Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Slow loading of admin-ajax.phpIt 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
In reply to: [P3 (Plugin Performance Profiler)] Got error after scan is doneIf 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 FilesDelete 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/Rarst/laps
https://wpperformanceprofiler.interconnectit.com/Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Graphs not showing (commas in JSON floats)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
In reply to: [P3 (Plugin Performance Profiler)] Cannot read profiles directoryAre 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
In reply to: [P3 (Plugin Performance Profiler)] P3 only scans itselfDoes disabling IonCube alter the way it functions at all?
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Results really true?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
In reply to: [P3 (Plugin Performance Profiler)] Plugin crashedHave you tried removing P3 and re-installing it? Some other alternatives to P3 are:
https://github.com/dannyvankooten/wp-plugin-profiler
https://github.com/Rarst/laps
https://wpperformanceprofiler.interconnectit.com/Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] 500.0 Error after installI 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/Rarst/laps
https://wpperformanceprofiler.interconnectit.com/Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] No result other then your own pluginAn 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
In reply to: [P3 (Plugin Performance Profiler)] P3 Plugin shows as 45% of my load timeAn 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
In reply to: [P3 (Plugin Performance Profiler)] Plugins and Theme time is always 0 (zero)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.