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.zabuaw...@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(-)