Re: pgAdmin4 speed

From: Richard Greenwood <richard(dot)greenwood(at)gmail(dot)com>
To: Mike Surcouf <mikes(at)surcouf(dot)co(dot)uk>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin4 speed
Date: 2017-05-25 19:44:38
Message-ID: CAHBySPYmQh+7Q-fFgLQL2nvL2QtFr9v_ojM31gLXC1idcotLrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Agreed, setting it up under Apache is a pain. But you can use:
python /path/to/pgAdmin4.py &
to launch a standalone server on port 5050. I have that in my .profile in
Linux, Windows users could have it in autoexec.bat or whatever the current
equivalent of that is.
I'm not saying that's an ideal solution for everyone, but for me that
configuration is easy to maintain and provides a faster, more stable
pgAdmin4 than pgAdmin3.

On Thu, May 25, 2017 at 6:09 AM, Mike Surcouf <mikes(at)surcouf(dot)co(dot)uk> wrote:

> I just changed from Windows desktop to SERVER_MODE with apache and it is
> completely different app.
>
> So much faster. Looks like there is something seriously wrong with the
> Qt implementation.
>
> Plus I only have to install it once.
>
> It’s a pain to setup in server mode though.
>
>
>
> *From:* pgadmin-support-owner(at)postgresql(dot)org [mailto:
> pgadmin-support-owner(at)postgresql(dot)org] *On Behalf Of *Richard Greenwood
> *Sent:* 24 May 2017 14:15
> *To:* pgadmin-support(at)postgresql(dot)org
> *Subject:* [pgadmin-support] pgAdmin4 speed
>
>
>
> There were several recent comments on this list about pgAdmin4 being slow
> which surprised me as I've found it to be faster than pgAdmin3. But then I
> saw pgAdmin4 on a Windows machine in standalone mode and realized what
> people are complaining about.
>
>
>
> I'm running the python server script and then using pgAdmin4 in a web
> browser. I suggest that folks who are bothered by the speed (lack of) in
> standalone mode give the server + browser setup a try. The server is
> launched with a single command:
>
> python /path/to/pgAdmin4.py
>
> then navigate to:
>
> localhost:5050
>
>
>
> Rich
>
>
>
> --
>
> Richard W. Greenwood, PLS
> www.greenwoodmap.com
>

--
Richard W. Greenwood, PLS
www.greenwoodmap.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2017-05-25 20:06:29 Re: pgAdmin4 speed
Previous Message Shira Bezalel 2017-05-25 19:05:37 Re: pgAdmin4 speed