PharmaLedger-IMI / ctr-workspace

UC8 Clinical Trials Recruitment
MIT License
2 stars 0 forks source link

PWA slow loading 3951 https requests after login #59

Open joaoluis-pdm opened 2 years ago

joaoluis-pdm commented 2 years ago

At v0.10.1, the application loads a very large number (3951) of http requests.

Most of these http requests appear to be ionic icons.

image

In the example above, the app took 15 min to load completely. (http requests throttled to 40 a minute).

joaoluis-pdm commented 2 years ago

The previous commit f8efd68 applies the same technique that @TiagoV-PDMFC used for FGT on https://github.com/PharmaLedger-IMI/fgt-workspace/commit/488444a7902acc9a6ca8c1a3117b961efdcc603d

Putting this issue on hold for now...

joaoluis-pdm commented 1 year ago

It is down to 912 requests, including initial loading, SIGN UP and SIGN IN.

Down to 298 requests on second SIGN IN attempt.

joaoluis-pdm commented 1 year ago

96