Title: Ultimate DebugBar
Author: Avram
Published: <strong>21 junho, 2019</strong>
Last modified: 1 novembro, 2021

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# Ultimate DebugBar

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

[Baixar](https://downloads.wordpress.org/plugin/ultimate-debugbar.zip)

 * [Detalhes](https://br.wordpress.org/plugins/ultimate-debugbar/#description)
 * [Avaliações](https://br.wordpress.org/plugins/ultimate-debugbar/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/ultimate-debugbar/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/ultimate-debugbar/#developers)

 [Suporte](https://wordpress.org/support/plugin/ultimate-debugbar/)

## Descrição

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)!

## Capturas de tela

 * [[
 * List of all database queries with their timings
 * [[
 * List of (slow) hooks lasting over 1ms in an AJAX request
 * [[
 * Deserialized/formatted config options
 * [[
 * Timeline (waterfall) of WP execution (TTFB)

## Instalação

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

## Perguntas frequentes

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);
    ```

## Avaliações

![](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 setembro, 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 junho, 2022 1 resposta

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 outubro, 2019
1 resposta

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

 [ Leia todas as 3 avaliações ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/)

## Colaboradores e desenvolvedores

“Ultimate DebugBar” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “Ultimate DebugBar” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/ultimate-debugbar)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/ultimate-debugbar/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/ultimate-debugbar/)
ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/ultimate-debugbar/)
por [RSS](https://plugins.trac.wordpress.org/log/ultimate-debugbar/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

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

**0.1**
 – initial release

## Meta

 *  Versão **0.2**
 *  Última atualização **5 anos atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 4.5 ou superior **
 *  Testado até **5.8.13**
 *  Versão do PHP ** 7.1 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/ultimate-debugbar/)
 * Tags
 * [database](https://br.wordpress.org/plugins/tags/database/)[debugging](https://br.wordpress.org/plugins/tags/debugging/)
   [queries](https://br.wordpress.org/plugins/tags/queries/)[slow](https://br.wordpress.org/plugins/tags/slow/)
   [sql](https://br.wordpress.org/plugins/tags/sql/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/ultimate-debugbar/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  3 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/?filter=1)

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

[Ver todas avaliações](https://wordpress.org/support/plugin/ultimate-debugbar/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/ultimate-debugbar/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](https://paypal.me/avramator)