page show in 3 sec But firefox still show "Waiting for mambate".... maybe u must correct javascripts???
GOOGLE PAGE SPEED OF 72/100 THIS IS NOT GOOD.... you want to get this as close to as 100 as you can! Your main page speed issues are: * missing a cache expiration on all of your images and scripts (you can to do this with htaccess) [.. ask and I will tell you how] * Not specifying image dimensions (ever time you do this, your browser has to do an extra calculations slowing the page load time) * you have 9 CSS external scripts for 1 page!!! you only need one, every extra css file slows the page since they have to be fetched seperately * You have not enabled compression, you can do this with gzip in your htaccess file (and there is also a function within php that enables gzip compression for your php files) [.. ask and I will tell you how] * you have not minified your scripts.[.. ask and I will tell you how] It was slow for me... (I don't think anyone has done any real analysis in the comments above, but let me know if you want me to look into this further or help with any of the above points. I can refer you to lots of places, but you might want to search around for the relevant articles on these issues your self)