Skip to content

Introduce some further caching for performance gains

Philip Elson requested to merge pelson/cara:optimisation/tactical-caching into master

Before:

[I 210806 15:33:07 web:2250] 200 POST /calculator/report (::1) 3057.90ms
[I 210806 15:33:34 web:2250] 200 POST /calculator/report (::1) 1695.93ms

After:

[I 210806 15:33:50 web:2250] 200 POST /calculator/report (::1) 2452.51ms
[I 210806 15:33:52 web:2250] 200 POST /calculator/report (::1) 993.42ms

Merge request reports