From dfb6908444edfa495f97c3e44ef33684afeff3df Mon Sep 17 00:00:00 2001 From: Azhar Khan Date: Tue, 30 Aug 2022 09:57:49 +0530 Subject: [PATCH] Remove P3 Plugin The plugin has been inactive for more than 3-4 years and not tested with last 3 WP Major releases. Also the main reason for removal is because it is breaking many websites as you can read in review: https://wordpress.org/support/plugin/p3-profiler/reviews/ Issue Discussion: https://github.com/miziomon/awesome-wordpress/issues/29 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9110d2c..ce138e5 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,6 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome) and [awesome-php] #### Performance * [WP-Optimize](https://wordpress.org/plugins/wp-optimize/) - Simple but effective plugin allows you to extensively clean up your WordPress database and optimize it without doing manual queries. -* [P3](https://wordpress.org/plugins/p3-profiler/) - This plugin creates a profile of your WordPress site's plugins' performance by measuring their impact on your site's load time. Often times, WordPress sites load slowly because of poorly configured plugins or because there are so many of them. By using the P3 plugin, you can narrow down anything causing slowness on your site. * [Plugin Load Filter](https://wordpress.org/plugins/plugin-load-filter/) - Although have installed a lot of plugins, if you do not want to activate for all of the pages, you will be able to deactivate unnecessary plugins of each individual page. Through the filter activation of plugins, you can speed up the display response. * [Autoptimize](https://wordpress.org/plugins/autoptimize/) - Autoptimize is an effective performance tool that speeds up a website by optimizing JS, CSS, images (incl. lazy-load), HTML and Google Fonts, asyncing JS, removing emoji cruft and more.