MGHollander / cooking-with-laravel

Web application to collect recipes from anywhere on one website.
https://koken.maruc.nl
1 stars 0 forks source link

Add caching #67

Open MGHollander opened 11 months ago

MGHollander commented 11 months ago

Recipe detail pages can be cached to prevent DB request. Re-cache hem when updating a recipe.

Overview pages can be cached as well, but might need to be recached after adding new recipes or updating a recipe title or image.