Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Compressing Pages in TS
prem_pratick
Hi All,
I am planning to use mod_gzip or mod_deflate , for improving the performance to TS , has any one used the same before .
If yes , please let me know the advantages or disadvantages of the same wrt to TS.
Thanks
Prem Pratick kumar.
Find more posts tagged with
Comments
nipper
What performance are you trying to improve ?
Using compression will likely make response time worse, but use less disk. Unless you have users that are remote and use a slow line to the server. Still that only impacts viewing of webpages.
prem_pratick
Hi ,
Like we used the mod_expire ,
We have some users where the network is too slow , so if we could use the mod_gzip
Just wanted to give it a shot as we have very less CPU Util.
Thanks
Prem Pratick
transactionsConciliation.rptdesign
nipper
If you are CPU bound, then this will make matters worse(something has to compress/uncompress the files on server and client). If you are network bound, then this *may* help.