Summary
The “Process Insight” screen handles a significant amount of data depending on the display range. Therefore, we aim to reduce the volume of data processed and improve performance.
Details
- Filter the display targets in the graph
- In particular, items with short durations and low consumption volumes are handled as “Other” due to their large quantity
- Implement pagination on the table (Optional)
- If the issue cannot be resolved by improving the graph alone, take appropriate action.
Summary
The “Process Insight” screen handles a significant amount of data depending on the display range. Therefore, we aim to reduce the volume of data processed and improve performance.
Details