Fazliddin Jo'raev

Results 8 comments of Fazliddin Jo'raev

So, profiling showed that bottleneck was in using CDbHttpSession for session, as you can see below ![dbsession](https://cloud.githubusercontent.com/assets/5574503/5424732/e47d5dfe-831e-11e4-9d88-88369daa0086.png) When I commented session part, performance increased for 2.5 times, that is 50...

![screenshot from 2014-12-18 00 27 14](https://cloud.githubusercontent.com/assets/5574503/5477400/db95f292-864c-11e4-941e-420a79b56f61.png) my test is simple ab -n 10 -c 2 http://yii-boilerplate result: 90 req p.s. ab -n 10 -c 2 http://yii-fresh result: 150 req p.s.

It turns out path of asset is not configurable. Developers must be able to indicate custom asset folder with updated js and css. For example, redaktor is not working because...

``` DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=oqila_cms DB_USERNAME=root DB_PASSWORD=123456 ``` migration and seed was successful

Yes, I installed sqlite, but could not figured out how to configure two databases

Yes it contains `sqlite3`. But scenario was: 1. I cloned repo 2. Configured .env file for `mysql` (by that time sqlite was not installed) 3. I migrated 4. Installed sqlite...

Yes Do you mean error view file should be in @app/views? That is, themes must not have error.php?