pgAdmin 4 commit: Improve the performance of explain plan by embedding

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve the performance of explain plan by embedding
Date: 2019-05-30 12:27:23
Message-ID: E1hWK9T-0001ww-I5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-05-30 12:27:51 Re: [RM#4307][pgAdmin4] Graphical Explain Plan - Embed images in explain plan only when user try to download it
Previous Message Akshay Joshi 2019-05-30 12:25:31 pgAdmin 4 v4.7 released