-
Notifications
You must be signed in to change notification settings - Fork 530
Null objects aren't cached #2833
Copy link
Copy link
Closed
Labels
bugclaimed: AtmireAtmire team is working on this issue & will contribute backAtmire team is working on this issue & will contribute backperformance / cachingRelated to performance, caching or embedded objectsRelated to performance, caching or embedded objects
Description
Describe the bug
Objects aren't cached when they return null. This is visible for example on the search page, where thumbnails are requested again even tough they were embedded.
To Reproduce
Steps to reproduce the behavior:
- Go to the search page and open the network tab (ensure there are items without thumbnails)
- You will see that even tough the results contain
thumbnail: nullan additional request is sent to retrieve who returns a 204
Expected behavior
No additional thumbnail requests should be sent
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugclaimed: AtmireAtmire team is working on this issue & will contribute backAtmire team is working on this issue & will contribute backperformance / cachingRelated to performance, caching or embedded objectsRelated to performance, caching or embedded objects
Type
Projects
Status
✅ Done