Replies: 2 comments
-
Feel free to create a PR that improves performance around this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I worked on this issue a while ago and figured out that the problem is with the S3 URL generator. It sends a request to the S3 server to get the File URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem is that this function getSrcset adds around 10ms for each image that's going to render in the page.
I removed this function from
responsiveImage.blade.php
and I calculated these numbers.10ms might be a small number, but when you have many images on one page, the response time increases quickly.
Beta Was this translation helpful? Give feedback.
All reactions