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.
私はウェブサイトを持っていて、今はサイトのページ速度を改善したいので、javascript、cssファイルをgzipで圧縮したいのですが、誰かが私に提案して、これを行う方法を説明できます...
Apache Web サーバーを使用している場合は、次の構成をサーバー構成または .htaccess ファイルに追加できます。
<IfModule mod_deflate.c> <LocationMatch "\.(css|js|x?html?|php)$"> SetOutputFilter DEFLATE </LocationMatch> </IfModule>