Performance creating resources 0.1.0-beta05 and up #2447
kedegger-ait
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm seeing a strong performance degredation when trying to create FHIR resources (Appointments in my case) after switching to a recent version of the FHIR engine.
Using a minimalistic app which simply instantiates the FHIR engine and inserts a couple of appointments with fixed IDs into the store I'm seeing the app blocks for up to ~20seconds before I'm getting the successful callback returning the IDs.
The delay was there in previous versions of the library, but doubled starting from
0.1.0-beta05
. This is consistent across multiple app runs and hardware devices.Is there any way to enhance performance (e.g. late scanning, ...) by enabling some properties when initializing the engine?
Is this a known issue and can I dig any deeper to see where the app actually spends the biggest amount of time?
Any help greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions