Jump to content

Will it speed up the Site Load?


anks

Recommended Posts

Folks,

 

I read somewhere that by putting the below code on top of index.php will speed up the site load.

 

<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
?>

 

As per them we can even put this code on CSS files, but how will CSS execute PHP?  :confused:

 

Thanks All!!!

 

 

Link to comment
https://forums.phpfreaks.com/topic/202571-will-it-speed-up-the-site-load/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.