Dev - OpenCollective Image Lag · Issue #1548 · webpack/webpack.js.org (original) (raw)
Most of the time it takes to load the home page from the avatars of the backer.
Avatars are provided from opencollective
and we can not manage the cache settings on the header.
Of course, these avatars will also be able to change frequently, so we should not cache it.
I think browser cache management is just a temporary solution.
For the first time, when the cache is not saved it still takes a lot of time to load the page.
So, skip the cache control problem.
We really need to solve this problem in a different way.
So...
What is the best way for this?