How can I check to see if
ob_start("ob_gzhandler");
is working and test the difference with or without it?
Thanks,
How can I check to see if
ob_start("ob_gzhandler");
is working and test the difference with or without it?
Thanks,
You can use ob_list_handlers to get an array of handlers that are in use.
Using the "Net" tab of Firebug, check to see if the Content-Encoding header has a value of gzip or deflate.
Or, try the online gzip test.