thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.55k stars 199 forks source link

very slow page load #287

Closed tkart38 closed 3 years ago

tkart38 commented 4 years ago

hi i've notice that the image loading is very very slow. any advice?

Immagine 2020-10-06 171934

pjdevries commented 3 years ago

I'm experiencing the same and second this request for advice.

tgalopin commented 3 years ago

Hi!

This is probably due to the resource-intensity of image processing, and unfortunately, this is something difficult to fix.

There are ways you can decrease this intensity:

Generally speaking however, Glide was design as a runtime library. That makes it very flexible because the source images are used at runtime, but it also makes it a slower than simply rendering images that were already built. That's kinda normal :) . Depending on your situation, it may make sense to prepopulate Glide cache at upload for some settings.

pjdevries commented 3 years ago

Thanks for your swift reply @tgalopin

I will take your suggestions at heart and see if I can improve things.

ADmad commented 3 years ago

Closing as there's nothing to be done in Glide's code for this issue.