Banner for Plugin Profiler
Basic plugin profiler. Benchmarks response times with and without a given plugin activated. Wordpress Tutorial
Noted That:
  • To install correctly this plugin-profiler.zip .
  • Fisrt Download the plugin-profiler.zip to your computer
  • Extract/Open plugin-profiler.zip to Your Computer.
  • Then, Find readme.txt file inside plugin-profiler.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " plugin-profiler.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Plugin Profiler

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Plugin Profiler

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Plugin Profiler

Step-5 : Now, Browse " plugin-profiler.zip " Downloaded plugin from your computer, Where you downloaded " plugin-profiler.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Plugin Profiler

Step-6 : Now, Click on " Active Plugin "

Activate Plugin Profiler

Step-7 : Then, See left Side Menu. " Plugin Profiler " folder is added on left Side Menu. Now, Click on " Plugin Profiler " folder.

Noted that: If you do not see " Plugin Profiler " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Plugin Profiler Configurations and Settings or How to work " Plugin Profiler " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Plugin Profiler " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Plugin Profiler
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Installing Plugin Profiler

  1. In your WordPress admin panel, go to Plugins > New Plugin , search for Plugin Profiler and click “ Install now
  2. Alternatively, download the plugin and upload the contents of plugin-profiler.zip to your plugins directory, which usually is /wp-content/plugins/ .
  3. Create the file /wp-content/mu-plugins/profiler.php with the following contents.

    if( ! defined( ‘ABSPATH’ ) ) {
    exit;
    }

    // load the plugin profiler plugin early
    require_once WP_PLUGIN_DIR . ‘/plugin-profiler/plugin-profiler.php’;

  4. Go to Tools > Plugin Profiler , set some configurations for the profile to run and have a look!


Name