[imp] Slow response on IMP

Anil Madhavapeddy anil@recoil.org
Mon, 20 Aug 2001 21:04:10 +0100


On Mon, Aug 20, 2001 at 11:40:18PM +0800, imp@gurubase.com wrote:
> 
> We suspected that it may be related to the horde session.  Could anyone
> help?
> 
> We encounter four situation when the response is slow and we find that
> at that moment the CPU utlization is very high for the PostgreSQL process.
> 
> 1. when loading the index.php3.
> 2. after pressing "log in" button.
> 3. after pressing "compose" button.
> 4. after pressing "logout" button.
> 

It's hard to tell where the slowness without some more information.
Can you profile the Postgres process to find out which queries are
taking up so much CPU?

Anil