提高 Windows 版 Ubuntu 上的 Apache2 性能

提高 Windows 版 Ubuntu 上的 Apache2 性能

我使用 Windows Linux 子系统(Ubuntu for Windows)进行 LAMP 开发。但 Apache2 似乎非常慢因为页面刷新最多需要 10 秒。有什么方法可以加快 Windows 版 Ubuntu 上的 Apache2 速度吗?

我正在运行带有 PHP 7.0.15 和 MySQL 5.5.54 的 Symfony 2 应用程序。在类似的原生 Ubuntu 上,刷新时间始终低于 1 秒。

Apache2 模块:

Loaded Modules:
 core_module (static)
 so_module (static)
 watchdog_module (static)
 http_module (static)
 log_config_module (static)
 logio_module (static)
 version_module (static)
 unixd_module (static)
 access_compat_module (shared)
 alias_module (shared)
 auth_basic_module (shared)
 authn_core_module (shared)
 authn_file_module (shared)
 authz_core_module (shared)
 authz_host_module (shared)
 authz_user_module (shared)
 autoindex_module (shared)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 filter_module (shared)
 mime_module (shared)
 mpm_prefork_module (shared)
 negotiation_module (shared)
 php7_module (shared)
 rewrite_module (shared)
 setenvif_module (shared)
 status_module (shared)

相关内容