Null objects aren't cached #2833
Labels
bug
claimed: Atmire
Atmire team is working on this issue & will contribute back
performance / caching
Related to performance, caching or embedded objects
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:
thumbnail: null
an additional request is sent to retrieve who returns a 204Expected behavior
No additional thumbnail requests should be sent
The text was updated successfully, but these errors were encountered: