Performance Testing by using Lighthouse.
Run lighthouse for performance testing for a given URL.
yarn lighthouse https://next-meal.vercel.app/
Test the whole site in development environment.
yarn perf-dev
Test the whole site in production environment.
yarn perf-prod