Welcome Guest, Not a member yet? Register   Sign In
Slowing Down?
#1

While CodeIgniter is executing....
Is there a way to know.
Which part of the codes of CodeIgniter is the cause of slowing down while executing?

If your answer is yes, then share it.
If your answer is no, then perhaps the next release version 4 I hope it must have this feature.

The reason is I ask this question, Is because I always blaming the hosting company because the site is slowing down.
But when I tested it on my localhost the app that I'm developing is the culprit.

Your thoughts?

Thanks in advance.
Reply
#2

http://www.codeigniter.com/user_guide/ge...iling.html
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Reply
#3

thanks
Reply
#4

Like I said before do not put javascript code in the html head tags unless necessary.

All javascript code should be loaded at the bottom of the html page just before the body and html ending tags.

This is for faster page loading of the html page.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB