| Felix Halim .NET | ||
|
University Experience
IOI 2002 Yong In, Korea
ACM ICPC Regional Manila 2003
ACM ICPC Regional Manila 2004
ACM ICPC Regional Manila 2005
ACM ICPC Regional Kaohsiung 2006
ACM ICPC Regional Singapore 2007
ACM ICPC Regional Jakarta 2010 (new!)
ACM ICPC World Final Tokyo 2007
Google India Code Jam 2005
Google India Code Jam 2006
Indonesia National Contest 2007
Indonesia National Contest 2008
Indonesia National Contest 2010
Facebook Hacker Cup 2011
|
||
My ContactMSN : felix_halimYM : felix_halim_2000 GMail : felix.halim Blog Entries
November-2008July-2008March-2008December-2007October-2007August-2007June-2007April-2007March-2007February-2007January-2007 FriendsBookmarksHTTP Compression using "ob_gzhandler" improves transfer speed a lot!Posted on [2007-02-15 03:26:43], Category [undefined]Now all HTTP requests to Felix-Halim.NET will be responded using "Content-Encoding: gzip" if possible. This reduces the transfer time and network traffic tremendously. PHP made it so easy to achieve this: just by adding this line at the very beginning of the script: ob_start("ob_gzhandler");
To see that the gzhandler working correctly, you can view the page using FireFox and FireBug plugin and see under Net tab the response header will now contains "Content-Encoding: gzip" and the response bytes reduced significantly.
Comments: 0 |
Add Comment
|
||