Title: Debug Bar Slow Actions
Author: Konstantin Kovshenin
Published: <strong>7 februarie 2014</strong>
Last modified: 18 ianuarie 2018

---

Caută module

![](https://ps.w.org/debug-bar-slow-actions/assets/banner-772x250.png?rev=854155)

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://ps.w.org/debug-bar-slow-actions/assets/icon-256x256.png?rev=981156)

# Debug Bar Slow Actions

 De [Konstantin Kovshenin](https://profiles.wordpress.org/kovshenin/)

[Descarcă](https://downloads.wordpress.org/plugin/debug-bar-slow-actions.0.8.4.zip)

 * [Detalii](https://ro.wordpress.org/plugins/debug-bar-slow-actions/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/debug-bar-slow-actions/#reviews)
 * [Dezvoltare](https://ro.wordpress.org/plugins/debug-bar-slow-actions/#developers)

 [Suport](https://wordpress.org/support/plugin/debug-bar-slow-actions/)

## Descriere

This plugin lists the top 100 slowest actions and filters during a page request 
in WordPress. It helps you figure out performance bottlenecks in themes and plugins.

Requires [Debug Bar](https://wordpress.org/plugins/debug-bar/).

Current limitations:

 * Does not time nested actions and filters due to a core bug
 * Does not time actions and filters before plugins_loaded or muplugins_loaded if
   placed in mu-plugins
 * Does not time actions and callbacks after wp_footer at priority 1000

## Capturi ecran

 * [[
 * Screenshot

## Recenzii

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

### 󠀁[Useful!](https://wordpress.org/support/topic/useful-973/)󠁿

 [Jonathan Pasquier](https://profiles.wordpress.org/jpasquier/) 14 aprilie 2023

Some code was slowing my site, and I was unable to pinpoint the culprit with other
tools such as Query Monitor. Thanks to this extension I have been able to identify
the problem and solve it. Plugins works well with WP 6.1 Thanks!

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

### 󠀁[Indispensable!](https://wordpress.org/support/topic/indispensable-220/)󠁿

 [Gemini Labs](https://profiles.wordpress.org/geminilabs/) 22 februarie 2022

This plugin is essential for plugin development! It also works with the Query Monitor
plugin.

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

### 󠀁[Very helpful (in 2021 as well)](https://wordpress.org/support/topic/very-helpful-in-2021-a-well/)󠁿

 [iwanwilaga](https://profiles.wordpress.org/iwanwilaga/) 14 august 2021

It was THE tool that finally helped me to spot the function (action) that made the
pageload slow. I failed to do the same with Query Monitor, Debug This, F12, P3..
and other plugins. I don’t know many other plugins that can do exactly this. Probably
New Relic? But that has a complicated and deeper-level install process. Plus not
open source.. So, thank you.. and please keep taking care of this and maintain sometimes.
A useful treasure for humankind! 😉 Best wishes, Wiktor

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

### 󠀁[Great!](https://wordpress.org/support/topic/great-8542/)󠁿

 [wpcraft](https://profiles.wordpress.org/casepress/) 17 septembrie 2018

Very simple and usefule. Thx )

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

### 󠀁[MUST-HAVE for every developer.](https://wordpress.org/support/topic/must-have-for-every-developer/)󠁿

 [tazotodua](https://profiles.wordpress.org/tazotodua/) 3 septembrie 2016

many thanks to author. Excellent plugin!

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

### 󠀁[One of the best "Debug Bar" add-ons ever developed](https://wordpress.org/support/topic/one-of-the-best-debug-bar-add-ons-ever-developed/)󠁿

 [aldemarcalazans](https://profiles.wordpress.org/aldemarcalazans/) 3 septembrie
2016

This is the perfect add-on for the „Debug Bar” plugin. It helped me to discover 
why my admin pages were taking 10.5 seconds to load. The plugin showed me that the
action „admin_menu” was taking 10.5 seconds to be executed. Investigating all occurences
of the string „admin_menu” in my theme code, I found an external request to a web
site which is not on-line anymore and, cancelling it, my pages now load in 1.5 seconds.

 [ Citește toate cele 15 recenzii ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/)

## Contributori și dezvoltatori

„Debug Bar Slow Actions” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

 *   [ Konstantin Kovshenin ](https://profiles.wordpress.org/kovshenin/)

[Tradu „Debug Bar Slow Actions” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-slow-actions)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/debug-bar-slow-actions/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/debug-bar-slow-actions/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/debug-bar-slow-actions/)
prin [RSS](https://plugins.trac.wordpress.org/log/debug-bar-slow-actions/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 0.8.4

 * Fix typo in count() usage, props @josephscott

#### 0.8.3

 * Fix undefined variable notice

#### 0.8.2

 * Fix a couple warnings/notices

#### 0.8.1

 * Add support for closure/anonymous functions
 * Show all callbacks hooked to each priority
 * Fix minor styles

#### 0.8

 * Code cleanup
 * Use wp_footer for output instead of output buffering
 * Show callbacks hooked to each action

#### 0.7

 * First version

## Meta

 *  Versiunea **0.8.4**
 *  Ultima actualizare **Acum 8 ani**
 *  Instalări active: **200+**
 *  Versiune WordPress ** 3.8 sau mai recentă **
 *  Testat până la **4.9.29**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/debug-bar-slow-actions/)
 * Etichete
 * [actions](https://ro.wordpress.org/plugins/tags/actions/)[debug](https://ro.wordpress.org/plugins/tags/debug/)
   [profiling](https://ro.wordpress.org/plugins/tags/profiling/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/debug-bar-slow-actions/advanced/)

## Evaluări

 4.8 din 5 stele.

 *  [  14 5 – recenzii (stele)     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=5)
 *  [  0 4 – recenzii (stele)     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=4)
 *  [  0 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=3)
 *  [  1 2 – recenzie (stele)     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=2)
 *  [  0 1 – recenzii (stele)     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/)

## Contributori

 *   [ Konstantin Kovshenin ](https://profiles.wordpress.org/kovshenin/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/debug-bar-slow-actions/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](http://kovshenin.com/beer/)