Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: SPM addon react component: Loading the ui components is slow #48

Open
hrang003 opened this issue Sep 14, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@hrang003
Copy link

Presentation1.pptx
In MSD we tried to do a POC using documentation around Merative spm ui addon development environment [https://merative.github.io/spm-ui-addon-devenv/overview].
We have used an edit renderer for one of the UIM field.
When screen with edit renderer loads, we have observed that it takes significant time to display the react js UI component. We have attached the power point presentation with screen capture for reference.

Can we reduce this time interval in loading the reactjs ui component ?
If yes, please provide us with howto's.

@hrang003 hrang003 added the bug Something isn't working label Sep 14, 2023
@linasmsd
Copy link

linasmsd commented Dec 14, 2023

Hello, is there any update?

@hrang003
Copy link
Author

hrang003 commented Apr 10, 2024

This issue can be closed now.
We had missed a key detail on rendering react component part. The issue got resolved after closing the gap identified.

We were using same facade method to consume graphql data and render the reactjs component due to which the application was facing performance issues.
Later we identified that we would need to create two facade methods, one for graphql and another to just handle the view renderer component to render reactjs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants