Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3428078
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:54:56+00:00 2026-05-18T06:54:56+00:00

Is CodeIgniter suited to building high traffic sites ? Are there any examples of

  • 0

Is CodeIgniter suited to building high traffic sites ? Are there any examples of such sites ?
I’ve used CI for a personal site and I liked it but I’ve read conflicting news on whether it can handle sites with lots of traffic.

I’m not really looking for other frameworks that can probably do the job better though if there is something that is really really good, I’d like to know.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T06:54:56+00:00Added an answer on May 18, 2026 at 6:54 am

    CodeIgniter is one of the fastest frameworks but the only thing that it means is that if the same programmer uses CodeIgniter and, for example, ZendFramework and if the code is approximately similar for both of them, the application will probably be faster with CI. But it doesn’t mean that CI will help someone build better architecture, so the developer can be either the slowest or fastest part of any framework.

    I agree with pestaa that database optimization is one of the most critical things to do. Read about indexes, MySQL performance (if you’re going to use MySQL), best practices and so on.

    Another thing to consider is caching. CI caching is bad so use third-party caching libraries. There is a lot of information on CI forum on this topic and you should choose which library is better for you.

    Also, read about lazy load. Try to load only necessary information (images, texts and so on) and, in some cases, it will help you improve performance.

    If you’re going to implement a full-text search, don’t use MySQL for this purpose, because such operators as LIKE and MATCHES are pretty slow. Instead, I recommend using something like Sphinx Search or other search engines. I recommend Sphinx because it’s fast and flexible, it has great documentation, the new version supports real-time indexing, integration with MySQL (SphinxSE) and it also supports MySQL binary protocol (look for SphinxQL if interested). It will take some time to get started and become familiar with Sphinx but the more you work with this engine, the more amazed you’ll be. This engine is used by ThePirateBay and other big projects so it’s suitable for high traffic websites.

    Cogear is a great CMS which is based on a slightly modified CodeIgniter framework (it supports HMVC and some other types of plugins). Developers swear that it has much better performance than WordPress (which sometimes serves pretty popular websites and blogs). Unfortunately, their website is exclusively in Russian.

    CI is ok but if you want an alternative, I recommend you to give a try to Yii framework. It’s a fast and powerful PHP framework with a lot of amazing features.

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to learn CodeIgniter to use for a shopping site, but I
CodeIgniter is brilliant but I'm using it to develop a site where users need
I know that codeIgniter turns off GET parameters by default. But by having everything
I'm just starting with CodeIgniter, and I am not sure where things such as
I am building a PHP application in CodeIgniter. CodeIgniter sends all requests to the
In CodeIgniter, or core PHP; is there an equivalent of Rails's view partials and
I use Codeigniter to create a multilingual website and everything works fine, but when
CodeIgniter allows access to POSTed data via: $this->input->post('input_name'); where 'input_name' is the name of
I'm new to CodeIgniter, and I need some help. I'd like to implement the
In Kohana/CodeIgniter, I can have a URL in this form: http://www.name.tld/controller_name/method_name/parameter_1/parameter_2/parameter_3 ... And then

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.