Si c'est pas indiscret, c'est quoi ton site qui est utilisé par des milliers de personnes ?
Version imprimable
Si c'est pas indiscret, c'est quoi ton site qui est utilisé par des milliers de personnes ?
Si vous avez loupé l'information, Youporn.com (https://groups.google.com/d/topic/sy...mEY/discussion) roule sur Symfony2, alors avec ses 100 millions de pages vues par jours, vous pouvez vous rassurer. Même si Symfony2 fait pas tout et que Redis joue un rôle primordial dans leur cas.
Un retour de leur part :
"
Symfony2 is about 30% slower than our custom-built frameworks specifically designed for our needs and made as clean and simple as possible. You can get much faster with raw php with no framework and spend a lot of time doing development. If you want a framework that will perform and be flexible and feature rich, Symfony2 seems to be it.
The website itself reads only from Redis which has no Doctrine hooks. All writes use mysqli since it is the most direct and fastest.
Our Content Management System (which is larger than most external people would believe) is complete doctrine based. Doctrine saved us in fact since the CMS was late but it allowed to develop huge parts of it in days. Within 2 weeks we had enough of it developed to launch.
"