Frontend news from April 1, 2025

Breaking Change

Adding Lazy Load and dimensions to the images (via Deferred Template Updates)

Lazy Loading Implementation

We have implemented lazy loading for the majority of images across the site. Images are now loaded only when they are about to enter the viewport (e.g., upon scrolling or opening an overlay), which helps reduce initial page load time and prevents unnecessary network requests.

Placeholder strategy:

Lazy Load Rules

The following groups of images are excluded from lazy loading and are loaded immediately on page load, as they are critical for the above-the-fold content and user experience:

Homepage:
– Top-position banners
– The first image in the carousel
– The first row of product images

Product Listing Page:
– The first row of products

Product Detail Page:
– The main product image

Article Listing Page:
Disco and Samba templates: the first row of article images
3G templates: the first article image only

Article Detail Page:
Samba template: the main article image

Global:
– The site logo on all pages

Note: All other images that are not explicitly mentioned above will now use the lazy loading mechanism.

Image Dimensions

To further improve performance and support the lazy loading mechanism, we have systematically added width and height attributes to almost all images.

Exceptions:

Some images remain without explicit dimensions due to dynamic sizing:
– The e-shop logo
– Payment and shipping icons

Improvements

Bugfixes

Upcoming Improvements

Post navigation