appsmithorg / appsmithorg/appsmith
Optimize evaluated value popup
Open
Evaluated Value
Javascript Product
Low
Task
UI Building Product
UI Performance
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
ReactJsonView used in the the evaluated value popup is expensive. We optimised it last time by collapsing all the records except for the first two., but that is still not enough.
Here are some possible optimzations to try
- Group records together, but show the first two records in full.
- Fork the RJV repo to have a custom component should update.
Contributor guide
Assessment
This issue has not been assessed yet.