clearing the storage is a quick fix, but u should also check the
network tab for bloated payloads. if ur api responses are too large, try enabling
gzip
compression on the server side to reduce the transfer size.
it's usually the payload size, not just the cache