Boudewijn Vahrmeijer

Results 65 comments of Boudewijn Vahrmeijer

I've looked into the Sql formatters. It seems that 'jdorn/sql-formatter' has the most stars on github and from what I have seen, also the most readable output. It has one...

well, having many of these page filling queries is quite obtrusive. People have to expect another userexperience on the DB debug panel

it matters on a 30 inch ;)

status update: jdorn/sql-formatter does not to seem to be stable and gives errors with certain SQL's. This is not desired behavior for inclusion.

I'm questioning to keep it simple instead of having a library to fix it. On the other hand, perhabs we should adopt flexibility and make the developer to decide which...

I recall to have seen cache information in the Debug toolbar years ago. Perhabs its was yii1. It is useful to see when fragment caches hit. Therefore I would like...

It would be logical to synchronize the log with the total processing time. What I am missing is the start & ending time. My usecase is as follows: I actively...

![screenshot](https://cloud.githubusercontent.com/assets/125726/9657332/5c56d698-5240-11e5-9b7a-a29d736b9858.png) Within this sceenshot, you can see time the application has actually started. IMHO, this was definately something that was missing. The same applies for loading config files.

Yii2 is known for its speed. Therefore this functionality should be adopted.

the examples above with Expression did not seem to work. Thats confusing. However, I managed to get it working for `->from` with an example like this: ``` php $this->from(['USE INDEX...