<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering on ZabFox — Open Source Extensions for Zabbix</title><link>https://www.zabfox.de/en/tags/engineering/</link><description>Recent content in Engineering on ZabFox — Open Source Extensions for Zabbix</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 06 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.zabfox.de/en/tags/engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>From 44 requests to one: esbuild bundling</title><link>https://www.zabfox.de/en/blog/esbuild-bundling/</link><pubDate>Mon, 06 Jul 2026 00:00:00 +0000</pubDate><guid>https://www.zabfox.de/en/blog/esbuild-bundling/</guid><description>Until now the module loaded around 44 separate JavaScript files in the frontend. As of v4.30.0 everything is combined into a single bundle with esbuild.
What that gets you:
One request instead of ~44 — faster loads, fewer roundtrips. CSP-friendly — fits strict content security policies. Real stack traces — thanks to a source map (only with DevTools open) you land in the actual source. No build tool needed on your side: the finished bundle ships in the release.</description></item></channel></rss>