add english to the bottom

This commit is contained in:
Tamino 2025-01-12 18:48:28 +01:00 committed by GitHub
parent 1d99d81d69
commit 21738dd17f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
# 性能对比总结
## 测试使用机器配置
@ -24,4 +23,34 @@ CPU核心数量 4核
|场景 | 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秒) |
| 注册页面 | FCP(7.1秒/3秒) | FCP (7秒/2.8秒) | FCP(7.1秒/2.7秒) | FCP(7.3秒/2.9秒) |
# Performance Comparison Summary
## Test Machine Configuration
- **CPU Model**: Intel 8255C
- **CPU Cores**: 4 cores
- **Memory**: 8 GB
---
## Concurrent Performance Comparison Across Environments
> **php-fpm** refers to the typical installation method via aapanel (or BT panel). Concurrent testing was conducted using `wrk`.
| Scenario | php-fpm (Traditional) | php-fpm (Traditional with OPCache) | Laravels | Webman (Docker) |
|---------------|------------------------|------------------------------------|----------|-----------------|
| Homepage | 6 req/s | 157 req/s | 477 req/s| 803 req/s |
| User Subscription | 6 req/s | 196 req/s | 586 req/s| 1064 req/s |
| User Homepage Latency | 308 ms | 110 ms | 101 ms | 98 ms |
---
## Frontend Load Speed Comparison (v2b Original/Xboard)
> **FCP (First Contentful Paint)** measures the time taken to render the first visible content. Lower values are better.
> **FCP (Original Time / Xboard Time)**
| Scenario | php-fpm | php-fpm (with OPCache) | Laravels | Webman (Docker) |
|--------------|-----------------------------|---------------------------------|--------------------|-----------------------|
| Login Page | FCP (7s / 2.9s) | FCP (7s / 2.9s) | FCP (7.1s / 2.7s) | FCP (7.3s / 2.9s) |
| Registration Page | FCP (7.1s / 3s) | FCP (7s / 2.8s) | FCP (7.1s / 2.7s) | FCP (7.3s / 2.9s) |