
Webp - Image converter to the modern format 'on the fly'
The WebP image converter module automatically transforms JPG and PNG images into WebP format directly during page load. The solution requires no complex setup and begins working immediately after activation. Conversion is performed dynamically for images, including those specified via background or background-image attributes in the HTML code.

Asynchronizer: Asynchronous Component Loading
The module enables deferred component loading to accelerate page rendering. Instead of the original HTML, a placeholder is rendered immediately. The placeholder container must include specific data attributes, which are available in the .default template. A custom placeholder template can be defined for each component template.

Advanced cumulative discounts in cart rules
The module adds an 'Order Sum' condition to shopping cart rules with extended settings. It allows setting a threshold amount from which a discount begins to apply. The calculation aggregates user orders filtered by a specified period and statuses. The total cost of items in the current order is added to the sum, while excluding items already discounted (price lower than base price).

Delivery date and time selection
The delivery time slot management module allows configuring available time windows for order delivery. The module includes a component to prepare delivery slot data for display on the public site, along with a template for use in the standard bitrix:sale.order.ajax component with the bootstrap_v4 theme.

LazyLoad PRO - Lazy loading of images, videos, and iframes in 1 click
The module implements lazy loading for images, including background images, as well as for video and iframe elements. This optimizes Google PageSpeed scores by addressing the requirement to defer loading of hidden images.

LazyLoad LITE - Deferred Image Loading
The module automatically adds the loading="lazy" attribute to images within img tags, enabling deferred loading without JavaScript. This is a lightweight version of the LazyLoad module that operates exclusively with img elements. Unlike standard solutions, it requires no script execution; the browser handles image loading natively using the attribute introduced in 2019.

Resource Preloader
The module addresses resources that block rendering as identified by Google PageSpeed Insights, thereby accelerating site load times.