=== Plugin Name ===
Contributors: switcorp
Donate link: https://swit.hr
Tags: performance,speed,optimize,profiler,request,debug
Requires at least: 5.0
Tested up to: 6.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Plugin allow you to run most important test for performance, request time and number of database queries

With this Plugin Performance Profiler you will be able to detect plugin which cause troubles and result with longer waiting time for request results

Will be like Profiler to measure the performance of installed WordPress plugins

== Description ==

Plugin allow you to run most important test for performance: request time, number of database queries, memory usage

You will be able to detect plugin which cause troubles and result with longer waiting time for request results

Testings are executed based on your homepage

https://youtu.be/3hJbClFbw5s

How to use it?

In Dashboard go to Tools->Profiler What Slowing Down

Click on run test on all plugins (first link) and then near wanted plugin, run few tests and compare results

If you get significantly lower results, means that this plugin causing slowness

Hint: Lower numbers are better, means that page load faster without this specific plugin

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload `profiler-what-slowing-down.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= How to use it? =

In Dashboard go to Tools->Profiler What Slowing Down

Click on run test on all plugins (first link) and then near wanted plugin, run few tests and compare results

If you get significantly lower results, means that this plugin causing slowness

Hint: Lower numbers are better, means that page load faster without this specific plugin

= Why we make it? =

The big factors that can make WordPress slow are Using unoptimized plugins, which makes large number of database queries and using large memory resources on server.

After old good plugin P3 Profiler stop working properly and was actually closed, we find a good way to measure this big factors like execution time, numer of queries, memory usage and
compare it in nice report, what will help you to make your website really much faster.

== Screenshots ==

1. Example results

== Changelog ==

= 1.0.0 =
* Init version
