Welcome Guest, Not a member yet? Register   Sign In
Why my CodeIgniter Site Running Slow?
#1

(This post was last modified: 01-05-2021, 06:58 AM by gitap4465. Edit Reason: To provide more info )

Hello!!
I have try all the passible solution but i am still facing my site running time is too bad.
I have tried

  • Remove unnecessary libraries
  • Use Autoload
  • Reduce server response time
  • I do not create configuration values
  • Create a library for frequently used functions
  • Remove index.php from the URL
  • Compress content
  • Use Sprites



Reply
#2

Did you look at your sever and apache log files?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

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..
Reply
#4

Try the following to pinpoint the included files which are taking the longest time to load:

https://tools.pingdom.com/

https://gtmetrix.com/
Reply
#5

(01-02-2021, 06:29 AM)gitap4465 Wrote: Hello!!
I have try all the passible solution but i am still facing my site running time is too bad.
I have tried

  • Remove unnecessary libraries
  • Use Autoload
  • Reduce server response time
  • I do not create configuration values
  • Create a library for frequently used functions
  • Remove index.php from the URL
  • Compress content
  • Use Sprites

    Test

Reply




Theme © iAndrew 2016 - Forum software by © MyBB