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