after testing my website with https://pagespeed.web.dev
I get this Uses deprecated APIs 2 warnings found
window.webkitStorageInfo
is deprecated. Please use navigator.webkitTemporaryStorage
or navigator.webkitPersistentStorage
instead.
challenge-platform/h/g/scripts/alpha/invisible.js?ts=1671364800
any work around this?
Can you clarify exactly what you’re trying to workaround? It’s not uncommon for scripts that are intended to run across many old browsers and systems to use deprecated APIs, so that they can still function on these outdated browsers. This isn’t going to cause any issues on your site.
1 Like
I have just enabled this on my website and I get this
Am I supposed to get a performance boost on a local level with Cloudflare?
With cache enable using FREE Cloudflare. As of now, I’m getting nothing maybe I don’t have the right setup? but I did follow this guide.
best Cloudflare settings
or does Cloudflare only helps with the TTFB?