My site gets about 30k views a day, not too much but it works. I also have no caching besides the built in file system caching.
http://www.sc2armory.com/ On Jan 8, 6:51 am, Pablo Viojo <[email protected]> wrote: > Our site (http://www.needish.com) is having over 50k unique visitors a day > and 150-200k pageviews/day. > > Using nginx, mysql, memcached et al (cake 1.2) > > Pablo Viojo > [email protected]http://pviojo.net > > ¿Que necesitas?http://www.needish.com > > On Fri, Jan 8, 2010 at 11:16 AM, Dave J <[email protected]> wrote: > > I can attest to that. We built a site fully on Cake which gets over > > 40-50 thousand uniques a day without breaking a sweat. The highest > > load we've seen was Cake serving out around 200 pages per second. > > Using view caches wisely and unbinding unnecessary models always help. > > If you have high traffic sites, it's advisable to have static files > > like images and stylesheets being served out by a smaller server (like > > Lighttpd), even on the same machine, and leave Apache to do the heavy > > lifting with Cake/PHP. > > > On Jan 8, 1:30 pm, Chad Smith <[email protected]> wrote: > > > Hey, > > > > Well I have a few things to throw in here both from my own work and > > > from my previous employer's. > > > > CountyCriminal -http://www.countycriminal.comgetsabout 100 uniques > > > an hour, and it's built with Cake 1.2/jQuery. Also all of the KML > > > mapping is ran through cake so there's that as well. > > > > IdentityAlert -http://www.identityalert.org-Gets about 40 uniques a > > > day so it's not terribly busy but it's built on cake 1.2/jquery as > > > well. > > > > The Easy API -http://www.theeasyapi.com-Hasn't went live yet but > > > when it does I anticipate that it will get a good bit of traffic > > > because of what it does. It provides one common API interface that > > > will interface with a lot of other API's and act as a middleman > > > between them. No need to setup your server differently to access an > > > API, no need to read sometimes really poorly written documentation to > > > find out the documentation is old and it doesn't work. The Easy API > > > takes care of all of that and then some. Oh, and it's Free. Go sign- > > > up for an account today. That part works at least. I should have > > > that finished completely in about 2 weeks. I know some shameless > > > promotion but I have to start somewhere right? > > > > I'll be excited to see who else throws in some bigger sites than my > > > little ones, but I can tell you that with my previous employers we > > > have sites in the 1000k+ range that is using Cake 1.2 and they are > > > operating beautifully. > > > > On Jan 8, 7:33 am, keymaster <[email protected]> wrote: > > > > > This is not meant to be a post on "evaluating cake's performance" or > > > > anything like that. I use cake alot and have no issues. > > > > > I also know that for those who utilize cake 1.2's various features for > > > > performance optimization to the fullest, there are very few issues of > > > > performance remaining even for the busiest apps. > > > > > So, this is really just a curiosity question. The kind of thing one > > > > thinks about when one doesn't feel like working :-) > > > > > By chance, does anyone have a feel for which sites (other than > > > > addons.mozilla.org which is cakePHP1.1 anyways) might be among the > > > > highest traffic'ed cakePHP 1.2 sites ? > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > You received this message because you are subscribed to the Google Groups > > "CakePHP" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<cake-php%[email protected]>For > > more options, visit this group at > >http://groups.google.com/group/cake-php?hl=en
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
