[pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading
Date: 2022-06-21 14:22:32
Message-ID: CAM9w-_=LN4n+5StGPjnC3cuQRJf-sGjHJOwGYoZdjKRjFewT0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached patch removes dynamic module loading and replaces it with
fixed/static module loading. This can potentially reduce the app
startup time.
Patch also removes all the occurrences and usage of get_own_javascripts
since it is not used anymore.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM7492.patch application/octet-stream 55.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-22 05:53:48 pgAdmin 4 commit: Fixed an issue where Debugger is not getting started
Previous Message Nikhil Mohite 2022-06-21 12:38:57 Re: [pgAdmin][RM-6132]: [React] Port debugger to React