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();
1
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();
1