I couldn’t find anything in the Cloudflare documentation. Do Service Bindings for Worker-to-Worker communication share memory limits, or does each Worker have its own separate memory? I’m thinking about creating a Hash Worker that uses all the available memory.
Hiya guys, I made a worker in order to perform image transformation. I only noticed it now, but when I have my worker enabled for that, the LCP of my web vitals has 16500ms render delay which obliterates the SEO aspect of the page, now when I disable that specific worker it goes back to low. Anyidea how could a worker affect google LCP metric?