Hey guys, wanted to share our latest Yii app, which we are more than stoked on.
This took almost a year to build, but now that its done, we have it running on Yii 1.1.8, using some of the new query caching (sick) and are working on implementing some of the custom URL rule classes next, and a few other features that are going to be pretty cool.
We also modified the CDbConnectionManager extension that is available from the community, and improved on it a little bit as a class for a DB master / slave=n>1 environment. If anyone is interested in that, we’re working on cleaning it up for release as an extension, but would be glad to share the class as it exists now.
Kooky (sorta). I’m out shopping for a Framework and have been shaking down Yii. I’ve been a vice.com fan since I watched the piece about you guys in Africa (I think it was).
Good points…I would note that as someone who really doesn’t comment to blogs much (in fact, this may be my first post), I don’t think the term “lurker” is very becoming to a non-posting reader. It’s not your fault at all, but perhaps the blogosphere could come up with a better, non-creepy name for the 90% of us that enjoy reading the posts.
Google and read, sign up to post 1 or 2 questions, lurk for a bit until i get the feel for the place and crowd, them linge into a flurry of posts and comments. Lol, sounds just like a bar scene.
re: the site’s traffic, i of course cannot reveal real numbers, but i will say that it is currently on the magnitude of hundreds of thousands per day (page views)
a bit more about the performance configuration since you guys are interested:
we use a largely rewritten version of the DBConnectionMan extension to handle DB replication: http://www.yiiframework.com/extension/dbreadwritesplitting/. we are planning to release our code for this after the next Yii site we launch (next weekend)
configuration uses an nginx reverse proxy cache for http acceleration and we have been able to significantly reduce the amount of hardware running the site with that in place
this database stores the entire published works from VICE’s history for all of their regions, which is 13 years of content in over 30 countries. there is a lot of stuff in there.
amazon cloudfront for asset CDN, ooyala/akamai for video CDN
cms is also home rolled, and something we’d also like to release eventually but that wont be for a while