You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite a few of the images loaded from the CMS are unnecessarily large making loading times slow on bad connections.
Solution: downscale large images to lower resolutions in CMS to increase preformance on website.
It may be possible to fetch different sizes of images based on the viewport resolution to not load images that are larger than nececary, but still get as good of a picture as possible. Sorta like LODs in games
The text was updated successfully, but these errors were encountered:
I am working on developing a new CMS solution for cyb which will replace Sanity. The new CMS, Strapi, offers options for rendering images at different resolutions depending on our preference. That way we can keep the high-resolution images stored in the CMS and only serve the needed resolution to the website. This issue will therefore be handled once Strapi is deployed.
Quite a few of the images loaded from the CMS are unnecessarily large making loading times slow on bad connections.
Solution: downscale large images to lower resolutions in CMS to increase preformance on website.
It may be possible to fetch different sizes of images based on the viewport resolution to not load images that are larger than nececary, but still get as good of a picture as possible. Sorta like LODs in games
The text was updated successfully, but these errors were encountered: