Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在查看 ESI(Edge-Side-Includes)规范,但我不太清楚 esi:inline 元素是如何工作的。谁能解释一下?
最后,我想通了。您发送一个带有 <esi:include> 的响应,并在对该响应的回复中包含<esi:inline> 标记的片段以供以后重用。
这是一种非常巧妙的方法,可以在一个大请求中检索许多小块。