A GraphQL Federation Router is a very complex realtime Compiler. It takes a Query, splits it into multiple Subqueries, and sends them to different Services. With a highly optimized Router, the limiting factor is the performance of the Subgraphs. In this article, we'll show you how to speed up your Subgraphs by 25% with AST Minification.