<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>编译优化 on PlumePHP</title><link>https://plumephp.com/tags/%E7%BC%96%E8%AF%91%E4%BC%98%E5%8C%96/</link><description>Recent content in 编译优化 on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Thu, 10 Sep 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/%E7%BC%96%E8%AF%91%E4%BC%98%E5%8C%96/index.xml" rel="self" type="application/rss+xml"/><item><title>TypeScript 性能优化：避免类型检查拖垮大型项目</title><link>https://plumephp.com/frontend-typescript-performance/</link><pubDate>Thu, 10 Sep 2026 10:00:00 +0800</pubDate><guid>https://plumephp.com/frontend-typescript-performance/</guid><description>&lt;p&gt;TypeScript 在大型项目中的类型检查性能问题，往往不会在一夜之间爆发，而是随着代码量累积逐渐侵蚀开发体验。从最初的秒级编译，到后来执行 &lt;code&gt;tsc&lt;/code&gt; 需要泡一杯咖啡才能回来，背后的元凶通常不是单一因素，而是类型复杂度爆炸、声明文件膨胀和项目结构不合理共同作用的结果。本文将从诊断到治理，系统性地拆解如何把一个 5 分钟编译的项目优化到 30 秒以内。&lt;/p&gt;</description></item></channel></rss>