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> でマークされたフラグメントを含めて後で再利用します。
これは、1 つの大きな要求で多くの小さな断片を取得できるようにする非常に巧妙な方法です。