![]() |
Why my CodeIgniter Site Running Slow? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Why my CodeIgniter Site Running Slow? (/showthread.php?tid=78319) |
Why my CodeIgniter Site Running Slow? - gitap4465 - 01-02-2021 Hello!! I have try all the passible solution but i am still facing my site running time is too bad. I have tried
RE: Why my CodeIgniter Site Running Slow? - InsiteFX - 01-02-2021 Did you look at your sever and apache log files? RE: Why my CodeIgniter Site Running Slow? - demyr - 01-02-2021 You are having this problem on local server (Xampp etc) or on an online server? If online, it's not weird because there might be lots of reasons related to the problem. Even ready-made templates can load slowly as they contain so many javascript codes. Or, your hosting provider might be a problem.. RE: Why my CodeIgniter Site Running Slow? - John_Betong - 01-02-2021 Try the following to pinpoint the included files which are taking the longest time to load: https://tools.pingdom.com/ https://gtmetrix.com/ RE: Why my CodeIgniter Site Running Slow? - thuecanho123com - 01-05-2021 (01-02-2021, 06:29 AM)gitap4465 Wrote: Hello!! |