Thomas Portelange
Thomas Portelange
@f3l1x yes sure i guess it's not required as such, but it would be great if it worked tried recently and i get this TypeError: Cannot set property 'mode' of...
I'm not sure really it's surprising that it's no up to date. I see that there is also an amazon extra with stuff for php so maybe in there there...
From what I've seen a simple update of sqlite should do it but really I have no experience in this matter so it's not like my ideas are accurate ;)
I've made some progress on this with https://github.com/lekoala/silverstripe-debugbar/commit/b0831765a71765045f7eb3f81f28ddf846f34987 but i'm not sure how to proceed for js files
it's probably better to keep it since it's part of the default assets of the package. When we will make a clear distinction between the composer assets and the custom...
Hopefully this commit https://github.com/lekoala/silverstripe-debugbar/commit/ba6d3970c7e7cdba20bf6bab73c4d65ec75d6418 will fix the issue Depending on your webserver you might have to adjust the max_header_length option in the yml. I already halved the default value that...
i don't see why it would be like that. Headers are being sent by the middleware in the cms or if ajax option is enabled. What makes you think that...
I noticed a similar issue using nginx in the admin because of the amount of headers passed, for instance requirements that are not bundled and end up having very large...
You have to take into account the debugbar is not the only one sending headers. The requirements api also does it and send in each request x-include-js and x-include-css. When...
@Firesphere the two tables are from the update to latest version of the assets. But they are a welcome addition. I made a small change in order to aggregate calls...