From f5ae16866d7d5729a9c65e5accdad9d10fb2e481 Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 20 Nov 2023 18:37:44 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E5=A2=9E=E5=8A=A0laravels=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/性能对比.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/性能对比.md b/docs/性能对比.md index 8e603ef..f90f44b 100644 --- a/docs/性能对比.md +++ b/docs/性能对比.md @@ -10,16 +10,18 @@ CPU核心数量: 4核 ## 不同环境并发对比 > php-fpm指的就是我们平时使用的aapanel(宝塔)的安装方式, 并发测试使用的是wrk -|场景 | php-fpm(传统) | php-fpm(传统开启opcache) | webman(docker)| -|---- | ---- |---- |----| -|首页 | 6请求/秒 | 157请求/秒 | 803请求/秒 | -|用户订阅 | 6请求/秒 | 196请求/秒 | 1064请求/秒 | -|用户首页延迟| 308ms | 110ms | 98ms | +|场景 | php-fpm(传统) | php-fpm(传统开启opcache) | laravels | webman(docker)| +|---- | ---- |---- |----| ---| +|首页 | 6请求/秒 | 157请求/秒 | 477请求/秒 | 803请求/秒 | +|用户订阅 | 6请求/秒 | 196请求/秒 | 586请求/秒 | 1064请求/秒 | +|用户首页延迟| 308ms | 110ms | 101ms | 98ms | -## 前端加载速度对比(使用lighthouse测试) ->FCP(First Contentful Paint) 指的是 首次内容渲染 耗费的时间 +## 前端加载速度对比(v2b原版/Xboard) +> FCP(First Contentful Paint) 指的是 首次内容渲染 耗费的时间 -|场景 | php-fpm(v2b原版/Xboard) | php-fpm(传统开启opcache)(v2b原版/Xboard) | webman(docker)| -|---- | ---- |---- |---- | -| 登录页面 | FCP(7s/2.9s) | FCP (7s/2.9s) | FCP(7.3s/2.9s) | -| 注册页面 | FCP(7.1s/3s) | FCP (7s/2.8s) | FCP(7.3s/2.9s) | \ No newline at end of file +> FCP(原版耗时/xboard耗时) 结果越低越好 + +|场景 | php-fpm | php-fpm(开启opcache)|laravels | webman(docker)| +|---- | ---- |---- |--- |---- | +| 登录页面 | FCP(7秒/2.9秒) | FCP (7秒/2.9秒) | FCP(7.1秒/2.7秒) | FCP(7.3秒/2.9秒) | +| 注册页面 | FCP(7.1秒/3秒) | FCP (7秒/2.8秒) | FCP(7.1秒/2.7秒) | FCP(7.3秒/2.9秒) | \ No newline at end of file