ある企業の社内ユーザーから、ウェブサイトの応答速度が遅いという報告がありました。特に画像やスクリプトなどの静的コンテンツを含むページにアクセスすると顕著です。サーバーのCPU、RAM、ネットワーク使用量はすべて許容範囲内です。管理者が調査したところ、ウイルス対策ソフトウェアがWebルートディレクトリをリアルタイムでスキャンしており、ファイルアクセス要求もすべてスキャンしていることがわかりました。
次のどれが問題を解決する可能性が最も高いでしょうか?
正解:E
When antivirus software is configured to scan files in real time, and it includes the web root directory (e.g., /var/www/html), every time a user requests a page, image, or script, the antivirus scans that file before it's served. This introduces latency, especially on high-traffic servers, even when CPU, RAM, and network usage appear normal.
By excluding the web root from real-time scanning, the server can deliver files faster, improving website performance without adding hardware or changing the infrastructure.