After i enabled this module, views started to time out, so i increased the PHP max_execution_time to 300.. Then i checked if the same happens for anon users, which indeed it does! The 'Access Firebug Debug' permission is only checked before OUTPUTTING debug data, not before generating it! What a waste of CPU cycles... here's a quick fix for the issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupalforfirebug-fix-anonymous-performance.patch | 1.63 KB | eMPee584 |
| drupalforfirebug-fix-anonymous-performance.patch | 2.09 KB | eMPee584 |
Comments
Comment #1
eMPee584 commentedoops, sorry. fixed my patch generation script -> no more color escapes ;)
Comment #2
populist commentedAwesome! Committed.