ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Debug Bar Slow Actions

وضاحت

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.

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

تصوير

  • Screenshot

جائزا

14 اپريل 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!
22 فيبروري 2022
This plugin is essential for plugin development! It also works with the Query Monitor plugin.
14 آگسٽ 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
17 سيپٽمبر 2018
Very simple and usefule. Thx )
3 سيپٽمبر 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.
جمع: سڀ 15 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Debug Bar Slow Actions” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Debug Bar Slow Actions” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

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