Caching improvements
---
config:
gantt:
numberSectionStyles: 2
---
gantt
title With caching
dateFormat HH:mm:ss.SSS
axisFormat %Lms
tickInterval 10ms
section YouTrack
Register app widget (2ms) :ao1, 00:00:00.000, 3ms
section Standard
Settings (5ms) :bo1, after ao1, 5ms
I18N (8ms) :bo2, after bo1, 8ms
License status (8ms) : bo3, after bo2, 8ms
section App specific
OAuth tokens (8ms) : co1, after bo3, 8ms
section Total
(31ms) :active, do1, 00:00:00.000, 31ms
Without caching (483ms): milestone, 00:00:00.483,1ms
---
config:
gantt:
numberSectionStyles: 2
---
gantt
title Without caching
dateFormat HH:mm:ss.SSS
axisFormat %Lms
tickInterval 250ms
section YouTrack
Register app widget (2ms) :a1, 00:00:00.000, 2ms
section Standard
Settings (119ms) :b1, after a1, 119ms
I18N (113ms) :b2, after b1, 113ms
License status (129ms) : b3, after b2, 129ms
section App specific
OAuth tokens (120ms) : c1, after b3, 120ms
section Total
(483ms) :active, d1, 00:00:00.000, 483ms