Are there any recommendation for what can and can't be cached in SOGo? 

i.e. the login page takes 27 http requests / 422KB, inbox take 61
requests / 605KB, calendar 49 requests / 609 KB.

A lot of this seems to be javascripts and images living in 
/SOGo.woa/WebServerResources/. Would it be OK to tell the clients they
can cache these for long periodes trough mod_expires ?

Something like:

        <Location /SOGo.woa/WebServerResources/>
                ExpiresActive on
                ExpiresDefault "access plus 1 month"
        </Location>

Would this be OK ? If so, any other Locations need the same treathment ?

(1 month is maybe a bit long.. might need to be sync'ed a bit with
maintenance windows/upgrades).


  -jf
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to