phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Delay in phpgroupware


From: Manoj Kumar Nair
Subject: [Phpgroupware-users] Delay in phpgroupware
Date: Mon, 22 Jul 2002 16:28:07 +0530

    To all out thre.
 
Try this:- Edit the php.ini file and find opt_handler. it will be be something lik so:-
 
opt_handler =    ;
 
instead of leaving it blank modify it as follows:-
opt_handler = gz_handler ;
 
what happens is this - all php output is sent to guzip which transparently compresses the output so PHP pagesload faster. Infact much faster than normal loading.
 
PS this applies to all PHP software utomatically . I have tested many apps for response after the gz_handler entry. The response is tremendous !!
try it
 
bye
manoj

reply via email to

[Prev in Thread] Current Thread [Next in Thread]