OpenTechStrategies / torque

A flexible web-based open source system for collaboratively evaluating proposals.
1 stars 2 forks source link

Toc cache #59

Closed frankduncan closed 2 years ago

frankduncan commented 2 years ago

Similar to PR #58, this improves response time on globalview. However, to do this one right took a lot more time, as the only method available was to cache the rendered html. The configuration all exists in order allow some users of torque (in case there are ever others) to opt out of the caching, as cache invalidation of it is hard.