It states "You don't normally need to cache the output of Partial views," - why is this?
For example if I have a partial view that grabs content from an RSS feed or twitter api, wouldn't it be best practice to cache to lower API requests? Or should I not be using Partial Views for feeds/api fetching?
Partial View Caching
Reading here:
https://our.umbraco.org/documentation/Reference/Mvc/partial-views
It states "You don't normally need to cache the output of Partial views," - why is this?
For example if I have a partial view that grabs content from an RSS feed or twitter api, wouldn't it be best practice to cache to lower API requests? Or should I not be using Partial Views for feeds/api fetching?
is working on a reply...