takes lot of time...

when i load the index.html page from the server it takes lot of time to load whole page…

in the index.html page am using an include page such as <?php include('loop.html')?>

the loop.html is an categor navigation which users use it to toggle between ca tegories…

and loop.html is created by another php script where it takes values from database…

my .htaccess file as follows

RemoveHandler .php 
AddType application/x-httpd-php .html

can any one tell me why it gets lot of time to load and is there any way to get rid of this…

thanks in advance…

i guess thats in the code.

maybe ur loop is running to long.

but executing .html as php dosn’t slow down php-pages.

u may use echo(’’) at some pionts in ur script to see what part is taking that long.

Sponsor our Newsletter | Privacy Policy | Terms of Service