TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I compared deploy speeds for Reflame, Vercel, Netlify, CF Pages on the same repo

2 pointsby lewisl9029over 2 years ago

2 comments

sdfhbdfover 2 years ago
It is a very cool ad for author&#x27;s service - Reflame.<p>It&#x27;d be interesting to compare the scale at which these providers operate and see if the deploy time grew over time as the company grew.<p>I am wondering if Reflame would be able to achieve the same results if it had even quarter of customer base as Cloudflare or Netlify or Vercel.<p>The biggest limitation, and apples-to-oranges of this comparison is that it seems to me - from what I gather from the homepage - that Reflow only allows to deploy React. The bigger players listed allow all sorts of frameworks and runtimes to be deployed to their edge. I am guessing that optimizing for a one very specific configuration - React is way easier than to support many different flavors and build systems.<p>Lastly:<p><pre><code> Every service tested here, except Reflame, currently uses the term &quot;instant&quot; to describe their preview deploys: </code></pre> This is a little disingenious since you did write &quot;Reflame deploys client-rendered React web apps instantly&quot; in your Show HN [1] so maybe don&#x27;t be hypocritical.<p>[1]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33134059" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33134059</a>
评论 #33727775 未加载
lewisl9029over 2 years ago
Hi HN, author here. I set out to do a casual comparison of deploy speeds between Reflame (disclaimer, I built Reflame) and other popular services on a near-stock Vite React app, not expecting a whole lot of differences between the others (since most of them were just spinning up VMs&#x2F;Containers and running the same CLI tools).<p>I ended up finding out that Netlify had some rather long queuing times that made it ~10s slower than the duration it reports, putting it well behind Vercel (which reports similar a similar duration), but still ahead of Cloudflare Pages (which suffers due to doing a bunch of things irrelevant to the simple Vite app I was deploying).<p>Meanwhile, Reflame consistently finishes deploying before I can even finish creating the PR. :)<p>If this piqued your interest for Reflame, I have a demo on <a href="https:&#x2F;&#x2F;reflame.app" rel="nofollow">https:&#x2F;&#x2F;reflame.app</a>, and more technical details on my Show HN launch post (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33134059" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33134059</a>). Give it a shot if you&#x27;re building a client-rendered React web app, and tired of waiting for minute-long deploys that break your flow every time you want to share your work. :)