Try to use ob_start() before output; it can speed up the output, suitable for NT
for unix servers
If you use ob_start('ob_gzhandler'); the output efficiency will be higher
http://www.bkjia.com/PHPjc/317545.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/317545.htmlTechArticleTry to use ob_start() before output; it can speed up the output and is suitable for NT. For unix servers, if you use ob_start( 'ob_gzhandler');The output efficiency will be higher...