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.
PHP ファイルを安全に gzip できますか? 私はこれらの設定を使用しています:
add_header Pragma public; add_header Cache-Control "public"; expires 1d;
私は今それをテストしているように、うまく機能しますが、これを行うセキュリティリスクはありますか? php ファイルはユーザーのコンピューターにテキストで保存されますか?