Loading Page problem?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

Loading Page problem?

Post by kalpesh »

Hi , i have problem with loading page.
Sometimes page load fully and sometimes it loads half.
when i refresh the page, the page loads fine.
but i want to know where page execution stops.
It is possible to know where page exexcution stops
and log the reason in file.
Please help me.
thanks in advance.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Loading Page problem?

Post by jaoudestudios »

Check the log files.

What OS are you on?
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

Re: Loading Page problem?

Post by kalpesh »

I am on linux server on shared web hosting.
There is nothing on log files as error or something like that.
I see sites which are using 10 or 8 javascripts as compared to me where i use 2 scripts.
But still there site loading faster than my site.
They don't have problem like half loading page.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Loading Page problem?

Post by jaoudestudios »

If you suspect the JS files, try the page excluding those files and see if it makes a different. Its not the amount of JS but the JS code itself.
Post Reply