Tim writes:
> I just upgraded to sqwebmail 2.1.1 from a pretty old version (August 2000
> or maybe even earlier) and it "feels" a lot slower. Unfortunately I have
> deleted the old version already so I can't test it side by side, but a
> few users have already noted the same (they really loved sqwebmail before
> because it was VERY snappy). It seems that between the time I hit a button
> (for example, the right arrow to go to the next msg) and the time anything
> is displayed, it takes 3-5 seconds. It feels like there is perhaps too
* Do an ldd on the binary. See what dynamic libraries are being loaded.
* Verify that login caching is set up correctly. Sounds like you don't have
the login cache properly set up. This will result in a fallback of EVERY
request getting authenticated against whatever you're using for
authentication.
--
Sam