<?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 Sergio Comerón Blog</title>
		<link>https://sergiocomeron.com/blog/en/tags/performance/</link>
		<description>Recent content in Performance on Sergio Comerón Blog</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Sun, 07 Jun 2026 12:00:00 +0200</lastBuildDate>
		
			<atom:link href="https://sergiocomeron.com/blog/en/tags/performance/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Technical debt, part 3: I refactored a 1,000-line view… and underneath was a query scanning the whole log table</title>
				<link>https://sergiocomeron.com/blog/en/posts/deuda-tecnica-mod-jitsi-3/</link>
				<pubDate>Sun, 07 Jun 2026 12:00:00 +0200</pubDate>
				<guid>https://sergiocomeron.com/blog/en/posts/deuda-tecnica-mod-jitsi-3/</guid>
				<description>&lt;p&gt;Third and final part of the technical-debt series on my Jitsi-for-Moodle plugin. In &lt;a href=&#34;https://sergiocomeron.com/blog/en/posts/deuda-tecnica-mod-jitsi/&#34;&gt;part 1&lt;/a&gt; I broke apart two &amp;ldquo;god files&amp;rdquo;; in &lt;a href=&#34;https://sergiocomeron.com/blog/en/posts/deuda-tecnica-mod-jitsi-2/&#34;&gt;part 2&lt;/a&gt; I took apart the 924-line video-call function. One monster remained: &lt;strong&gt;&lt;code&gt;view.php&lt;/code&gt;&lt;/strong&gt;, the page the student or teacher sees when entering the activity. 971 lines mixing everything.&lt;/p&gt;&#xA;&lt;p&gt;I refactored it with the usual recipe. But this time the refactor itself is the least of it —it&amp;rsquo;s the same pattern as the previous parts—. What was interesting was &lt;strong&gt;what showed up when I lifted the rugs&lt;/strong&gt;: a query scanning the whole site&amp;rsquo;s log table, a cache hiding it, an N+1, a bug that let you record and stream at once, and a couple of &amp;ldquo;time capsules&amp;rdquo; buried in the code.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
