-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with AJAX only refreshing part of the page #7
Doesn't work with AJAX only refreshing part of the page #7
Comments
Do they show up inside the Network panel of chrome devkit ? And if so, do they have the 'X-debug-data-url' header set ? |
Yes they do show up in the Chrome developer tools' Network panel. Yes the response headers include X-debug-data-url, e.g.: X-debug-data-url:http://127.0.0.1:8000/__debug__/data/1396559117.528137/ |
I cannot reproduce that on my computer. |
I'm using this with angular and have the same problem. When browsing the x-debug-data-url I do see the toolbar in the browser. Still helpful but would be nice to see it in the console with the plugin. |
Btw, I don't see any messages / errors in the Developer tools' console of the Developer tools itself. |
I think I found the problem. The header is all lowercase. recamshak/chrome-django-panel#3 It works for me now. |
Thanks for making this BTW ;-) |
Later versions of the Django Debug Toolbar (not the panel) disable it on AJAX requests. If you are having issues with it, redefine the toolbar's |
If I have a web app that only refreshes certain parts of the page via AJAX (i.e. and then uses Javascript to update the DOM), those requests don't show up. Is there some way to configure this to enable all requests to be profiled, not just the ones for the "current" URL?
The text was updated successfully, but these errors were encountered: