Part of the EllisLab Network
   
 
Largest site built on CodeIgnitor?
Posted: 10 November 2007 07:32 PM   [ Ignore ]  
Summer Student
Total Posts:  6
Joined  11-10-2007

Looked through some of the ‘Built on CodeIgnitor’ links and they all seem pretty small scale projects.  Just curious if there are any large websites built on CodeIgnitor. Thanks.

Profile
 
 
Posted: 10 November 2007 10:24 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  142
Joined  02-25-2007

CampusLIVE.com!

(no idea)

Profile
 
 
Posted: 10 November 2007 10:49 PM   [ Ignore ]   [ # 2 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  3198
Joined  06-10-2007

Define “Large” ?

 Signature 

URI Language Identifier | Modular Extensions - HMVC | View Object | Widget plugin | Access Control library

Profile
 
 
Posted: 10 November 2007 11:09 PM   [ Ignore ]   [ # 3 ]  
Summer Student
Total Posts:  6
Joined  11-10-2007
wiredesignz - 11 November 2007 03:49 AM

Define “Large” ?

Large as in traffic (sorry for the ambiguity).

50,000+ visitors a day. In Alexa 10k range.

campuslive is clean—good job with it!

Profile
 
 
Posted: 11 November 2007 03:02 AM   [ Ignore ]   [ # 4 ]  
Lab Assistant
RankRank
Total Posts:  234
Joined  03-12-2007

It is difficult to tell.  Not every body who uses CI publicizes the fact.  As much as I love CI and EllisLab, if I were to build an enterprise site with CI, I wouldn’t make that info public.  If someone were to find an exploit in CI you would be extra vulnerable to attack.

Profile
 
 
Posted: 11 November 2007 03:06 AM   [ Ignore ]   [ # 5 ]  
Summer Student
Total Posts:  6
Joined  11-10-2007

Very true smile

I guess the next question is can CI handle/scale for a large scale project that serves hundreds of thousands of pages a day?

Profile
 
 
Posted: 11 November 2007 07:03 AM   [ Ignore ]   [ # 6 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  3153
Joined  06-11-2007

With correct settings I see no reason why it would struggle. Just dont autoload too much, enable view and db cacheing, compress your output and it should be fine!

 Signature 

————————
Blog | Twitter | GitHub | BitBucket
————————-
PyroCMS - open source modular CMS built with CodeIgniter
PancakeApp - Simple, hosted invoicing/w project management

Profile
 
 
Posted: 11 November 2007 10:03 AM   [ Ignore ]   [ # 7 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4777
Joined  03-23-2006
thurting - 11 November 2007 08:02 AM

It is difficult to tell.  Not every body who uses CI publicizes the fact.  As much as I love CI and EllisLab, if I were to build an enterprise site with CI, I wouldn’t make that info public.  If someone were to find an exploit in CI you would be extra vulnerable to attack.

This is a good point.  ExpressionEngine has some very, very notable sites running with it, but we’ve entered into specific agreements with them to not publicize that information… which is too bad because they would be great “show pieces” for us.

 Signature 

DerekAllard.com - CodeIgniter, ExpressionEngine, and the World of Web Design

Profile
MSG
 
 
Posted: 12 November 2007 12:08 AM   [ Ignore ]   [ # 8 ]  
Summer Student
Total Posts:  6
Joined  11-10-2007

Thanks Derek and everyone else.

I look forward to sharing my CI built site when its done.

Cheers!

Profile
 
 
Posted: 12 November 2007 04:13 AM   [ Ignore ]   [ # 9 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  2280
Joined  07-30-2007

moddb.com is probably the largest CI site that I know of right now

 Signature 

Follow me on twitter here.
MichaelWales.com | MichaelWales.info

Profile
 
 
Posted: 12 November 2007 06:55 AM   [ Ignore ]   [ # 10 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  817
Joined  03-20-2006

I imagine this http://veerle.duoh.com/ is a pretty good show piece for ee?

Profile
 
 
Posted: 12 November 2007 05:47 PM   [ Ignore ]   [ # 11 ]  
Grad Student
Avatar
Rank
Total Posts:  96
Joined  12-17-2006

don’t know if you ask just for sites or if you are thinking about building a site. in second case - hmm, I say you should define a bit better WHAT do you want to SERVE for your 50,000+ visitors.
means: when your server/cluster goes easy with a native php/mysql solution - CI can do it (nearly) as fast or even better with a clever .htaccess-modified caching.

check CI’s code - just a frontcontroller, some decorators - really thousand ways to improve performance coz YOU control the code - not the framework as smetimes felt in rails, symphony or cake. run some ab performance test against some activerecord queries ... the “view” in the CI mvC is lightweigthed PHP solution - bleeding fast (no smarty-headaches grin

 Signature 

pixelBOUTIQUE
Wein
BELViNi FaceBook
BELViNi Twitter

Profile
 
 
Posted: 13 November 2007 05:43 AM   [ Ignore ]   [ # 12 ]  
Research Assistant
RankRankRank
Total Posts:  340
Joined  10-02-2006

If I had a web site serving hundreds of thousands of pages per day, I would probably either be bankrupt or letting someone else worry about it.

 Signature 

Dotted line.

Profile
 
 
Posted: 13 November 2007 07:53 AM   [ Ignore ]   [ # 13 ]  
Grad Student
Avatar
Rank
Total Posts:  96
Joined  12-17-2006

In this moment, my german PHP Mag arrived. There is a nice article about CI inside and they say

“...excellent performance ...”

 Signature 

pixelBOUTIQUE
Wein
BELViNi FaceBook
BELViNi Twitter

Profile