<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz" -->

---
title: How we reduced response latency by over 80% | daily.dev
description: The article discusses a migration from dynamic rendering service to server-side rendering (SSR) and highlights the reasons behind the migration, the choice of...
canonical: https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How we reduced response latency by over 80% | daily.dev
og:description: The article discusses a migration from dynamic rendering service to server-side rendering (SSR) and highlights the reasons behind the migration, the choice of...
og:url: https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz
og:image: https://api.daily.dev/og/posts/LmMocoOkz.png
og:image:alt: How we reduced response latency by over 80%
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How we reduced response latency by over 80%

**[Mercari Engineering](https://daily.dev/sources/mercari)** · 10 min read · 7 upvotes · 0 comments

## Summary

The article discusses a migration from dynamic rendering service to server-side rendering (SSR) and highlights the reasons behind the migration, the choice of framework, and the incremental development approach. It also showcases the significant improvement in response latency after the migration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.mercari.com/en/blog/entry/20231130-how-we-reduced-response-latency-by-over-80/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#performance](https://daily.dev/tags/performance), [#nextjs](https://daily.dev/tags/nextjs), [#gatsby](https://daily.dev/tags/gatsby)

[View this post on daily.dev](https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How we reduced response latency by over 80%","url":"https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz"},"datePublished":"2023-12-03T02:06:21.420Z","dateModified":"2023-12-03T02:06:20.656Z","description":"The article discusses a migration from dynamic rendering service to server-side rendering (SSR) and highlights the reasons behind the migration, the choice of...","image":"https://engineering.mercari.com//img/ogp/ogp_a_enjpg","thumbnailUrl":"https://engineering.mercari.com//img/ogp/ogp_a_enjpg","isAccessibleForFree":true,"articleSection":"Mercari Engineering","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Mercari Engineering","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/cdde515cd83640748689d74c2d938fcf","url":"https://daily.dev/sources/mercari"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-we-reduced-response-latency-by-over-80--lmmocookz","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":7},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,performance,nextjs,gatsby","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Mercari Engineering","item":"https://daily.dev/sources/mercari"},{"@type":"ListItem","position":3,"name":"How we reduced response latency by over 80%"}]}
```

