PHP
  Home arrow PHP arrow Using HTTP Compression in PHP: Make Your Web Pages Load Faster
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
VPS Hosting  
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid  
Request Media Kit
Contact Us  
Site Map  
Privacy Policy  
Support  
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
PHP

Using HTTP Compression in PHP: Make Your Web Pages Load Faster
By: Alejandro Gervasio
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 28
    2006-04-10


    Table of Contents:
  • Using HTTP Compression in PHP: Make Your Web Pages Load Faster
  • The basics of data compression: writing a simple "crunching" PHP script
  • Moving one step forward: using real HTTP compression on parsed PHP files
  • Compressing data by "Gzip:" defining the "getCompressedContent()" function

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article

     
     
    ADVERTISEMENT


    Using HTTP Compression in PHP: Make Your Web Pages Load Faster
    ( Page 1 of 4 )

    Web developers are always looking for ways to reduce the loading time of their pages. This article, the first of three parts, shows you how to make PHP pages load faster by showing you how to compress dynamic PHP pages. Techniques covered include using PHP's built-in “gzencode()” function, along with output buffering control functions.

    Introduction

    Due to its inherent versatility, PHP provides developers with the ability to develop different mechanisms for reducing the loading time of parsed PHP pages. When it comes to optimizing methods for making PHP pages load faster, I covered the topic across several articles, which have been previously published right here, on the prestigious Developer Shed network, ranging from how to develop an (X)HTML caching system, to implementing a MySQL result set caching mechanism.

    Of course, reducing the load time of parsed PHP pages isn't limited to developing caching systems of a different nature. There are many other techniques that can be used, either as standalone or integrated solutions, in order to tackle some performance issues and deliver quickly dynamic content.

    Admittedly, making web pages (static or dynamic ones) load quicker is actually a fine-tuning process, which involves not only using the caching methods that I mentioned before, but implementing other well-known approaches. These include optimizing CSS, JavaScript and Flash files, compressing images, and eventually the optimization of additional elements that might be requested together with a web document, like Java applets.

    While the previous optimization methods are used frequently during the development of a Web application, in order to reduce the amount of data transmitted across different HTTP requests, in general terms caching systems are aimed at decreasing the frequency that data is sent through a specific network (local networks, intranets, extranets or the Internet as a whole). However, are these techniques the only ones used to optimize web pages? Fortunately, the answer is a resounding No!

    Just in case you weren't aware of it, a few years ago most modern browsers began to support HTTP compression as a transparent layer. This can be extremely useful when looking for additional ways to reduce the amount of data transmitted between a Web server and a client. As a result, this technique also can be taken into account if you want to make your PHP pages load considerably faster.

    Since PHP offers a powerful built-in library for handling HTTP compressed data, over this series I'll explain the basics of working with HTTP-compressed PHP pages. I'll illustrate, with several code samples, different methods for compressing dynamic PHP pages. So, do you want to learn how to take advantage of HTTP compression in your own PHP applications? Right, start reading to find out how this is done!



     
     
    >>> More PHP Articles          >>> More By Alejandro Gervasio
     

       

    PHP ARTICLES

    - Building Dynamic Queries with Chainable Meth...
    - PHP Encryption and Decryption Methods
    - Building a MySQL Abstraction Class with Meth...
    - Completing a Sample String Processor with Me...
    - Mastering WHILE Loops for PHP and MySQL
    - Method Chaining: Adding More Methods to the ...
    - Method Chaining in PHP 5
    - The Role of Interfaces in Applying the Depen...
    - Dependency Injection: Using a Setter Method ...
    - Using a Model Class with the Dependency Inje...
    - Injecting Objects Using Setter Methods with ...
    - Injecting Objects by Constructor with the De...
    - The Dependency Injection Design Pattern in P...
    - Performing Inferential Statistical Analysis ...
    - Performing Descriptive Statistical Analysis ...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
    Stay green...Green IT