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.
我在我的 pro OVH 主机上安装了一个空的 laravel4 框架。当我在公共“hello world”页面上同时发起 5 个请求时,我只能得到一个快速答复,其他四个可能需要一分钟多的时间!
它在我的本地 wamp 系统上运行良好!你知道是否有 OVH 限制或 LARAVEL pb 吗?
问候
编辑:你好,
找到解决方案。新的 Laravel4“本机”会话驱动程序导致同时请求的响应时间变慢!由“cookies”驱动程序更改工作正常。
我认为您必须为 OVH 支持创建一张票,因为本机会话驱动程序导致反应缓慢是不正常的。 您是在专用服务器上还是在共享主机上?