Deploying Typecho Dynamic Blogging under Vercel (using IceFox WeChat Friends Theme and SSL database connection as an example)
Lazy loaded imageDeploying Typecho Dynamic Blogging under Vercel (using IceFox WeChat Friends Theme and SSL database connection as an example)
This article describes how to deploy Typecho Dynamic Blogging on Vercel, using the IceFox theme and SSL database connection. The article covers the project situation, database deployment steps, and the deployment process on Vercel, emphasizing the need for SSL connections and the details of configuring environment variables.
Automated commit and PR-level performance testing based on CI (taking the deployment in Vercel as an example)
Lazy loaded imageAutomated commit and PR-level performance testing based on CI (taking the deployment in Vercel as an example)
This article explains how to implement automated commit and PR-level performance testing using CI/CD pipelines and how to achieve this goal through GitHub Actions and Lighthouse CI tools. The article provides a detailed explanation of Lighthouse's evaluation metrics and their role in web performance optimization, as well as how to integrate Lighthouse testing into CI/CD pipelines and automatically generate reports. Additionally, it explores how to ensure continuous website performance optimization through threshold detection and regular monitoring.