openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Implement simple caching #25

Open ehmatthes opened 11 years ago

ehmatthes commented 11 years ago

Most use of the site is based on viewing elements of a school's system. As a school's system matures, the ratio of viewing activity to editing activity increases. A good caching implementation will minimize the amount of server resources needed to run the site efficiently.

There is no caching on the site at all at this point, so the simplest views involve database queries. This is fairly low-hanging fruit.