See which plugins are slowing down your site. This plugin creates a performance report for your site.
Open the Tools menu, then open P3 Plugin Profiler then click Scan Now.
Warning messages like this: Warning: usort() [function.usort]: Array was modified by the user comparison function are due to a known php bug. See php bug #50688 for more information. This warning does not affect the functionality of your site and it is not visible to your users.
Previous version of the plugin (before 1.1.0) did not have theme name detection support. If you performed a scan with a previous version, then upgraded to 1.1.0+ to view the scan, the theme name will show as "unknown."
We love to make P3 better. When reporting a bug, please visit this page so we can get more information: http://x.co/p3support
Thanks!
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
Delete the Plugin Files
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.
Please check your media settings. This is in Settings -> Media -> Store uploads in this folder. If this folder is not set correctly, P3 won't know where to read the files.
P3 is available on the Tools menu for each site in the network.
You can write a plugin to hook the p3_automatic_scan_urls filter. Here's some sample code:
function my_p3_auto_scan_pages() {
return array(
'http://example.com/',
'http://example.com/some-cool-post',
'http://example.com/wp-admin/edit.php',
);
}
add_filter( 'p3_automatic_scan_urls', 'my_p3_auto_scan_pages' );
Requires: 3.3 or higher
Compatible up to: 3.5.1
Last Updated: 2012-12-6
Downloads: 121,999
6 of 7 support threads in the last two months have been resolved.
Got something to say? Need help?