silverstripe-debugbar
silverstripe-debugbar copied to clipboard
SilverStripe DebugBar module
I saw you updated the timeline with more details (yay!) And then a separate table with all the calls made below it. I think it would be more readable, if...
To make way for pre-processed assets (e.g. #53). Currently the `assets/debugbar.css` for example has some customisations. We should use a location that is obvious that it's a third party file...
Getting an error from nginx when debugbar enabled at the CMS ``` 2018/05/29 00:14:35 [error] 15667#15667: *903 upstream sent too big header while reading response header from upstream, client: 127.0.0.1,...
It would be awesome to display cached variables: name, value, ttl ``` use SilverStripe\Core\Cache\FilesystemCacheFactory; ... $cache = new FilesystemCacheFactory('data'); $this->cache = $cache->create('EventsAPI'); $this->cache->set('token', 'test', 3600); ```
I've noticed the widget.css file was added back. We removed it previously because it was overriding the core package and moved everything to our own extension stylesheet. `javascript/sqlqueries/widget.css` [Commit](https://github.com/lekoala/silverstripe-debugbar/commit/4d08e8885008450072c3dcd120eef2e0d7a1df20)
The readme needs some information on the Config tab. We should update any links that reference docs/en files, and update "Config tab is for SiteConfig" etc.