pgAdmin 4 commit: Improve the performance of explain plan by embedding - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Improve the performance of explain plan by embedding
Date
Msg-id E1hWK9T-0001ww-I5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improve the performance of explain plan by embedding the images only when downloading it. Fixes #4307

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=32defc91cc9fd381f1f08968a268b02ebd014df3
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                      |   1 +
docs/en_US/release_notes_4_8.rst                  |  13 +
web/pgadmin/misc/static/explain/js/explain.js     | 575 ++++++++++------------
web/pgadmin/misc/static/explain/js/image_maper.js | 285 +++++++++++
4 files changed, 560 insertions(+), 314 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.7 released
Next
From: Akshay Joshi
Date:
Subject: Re: [RM#4307][pgAdmin4] Graphical Explain Plan - Embed images inexplain plan only when user try to download it