Welcome Guest, Not a member yet? Register   Sign In
CI with height traffic project.
#1

Hello, I have a height traffic project -> "Dorm Reservations Project". (Now Planning)

"Dorm Reservations Project" is height traffic because "Students" must "fight over" reservation room in website.
Number of students: 4,000-6,000 person are open reservations on website at 8:30 AM;

And someone say to me php framework and codeigniter is not good for height traffic project;

For me I thing -> important thing is good coding for protect problem.

-----------------------------------------------------------

In area I need comment or recommend about it, Thank you.
Sorry my English is bad.
Reply
#2

Hi,
These are some tips for increasing the performance of CodeIgniter. Please have a look.
1. Move application directory outside of the system folder
2. Remove ‘index.php’ in the URLs using htaccess
3. Use routes.php to remap or redirect URLs
4. Use Autoload whenever required
5. Try to keep all configuration in the config directory
6. Filter all user input before adding them to DB
7. Don’t use pure PHP, if there is a CI alternative
8. Delete unnecessary libraries and helpers to save server space
9. Create a library or helper for frequently using functions
10. Avoid .php extension when loading views
Reply
#3

@Bhavesh

Where do they come from?
I don't understand why they increase the performance of CodeIgniter.
Reply
#4

I don't know who told you that, but I have projects using CI that get hundreds of thousands of pageviews a day, thousands of simultaneous users and generates tens of thousands of dollars a day. It's a very complex site. I'm pretty sure CI can handle your relatively small amount of traffic for such a simple registration app.

CI barely uses any resources. It's extremely lean. Your bottlenecks will be the hardware, and the webserver (use NGINX), and your coding skills -- not CI.
Reply
#5

@seasenx6
codeigniter can't handle high traffix? that's funny.
How did you know it's high traffix even though it is still in planning stage?
thousands visitors? that's boring traffic lol

CodeIgniter and MariaDB is cool duo.
Imagine MariaDB can handle 1 million query per second. that's awesome.
Reply
#6

(This post was last modified: 11-19-2015, 05:20 AM by seasenx6.)

Thank you for all comment.

My self CI is very cool for me when someone say not good I think why ? and I need explanation ?

I have many question why CI not good, so I create topic here for any explanation.

Thank you. (sorry, for my bad lang)

------------------------------------------------

@solidcodes

I don't say CI not handle high traffix and I am not funny.
Yes, I low experience and I need improve my self so create topic here.

Thank you @solidcodes.
Reply
#7

@CroNiX may i know the name of the site
Reply
#8

Uber made its first $25mil on Codeigniter/PHP stack.
Reply
#9

(03-03-2016, 05:07 PM)meow Wrote: Uber made its first $25mil on Codeigniter/PHP stack.

That's pretty cool.
Reply
#10

(11-18-2015, 07:10 PM)solidcodes Wrote: @seasenx6
codeigniter can't handle high traffix? that's funny.
How did you know it's high traffix even though it is still in planning stage?
thousands visitors? that's boring traffic lol

CodeIgniter and MariaDB is cool duo.
Imagine MariaDB can handle 1 million query per second. that's awesome.

 MariaDb can handle 1 million query per second ? Is that true ? Can you share your experience ? What's the name of the site ?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB