Improvement
Apr 27, 2025
We implemented a fully custom, tailored Server-Side-Rendering (SSR) solution. We removed the external libraries that handled page pre-rendering and replaced them with our own lightweight implementation.
What changed?
Custom SSR engine replaces previous third-party libraries.
25% smaller production bundle means lighter loads.
Smarter resource loading reduces rendering lag.
Benefits for developers
Benefit | Description |
---|---|
Faster local development | The dev server starts noticeably faster than before. |
Seamless i18n support | International URLs (e.g., /товар/nike-xyz/) work directly on localhost. |
Benefits for SEO
Full control over HTML, CSS, and JS resources: we send only the necessary code for each page.
Clearer page structure improves indexability and reduces Largest Contentful Paint time.
Benefits for merchants
Benefit | Description |
---|---|
Agility | We develop features without dependence on third-party updates. |
Reliability | Fewer external services = fewer points of failure. |
Faster pages | Smaller bundle and optimization speed up page loading for your customers. |