You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling profiler within the chrome-extension forces Xdebug to trigger profiling (xdebug.start_with_request=trigger) by the extensions own "__clockwork" calls.
Througth its polling behavior cachegrinds start to pile up, which i dont think is intended?
The text was updated successfully, but these errors were encountered:
Hey, this is definitively not intended. We explicitly remove the trigger cookie when doing metadata requests, can you inspect one of the profiles to make sure it's caused by Clockwork?
Enabling profiler within the chrome-extension forces Xdebug to trigger profiling (xdebug.start_with_request=trigger) by the extensions own "__clockwork" calls.
Througth its polling behavior cachegrinds start to pile up, which i dont think is intended?
The text was updated successfully, but these errors were encountered: