collective / collective/collective.behavior.featuredimage
Featured image will not be cached
Open
bug
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The way it is implemented right now, featured images will not be cached:
```
```
That is a problem for high traffic sites as the view will hit the backend every single time.
We need to create a specific view for this; something like `featured-image.png`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.