silverstripe-debugbar icon indicating copy to clipboard operation
silverstripe-debugbar copied to clipboard

SilverStripe DebugBar module

Results 6 silverstripe-debugbar issues
Sort by recently updated
recently updated
newest added

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...

type/enhancement
impact/low

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...

affects/v3
affects/v4
change/minor
effort/medium
type/frontend

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,...

affects/v3
affects/v4
change/patch
effort/easy
impact/low
type/docs

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); ```

type/enhancement
affects/v4
change/minor
effort/medium
impact/medium

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)

type/bug
affects/v4
change/patch
effort/easy
impact/low

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.

affects/v4
impact/low
type/docs