Introduce cache layer #62
Labels
priority/should-have
status/idea
The ideas in this issue are great idea, but we're not ready to work on it in the near future
umbraco/v8
Issues and tasks related to Umbraco 8.
The HTTP module will make a handful of SQL queries per request (think it's four at worst). With a site that receives many 404 request, this may affect performance of the database and site.
For a number of reasons, it may be ideal to have a cache layer in front of the database. A cache layer will reduce the amount of calls to the database considerably, and also allow us to do new things - eg. adding support for forced redirects.
The text was updated successfully, but these errors were encountered: