<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Performance on Servicios Rogeliowar</title><link>https://blog.serviciosrogeliowar.com/en/tags/performance/</link><description>Recent content in Performance on Servicios Rogeliowar</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Rogelio Guerra Riverón</copyright><lastBuildDate>Mon, 04 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.serviciosrogeliowar.com/en/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>The hidden cost of --reload in uvicorn: what actually consumes CPU in production</title><link>https://blog.serviciosrogeliowar.com/en/posts/el-coste-oculto-de---reload-en-uvicorn-que-consume-cpu-realmente-en-produccion/</link><pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate><guid>https://blog.serviciosrogeliowar.com/en/posts/el-coste-oculto-de---reload-en-uvicorn-que-consume-cpu-realmente-en-produccion/</guid><description>&lt;h2 class="relative group"&gt;The Problem Nobody Sees
 &lt;div id="the-problem-nobody-sees" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-problem-nobody-sees" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Two months ago I deployed a FastAPI API to production and the server was behaving strangely. CPU stable at 40-50% for no apparent reason. I thought it was a memory leak, that it was the logs, that it was the database. It was &lt;code&gt;--reload&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;It turns out that copy-pasting the development command directly into the Docker container is more common than it should be. And yes, uvicorn with &lt;code&gt;--reload&lt;/code&gt; works. The server responds. Requests go fast. But there&amp;rsquo;s a cost you don&amp;rsquo;t see until you have 10K requests daily.&lt;/p&gt;</description></item></channel></rss>