Wilmer Arambula
Wilmer Arambula
Common interface with ooerations more used, created, modify, delete, find, etc.
**Yii3 (yiisoft/yii-demo) AB benchmark http://demo.yiipeople.site:** - [x] disable rebuild container. - [x] disable yii-debug. ``` [root@localhost php]# ab -n 1000 -c 1 http://demo.yiipeople.site/ This is ApacheBench, Version 2.3 Copyright 1996...
**Yii3 (yiisoft/app) AB benchmark http://yiipeople.site:** - [x] disable rebuild container. - [x] disable yii-debug. ``` [root@localhost php]# ab -n 1000 -c 1 http://yiipeople.site/ This is ApacheBench, Version 2.3 Copyright 1996...
**Yii2 (yiisoft/app-basic) AB benchmark http://basic.yiipeople.site/index.php:** ``` [root@localhost php]# ab -n 1000 -c 1 http://basic.yiipeople.site/index.php This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The...
> Interesting results, @terabytesoftw. Have you turned off YII_DEBUG in Yii 2? Yes.
I think it's best to move it to `config/common`, so we don't have duplicate configs.
> Yes. I think it is handy to have. In which folder I upload the file.
> https://github.com/Roave/psr-container-doctrine could be handy. This weekend the documentation for container use.
@samdark Here is the configuration to work with doctrine, it is very simple truth, it works correctly, you can work with annotations, we add an example of how to work...
@bizley What do you suggest to implement it, I think it would be useful, also add the methods proposed by @WinterSilence, they would be of great help to build any...