We use php-sdk cloudinary.
we want to fetch image links based on publicId. but it’s a bit slow. is there any way to improve it or use another solution?
this function is a bit slow.
Media::fromParams($publicId, $options)->toUrl();
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
We use php-sdk cloudinary.
we want to fetch image links based on publicId. but it’s a bit slow. is there any way to improve it or use another solution?
this function is a bit slow.
Media::fromParams($publicId, $options)->toUrl();