brown2005 Posted February 22, 2007 Share Posted February 22, 2007 I think this is the way to do, but how can you have a little text to say page load time: and then tells you the page load time. Thanks Quote Link to comment Share on other sites More sharing options...
obsidian Posted February 22, 2007 Share Posted February 22, 2007 Javascript cannot accurately tell you how long your page takes to load, because it cannot calculate server load time. Check out this PHP Timer to do what you're after. Quote Link to comment Share on other sites More sharing options...
fenway Posted February 22, 2007 Share Posted February 22, 2007 True, but if you want to cheat, you can always figure out page rendering time with a script before/after the body tags. Quote Link to comment Share on other sites More sharing options...
obsidian Posted February 22, 2007 Share Posted February 22, 2007 True, but if you want to cheat, you can always figure out page rendering time with a script before/after the body tags. Good point Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.