Improve performance
Registered by
Masayuki Igawa
Currently, completing loading the top page[1] takes more than 10 seconds. I feel it is too slow. We introduced some improvements like a cache system, database indexes, javascript implementation. But it is still slow.
A slow website forces users patients, and as a result, users won't want to use it.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Masayuki Igawa
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
one suggestion in the Barcelona summit.
* Can MySQL materialized views be leveraged to build saved roll up data to speed up request/response times? Reduce joins.
But IIUC, a major part of consuming time is data transfer from the server to a web browser and javascript execution. So, I'm not sure this is useful or not.
(?)