Cloudflare Worker Cache issue

Hello, I am getting a strange issue of caching on worker. May I compare two of the urls.

uikit.css and Other CSS

They two coming together from the same function of worker code by the storage of KV , there is no condition to filter the request at the other showCacheFirst() and autoCache() functions.

But

It is not the only .CSS problem, I also found the same like this issue at these two js -
jquery.js and uikit.js

How do you think about it or am I doing it in wrong way ? It is affecting the performance of the site . Thank you.