Can CI 4 handle a thousand request? |
(03-08-2020, 04:18 AM)nonebeliever Wrote:(03-04-2020, 08:07 AM)albertleao Wrote: It's 100% about the code you write and not Codeigniter. If you write bad code that is slow, it doesn't matter what framework you're using, it'll be slow. If you write good clean code, you can be on laravel, symfony, codeigniter or anything and serve hundreds of thousands or even millions of requests depending on your servers. Slow database requests is almost always the reason a site is slow. There’s a lot to take into consideration when dealing with a lot of traffic. |
Messages In This Thread |
Can CI 4 handle a thousand request? - by taliffsss - 03-03-2020, 06:00 AM
RE: Can CI 4 handle a thousand request? - by kilishan - 03-03-2020, 07:56 AM
RE: Can CI 4 handle a thousand request? - by jreklund - 03-03-2020, 10:49 AM
RE: Can CI 4 handle a thousand request? - by zahhar - 03-04-2020, 04:29 AM
RE: Can CI 4 handle a thousand request? - by albertleao - 03-04-2020, 08:07 AM
RE: Can CI 4 handle a thousand request? - by nonebeliever - 03-08-2020, 04:18 AM
RE: Can CI 4 handle a thousand request? - by includebeer - 03-08-2020, 08:55 AM
RE: Can CI 4 handle a thousand request? - by tweenietomatoes - 03-08-2020, 10:57 AM
RE: Can CI 4 handle a thousand request? - by albertleao - 03-09-2020, 06:07 AM
RE: Can CI 4 handle a thousand request? - by taliffsss - 03-04-2020, 08:20 PM
|