Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve home images cache, size and filesize #3

Open
rafaelrenanpacheco opened this issue Apr 29, 2020 · 0 comments
Open

Improve home images cache, size and filesize #3

rafaelrenanpacheco opened this issue Apr 29, 2020 · 0 comments

Comments

@rafaelrenanpacheco
Copy link

rafaelrenanpacheco commented Apr 29, 2020

Hi there!

Since we are using OpenVidu in our product, it's common to access openvidu.io on a daily basis to reach the documentation and check new releases. One thing that bothers me the most is to see the carousel images half loading every day. Then the carousel changes to the next image, which is still half loaded. After a full carousel shift, the images may be full loaded.

This issue happen for 3 reasons:

  • I'm on a slow network (nothing we can do, so ignore that)
  • The image's max-age cache are too short: 600
  • The image's size are way bigger than the carousel and the filesize is not optimized.

Regarding max-age, 600 means 10 minutes, which is very unusual for home page images. Would be possible to increase that to months and use cache busting technique (filename hashing for example)?

Regarding the image itself, the first image is this one. It has a size of 1920x1080 px and almost a filesize of 3mb. There's a lot room for improvement here, like lowering the resolution to be near to the carousel max size, and using JPEG compression to reduce filesize.

I think this may have some SEO impact as well, since loading speed may be used to rank OpenVidu's home page.

aleameliach added a commit to aleameliach/openvidu.io that referenced this issue May 17, 2023
change titles to make them SEO friendly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant