
BLOG
Nuxt3 テキスト圧縮の有効化
Nuxt3 のテキスト圧縮は、nuxt.config.js に 3 行を追加することで有効にできます。 これにより、このウェブサイトの場合は、テキストベースの転送サイズが約 83% 削減されました。 Nitro はどこでも実行できる超高速 Web サーバー エンジンであり、Nuxt は Nitro を搭載しています。追加した3行はNitroに関する設定です。Nuxt3 text compression can be enabled by adding three lines to nuxt.config.js. This reduced the text-based transfer size by about 83% for this website. Nitro is a super-fast web server engine that runs anywhere, and Nuxt is powered by Nitro. The three lines added are settings related to Nitro.
by janitor