-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
I love the WDT, especially the new one, and I love how it shows me the ajax requests.
But in some apps the ajax requests are similar to full page loads (e. g. using pjax). So while browsing through site in dev env I only see the WDT for the first page load and I do not notice the warnings about missing translations and deprecations etc. (I have to open the profile by my self to see them).
My idea is to add a config option which changes the ajax handling. If the option is enabled, the WDT is replaced by the new ones for ajax calls.
What do you think? Would it be acceptable for you? Any other ideas?
zmitic