Actions
User story #20552
closedSpeed up technique editor
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
Request to get techniques is quite long, a low hanging fruit is to optimize the way we get generic methods, this is called thrice (once to effectively get methods and twice internally when we get techniques). Getting methods once can reduce from a third the time it takes. using a cache for methods is also a really great gain.
Actions