FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
157 stars 41 forks source link

Profiling Ajax Subrequests #7

Closed shyim closed 8 years ago

shyim commented 8 years ago

We could add like in Symfony Profiler a Header Value with the current Profile ID, to match subrequests. Shopware added with 5.2 $.ajaxSetup which is not overrideable. (https://github.com/shopware/shopware/blob/5.2/themes/Frontend/Responsive/frontend/_public/src/js/jquery.csrf-protection.js#L121)