Title: Ultimate DebugBar
Author: Avram
Published: <strong>जुन 21, 2019</strong>
Last modified: नोभेम्बर 1, 2021

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://ps.w.org/ultimate-debugbar/assets/icon-256x256.png?rev=2604560)

# Ultimate DebugBar

 [Avram](https://profiles.wordpress.org/avram/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/ultimate-debugbar.zip)

 * [विवरण](https://ne.wordpress.org/plugins/ultimate-debugbar/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/ultimate-debugbar/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/ultimate-debugbar/#installation)
 * [विकास](https://ne.wordpress.org/plugins/ultimate-debugbar/#developers)

 [सहायता](https://wordpress.org/support/plugin/ultimate-debugbar/)

## विवरण

Ultimate debug bar for your WordPress website. On each page of your website a neat
debug bar will be displayed with the following info:

 * PHP version
 * Request execution time
 * Request memory consumption
 * WordPress-related PHP constants defined in your wp-config.php file
 * All website options (wp_options)
 * Request data
 * Timeline (waterfall) where you can see which portion of execution takes too much
   time
 * List of all hooks triggered on the page whose execution time exceeds 1ms, along
   with some stats
 * List of all database queries performed on the page, along with their source and
   execution time
 * Last 100 lines of your debug.log file (if it exists in wp-content)
 * List of loaded PHP files (categorized)

Besides that, it will track request data/hooks/db queries/mem. consumption in AJAX
calls too (beta).

This plugin is meant to be used during development and/or debugging only. Only administrators
and network administrators (in multi-site environment) can see the debugbar, unless
the `WP_DEBUG` is set to `true`. In that case, everyone will see the debugbar.

Try it instantly on [tastewp.com](https://tastewp.com/new?pre-installed-plugin-slug=ultimate-debugbar&redirect=%2F&ni=true)!

## स्क्रिनसटहरू

[⌊List of all database queries with their timings⌉⌊List of all database queries 
with their timings⌉[

List of all database queries with their timings

[⌊List of (slow) hooks lasting over 1ms in an AJAX request⌉⌊List of (slow) hooks
lasting over 1ms in an AJAX request⌉[

List of (slow) hooks lasting over 1ms in an AJAX request

[⌊Deserialized/formatted config options⌉⌊Deserialized/formatted config options⌉[

Deserialized/formatted config options

[⌊Timeline (waterfall) of WP execution (TTFB)⌉⌊Timeline (waterfall) of WP execution(
TTFB)⌉[

Timeline (waterfall) of WP execution (TTFB)

## स्थापना

Use built in plugin installer or unzip ultimate-debugbar.zip in your wp-content/
plugins and activate the plugin through the dashboard.

## प्रश्नोत्तर

Q: AJAX requests are not working when plugin is active
 A: Your server is blocking
Ultimate Debugbar. If you’re running nginx, (check this)[https://stackoverflow.com/
questions/23844761/upstream-sent-too-big-header-while-reading-response-header-from-
upstream].

Q: AJAX requests are not being diplayed in the debugbar
 A: Plugin is trying to 
send too much data in the headers. I’m afraid there’s no solution for this yet.

Q: How do I disable tracking AJAX requests?
 A: Add the following code to your `
wp-config.php`:

    ```
    define('ULTIMATE_DEBUG_AJAX', false);
    ```

## समीक्षाहरू

![](https://secure.gravatar.com/avatar/472851080dac7938ead364adf5baca23efe68f95c8643abab07bd3a0ac155c5e?
s=60&d=retro&r=g)

### 󠀁[Works](https://wordpress.org/support/topic/works-2057/)󠁿

 [tom.andersen](https://profiles.wordpress.org/tomandersen/) सेप्टेम्बर 19, 2022

This plugin seemed to work fine for me. I wish the timeline ‘Rendering’ was broken
down somehow with more granularity. I have always wished for a tway to tell which
crappy plugin is burning up all the time to render a page.

![](https://secure.gravatar.com/avatar/31aad8cf541e79f80f678f4e9b1d97691d5a918bbcd6d5b919d192f0c08afc38?
s=60&d=retro&r=g)

### 󠀁[unobtrusive yet extremely helpful](https://wordpress.org/support/topic/unobtrusive-yet-extremely-helpful/)󠁿

 [eLeXeM](https://profiles.wordpress.org/elexem/) जुन 7, 2022 1 जवाफ

I don’t understand why this fine little plugin doesn’t have much more fans. It integrates
nicely at the bottom edge of your site-display, offering some KPI at all times, 
ready to be popped open when more information is needed. Its waterfall diagram (
titled “Timeline”) helped me zoom in on a troublemaker in matter of moments; much
more intuitive than quite a few alternatives I have tried before. Thank you, @Avram;
may this live long and gain the audience it deserves.

![](https://secure.gravatar.com/avatar/f36d29de5c13afd86496da617f5452e4cd45a7b17e23377b02819689c642393b?
s=60&d=retro&r=g)

### 󠀁[Zehr gut!](https://wordpress.org/support/topic/zehr-gut/)󠁿

 [Mariusz Szatkowski](https://profiles.wordpress.org/motylanogha/) अक्टोबर 17, 2019
1 जवाफ

Thank you for all the details you provide with that debug bar!

 [ सबै 3 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Ultimate DebugBar” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ Avram ](https://profiles.wordpress.org/avram/)

[“Ultimate DebugBar” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/ultimate-debugbar)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/ultimate-debugbar/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/ultimate-debugbar/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/ultimate-debugbar/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/ultimate-debugbar/) को सदस्यता
लिनुहोस्।

## चेन्जलग

**0.2**
 – updated debugbar (requires PHP 7.1 now) – added plugin icon

**0.1**
 – initial release

## मेटा

 *  संस्करण **0.2**
 *  पछिल्लो अपडेट **5 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 4.5 वा उच्च **
 *  जाँच गरिएको **5.8.13**
 *  PHP संस्करण ** 7.1 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/ultimate-debugbar/)
 * ट्यागहरू
 * [database](https://ne.wordpress.org/plugins/tags/database/)[debugging](https://ne.wordpress.org/plugins/tags/debugging/)
   [queries](https://ne.wordpress.org/plugins/tags/queries/)[slow](https://ne.wordpress.org/plugins/tags/slow/)
   [sql](https://ne.wordpress.org/plugins/tags/sql/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/ultimate-debugbar/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  3 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/)

## योगदानकर्ताहरू

 *   [ Avram ](https://profiles.wordpress.org/avram/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/ultimate-debugbar/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://paypal.me/avramator)