Sw.js spamming with info message: Found element for cleaning:

Hi
I get this message in the console repeatedly:
Found element for cleaning: sw.js:1

The code that generates it:

, removeEqualRequestsWithDifferentQueryParams = (e, a, t) => {
caches.open(e).then(e => {
e.matchAll(t, {
ignoreSearch: !0
}).then(t => {
t.forEach(t => {
t.url.endsWith(a) || (console.log("Found element for cleaning: " + t.url),
e.delete(t.url))
}
)
}
)
}
)

It happens both in dev and prod. The amount of logging is extreme and causes the browser to become sluggish.

Can you look into this?
As you can see from the screenshots I got 2 million lines in the log.

Screenshot 2024-09-10 at 12.49.00

Hi @Johan18,

Thank you for bringing this to our attention. We’re currently looking into the issue and will get back to you shortly.

Hi @Johan18 ,

The issue should be resolved in the current release (107). Please feel free to reach out if you continue to experience any problems.

Great thanks. I´ll see if I can see more of it.