| Sử dụng GZIP trong template để tăng tốc cho Joomla | ![]() | ![]() | ![]() |
Compression is a quick and efficient way to save your server bandwidth and speed up your website load time. By adding a piece of PHP code to the top of your Joomla generated Web pages, you can instruct the Web server to compress files for transit to your visitors’ Web browser. This is especially useful for text-heavy Web pages that are over 100K in size. Go to Extension >>Templates Manager Add the following code to the very top and above the DOCTYPE: <?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], ‘gzip’)) ob_start(“ob_gzhandler”); else ob_start(); ?> Done. Note: make sure you have GZIP Page This will decrease website Tin mới hơn:
Tin cũ hơn:
|












