GithubHelp home page GithubHelp logo

entuitions-dev-monitor's Introduction

Simple, Quick View Developer tools, in your admin bar.

Dev Monitor is a free wordpress plugin for developers that let’s you easily monitor important development information on every page.

enter image description here

enter image description here

Original Worpress.org Repository

What You’ll See

  1. Queries How many queries, how long they took, what they were, where they were called. The main Queries menu will tell you how many queries were executed, and the percentage of your total execution time they took.
  2. Load Time How long the page took to load
  3. Memory How much memory the page load took
  4. PHP Includes A complete list of included theme and plugin files so you can track down problems.
  5. Javascript Includes A complete list of included javascript handles and their file sizes.
  6. CSS Includes A complete list of included CSS handles and their file sizes.
  7. Widgets A list of Active and Inactive Widgets.

Installation

  1. Download the plugin and copy it to your plugin directory
  2. Activate the plugin
  3. Visit the Settings Page (Settings > Dev Monitor) and select the items you would like to be displayed

Usage

Note: To view queries, you need to add to your wp-config.php file. Because SAVEQUERIES can slow down your site considerably, make sure you disable it again when you are done troubleshooting.

define('SAVEQUERIES',true); // To View Dev Monitor Queries

enter image description here

entuitions-dev-monitor's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.