Here is sample URL from my website: http://www.herbsandcures.com/view-disease-details/Brain-Tumor.html I have implement mod_rewrite module to redirect the PHP ext to HTML extension without "id" as parameter.. Now the problem is quite visible when u open that URL.. u must have seen that it takes some time to dowload.. u will see the blank page initially with the msg "Done" in the status bar, as if the request has been processed and server has sent the blank page.. but some 2-3 seconds later, the contents are displayed.. Can anybody suggest what can be the cause of this problem ? is it mod_rewrite or db or apache or anything else.. Your kind advice will be really appreciated. Thanks a ton!!
It will be slow but on the long run it will be fast and please do check of your mysql if the page that is rendered will access a database. Hope It Helps
yes, that page do access mysql db.. but when I open that page in PHP version, it opens good and fast and the HTML version is very slow.
it seems to b good now after i placed google-analytics code at bottom and removed from the top... can this be a factor??