Steve,
   look at the output buffering/filtering methods in PHP (ob_xxxx) In
particular, you can enable the gzip filter to automatically zip your html
server side, assuming your user's browsers support auto gzip deflation,
which the newer browsers seem to ....


"Steve Brett" <[EMAIL PROTECTED]> wrote in message
C05E7DA1218ED411BF8A00105AC95A8E01B1F3CF@SV-CNTRMAIL">news:C05E7DA1218ED411BF8A00105AC95A8E01B1F3CF@SV-CNTRMAIL...
> I have a calendar system that details the appointments for various
> departments in the company and am having problems with the sheers size of
> the html docs that are returned.
>
> One department insists that they nned to see all the users in one go
(approx
> 110) and the calendars for 3 months.
>
> This causes an html doc being returned frm the server that is 3.5 meg.
> Whilst is takes the server 4 seconds to build and deliver this I was
> wondering if there is any way to speed things up and reduce the amount of
> network traffic.
>
> Would zipping the file b4 it is sent be a good (and easy) way to go ?
>
> Thanks in advance,
>
> Steve Brett
> Internal Development
> EMIS Ltd.
> "Privileged and /or Confidential information may be contained in this
> message. If you are not the original addressee indicated in this message
(or
> responsible for delivery of the message to such person), you may not copy
or
> deliver this message to anyone. In such case, please delete this message,
> and notify us immediately. Opinions, conclusions and other information
> expressed in this message are not given or endorsed by my firm or employer
> unless otherwise indicated by an authorised representative independently
of
> this message."
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to