Improvement
Apr 27, 2025
We have introduced a fully proprietary, custom Server-Side Rendering solution. All third-party libraries previously used for page pre-rendering have been removed and replaced with our own lightweight implementation.
What has changed?
A custom SSR engine replaces third-party libraries.
25% smaller production bundle size means lighter page loads.
Smarter resource loading reduces rendering delays.
Benefits for developers
Benefit | Description |
---|---|
Faster local development | Dev server startup time is significantly faster. |
Seamless i18n support | International URLs (e.g., /товар/nike-xyz/) work directly in localhost environments. |
Benefits for SEO
Full control over resources: Total control over HTML, CSS, and JS assets — only essential code is sent for each page.
Improved structure: Clearer page structure enhances indexability and reduces Largest Contentful Paint (LCP) time.
Benefits for merchants
Benefit | Description |
---|---|
Agility | New features can be developed without relying on third-party updates. |
Reliability | Fewer external services mean fewer potential points of failure. |
Faster pages | Smaller bundles and optimized delivery result in faster page loads for your customers. |