Closed thoughtspile closed 1 year ago
Initially I thought, that badge API doesn't support "external"
, but maybe I've stumbled at this issue as well
@yumauri Yeah, this issue is closely related to the cache being too strongly held for badges, I might just end up removing caching for badges, since it seems to be causing these issues
@thoughtspile @yumauri I've drastically reduced caching so caching should be less of an issue now. Please try it out to confirm that the issue has been fixed
Looks like there are no more caching issues in my case 👍
I'm not seeing any duplicates either, thanks a ton 💜
Awesome 👍🏽 I'll mark this issue as complete then
I'm seeing suspicious "756 B" badges for various libraries when using
export *
, while the bundlejs console shows different results. looks like there might be some caching problem:Here's a screenshot in case the cache gets busted:
The actual size of
fzy.js
is close to 756 bytes, I suspect it might be returned for the other libraries.