CodeIgniter Forums
Largest CI based site - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Largest CI based site (/showthread.php?tid=17097)

Pages: 1 2 3


Largest CI based site - El Forum - 03-25-2009

[eluser]Warren Noronha[/eluser]
Which is the largest CI based site? In terms of pageviews, users etc?


Largest CI based site - El Forum - 03-25-2009

[eluser]Carlos G[/eluser]
mine is a new page... yesterday i did have 2792 unique users, and 23852 page views... i dont know how big it is..but is growing about 1000 users by day recently... no problems so far...

CodeIgniter has a great performance light as a feather... :-D


Largest CI based site - El Forum - 03-25-2009

[eluser]Warren Noronha[/eluser]
Right now I am at about 4 million users doing 40m page views. Just wanted to know if there are other sites of this scale. Larger the better.


Largest CI based site - El Forum - 03-25-2009

[eluser]dmitrybelyakov[/eluser]
[quote author="Warren Noronha" date="1238029939"]Right now I am at about 4 million users doing 40m page views. Just wanted to know if there are other sites of this scale. Larger the better.[/quote]

Can you give a link to chek out? Is it full Ci? I wonder what's your application architecture then Smile


Largest CI based site - El Forum - 03-25-2009

[eluser]Warren Noronha[/eluser]
Its not in CI. The current system has lived a bit too long. I am trying to decided if I should redo it in CakePHP or CodeIgniter.


Largest CI based site - El Forum - 03-25-2009

[eluser]dmitrybelyakov[/eluser]
I wonder if CI can handle that much!


Largest CI based site - El Forum - 03-25-2009

[eluser]Fero[/eluser]
4 mil users per day?


Largest CI based site - El Forum - 03-25-2009

[eluser]Thorpe Obazee[/eluser]
You should probably look into PatternTap


Largest CI based site - El Forum - 03-27-2009

[eluser]louis w[/eluser]
With multiple web servers load balanced, connecting to a dedicated database server and strong component level caching in place (I prefer to use my own instead of built in), there is no reason why CI would not be able to handle 4 million page views. For even better performance, move all static assets to a cdn.


Largest CI based site - El Forum - 03-27-2009

[eluser]dmitrybelyakov[/eluser]
[quote author="louis w" date="1238187459"]With multiple web servers load balanced, connecting to a dedicated database server and strong component level caching in place (I prefer to use my own instead of built in), there is no reason why CI would not be able to handle 4 million page views. For even better performance, move all static assets to a cdn.[/quote]

This is very true ) I wonder if there are projects of such scale done with CI...