I have this website which I designed , It takes a lot of time to load the Page. The Chrome Console shows its in Waiting state , What is that and how can I fix it ?
Picture Attached .
|
I have this website which I designed , It takes a lot of time to load the Page. The Chrome Console shows its in Waiting state , What is that and how can I fix it ?
|
||||
| show 7 more comments |
|
I think it might be the call to the facebook graph api which takes some time... |
|||||||
|
|
It seems that all that JavaScript is slowing down the page. Right now, after you have removed the token check, the HTML loads fine, but the page still loading for a long time until it finally gets all it needs to finish building the page. Solution
|
|||
|
microtime(true)in between php code to debug which step is taking this long in the execution. – Sreenath S Aug 26 '12 at 8:39