Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yii framework scalability

Tags:

php

yii

I'm a starter in yii framework. I just want know how scalable Yii is with a lot of online users at a time?

How useful is Yii in comparison to other frameworks and also if there are 100,000 users - to have things move smoothly - what kind of technology and hosting etc would be needed?

like image 774
tibin mathew Avatar asked Feb 02 '23 20:02

tibin mathew


2 Answers

This article compares Yii and Drupal on a website with more than 50000 visitors per day. http://erickennedy.org/Drupal-7-Reasons-to-Switch

like image 126
Roman Avatar answered Feb 05 '23 16:02

Roman


100,000 users is a bit vague. Is that per minute, per hour or day? Yii does have a good caching functionality but perhaps worth reading Building Scalable Web Sites: Building, Scaling, and Optimizing the Next Generation of Web Applications by Cal Henderson, as this will give a better understand of scaling PHP web applications.

like image 23
Chris Herring Avatar answered Feb 05 '23 15:02

Chris Herring