Fazliddin Jo'raev
Fazliddin Jo'raev
is there temporal solution?
So, profiling showed that bottleneck was in using CDbHttpSession for session, as you can see below  When I commented session part, performance increased for 2.5 times, that is 50...
 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?