mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add slow remote requests to debug content
This commit is contained in:
parent
1f86ae7883
commit
2d54687a52
11 changed files with 148 additions and 1 deletions
|
|
@ -189,6 +189,10 @@ class DisplayHandler extends Handler
|
|||
{
|
||||
unset($data->slow_widgets);
|
||||
}
|
||||
if (count($display_content) && !isset($display_content['slow_remote_requests']))
|
||||
{
|
||||
unset($data->slow_remote_requests);
|
||||
}
|
||||
if ($data->entries)
|
||||
{
|
||||
foreach ($data->entries as &$entry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue