magento-hackathon / magento2-toolbar

Toolbar with developer and merchant functionality
Open Software License 3.0
28 stars 7 forks source link

Implement storage for requests #5

Closed barryvdh closed 8 years ago

barryvdh commented 8 years ago

This is the initial implementation of storage for the Debugbar. Uses the Magento filesystem to read/write files to the var folder. These files can be accessed through the API, using the browser button (3rd on the right of the toolbar).

Skips the collecting on internal routes, doesn't inject on ajax calls.

Possible future additions:

barryvdh commented 8 years ago

I've now stacked redirect data and send the proper headers for XHR requests. Also generated the urls correctly and added a hash of the assets for the longer caching (in the previous PR).

I guess this is good to go now for me.

elzekool commented 8 years ago

Merged 😃

barryvdh commented 8 years ago

Thanks!