Search or scroll through everything
I am working on a React Project and using cloudinary to store images on the cloud, but when i open the network tab in dev tools I sees hundreds of similar requests made by cloudinary.
We've been optimizing a website to try and improve our PageSpeed/Lighthouse scores. The one problem is a very poor Largest Contentful Paint score (driven especially by render delay) and for the hero image on our page: <img src="https://res.cloudinary.com/dbzo4mz7l/image/upload/f_auto,q_auto,w_1704/v1/…" alt="pest control…
Hi, I'm building a website using Next.js and serving images using Cloudinary. I am using the next/image component and can see the srcset of 16, 32, 48, 64, 96, 128, 256, 384, 640w... in my rendered image's attributes. I am using g_auto,f_auto,c_fill,w_XXX,q_auto:best. I'd like to know why the returned intrinsic size…
I have made a social media web app using MERN stack. While using localhost, it works completely fine, but after deploying it to Render, it tells Unknown API key '123456789123456'. But it is the same API key which i'm using on localhost. I'm using environment variables to pass the API key to the configuration file. Not sure…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.