Re: [pgadmin-support] "pgadmin4" - slow? - Mailing list pgadmin-support

From Mike Surcouf
Subject Re: [pgadmin-support] "pgadmin4" - slow?
Date
Msg-id 2197768425D7F5479A0FFB3FEC212F7FF5E8A2B5@aesmail.surcouf.local
Whole thread Raw
In response to Re: [pgadmin-support] "pgadmin4" - slow?  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
Static resources will be good for caching :-)  I would expect to see performance gains when using remotely via a
browser. Thankyou.
 
I'm not sure whether QtWeb will benefit as much as its local traffic so round trips should be pretty instantaneous.
Unless QtWeb is horribly inefficient in which case I hope it helps.


-----Original Message-----
From: Dave Page [mailto:dpage@pgadmin.org] 
Sent: 14 June 2017 08:56
To: Mike Surcouf
Cc: Patrick Headley; pgadmin-support@postgresql.org
Subject: Re: [pgadmin-support] "pgadmin4" - slow?

On Wed, Jun 14, 2017 at 8:29 AM, Mike Surcouf <mikes@surcouf.co.uk> wrote:
> A  32 second startup time and a 2-6 seconds to expand each node is 
> encouraging?

Unless you're on a slow connection, the node expansion time should be extremely quick the second and subsequent times
ina session, and even then the delay should only occur for a small number of key nodes.
 
That's because it's loading the code for them on first expansion.

We're working on getting rid of that - whilst it works fine on non-Windows platforms (i.e. the initial delay is
measuredin fractions of a second, not seconds), clearly as we've found it's a problem on Windows. The work a number of
peopleare currently doing involved making as much of the code static as possible (so it doesn't need to go through the
templatingengine), and then minimising and web packing it so it all loads at once. This will significantly reduce the
numberof round-trips between the browser and client, as well as the bandwidth required.
 


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-support] "pgadmin4" - slow?
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-support] "pgadmin4" - slow?