Title: Debug Bar Slow Actions
Author: Konstantin Kovshenin
Published: <strong>2014-02-07</strong>
Last modified: 2018-01-18

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Debug Bar Slow Actions

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/debug-bar-slow-actions/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/debug-bar-slow-actions/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/debug-bar-slow-actions/#developers)

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

## Opis

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

## Zrzuty ekranu

 * [[
 * Screenshot

## Recenzje

![](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/) 2023-04-14

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/) 2022-02-22

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/) 2021-08-14

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/) 2018-09-17

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/) 2016-09-03

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/) 2016-09-03

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.

 [ Przeczytaj 15 recenzji ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/)

## Kontrybutorzy i deweloperzy

„Debug Bar Slow Actions” jest oprogramowaniem open source. Poniższe osoby miały 
wkład w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Debug Bar Slow Actions” na swój język.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-slow-actions)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/debug-bar-slow-actions/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/debug-bar-slow-actions/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/debug-bar-slow-actions/)
przez [RSS](https://plugins.trac.wordpress.org/log/debug-bar-slow-actions/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

 *  Wersja **0.8.4**
 *  Ostatnia aktualizacja **8 lat temu**
 *  Włączone instalacje **200+**
 *  Wersja WordPressa ** 3.8 lub nowszej **
 *  Testowano do **4.9.29**
 *  Język
 * [English (US)](https://wordpress.org/plugins/debug-bar-slow-actions/)
 * Tagi
 * [actions](https://pl.wordpress.org/plugins/tags/actions/)[debug](https://pl.wordpress.org/plugins/tags/debug/)
   [profiling](https://pl.wordpress.org/plugins/tags/profiling/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/debug-bar-slow-actions/advanced/)

## Oceny

 4.8 na 5 gwiazdek.

 *  [  14 recenzji 5-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=3)
 *  [  1 recenzja 2-gwiazdkowa     ](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](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)

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://kovshenin.com/beer/)