Slows down page loading when active
-
When debug bar is active, page loads increase to > 30 seconds, and portions of the page are blocked from loading during what appears to be a PHP timeout. At the same time, a massive object is dumped into debug.log with all the data from Debug_Bar (and the code, too, as dumped by
call_user_func_array()
). The backtrace shows that the next call isDebug_Bar->render('')
.Disabling extensions does make a slight difference, but the only thing that brings back page loads to normal sub-second times is disabling this plugin.
- The topic ‘Slows down page loading when active’ is closed to new replies.