Skip to content

Changed the Caching of User Avatars to be public and to 5 minutes

Tim Zallmann requested to merge tz-user-avatar-caching into master

What does this MR do?

It changes the caching of user avatars and Appearances (Custom Logos) to 5 minutes and public caching. This should improve performance when loading and rendering. Also we can leverage with this auomatic image resizing through the CDN.

Before

Cache-Control: private, max-age=0

After

Cache-Control: max-age=300, public

What are the relevant issue numbers?

#51126 (moved)

Does this MR meet the acceptance criteria?

Edited by Tim Zallmann

Merge request reports