Update README.md

This commit is contained in:
brightwu 2023-10-16 08:32:51 +08:00 committed by GitHub
parent f43cb4b63f
commit f471b3154d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,9 @@ npm run build # build with Vite
After migrate to Farm, this project is 2 times faster than Vite in Dev, and 6x times faster in Prod!
Performance Compare:
||Cold Start(Server Ready + Page Rendered)|
|---|---|---|---|
||Cold Start(Server Ready + Page Rendered)|Cold Build|
|---|---|---|
|Farm| 3.5s | 4s |
|Vite| 7.5s | 24.1s |
|Compare| Farm is 2x faster than Vite| Farm is 6x faster than Vite|