From 349a49392a7b95b21a4a82936ba543d44e51653c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 19 Oct 2023 01:49:17 +0200 Subject: [PATCH] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quality/inspections.md b/quality/inspections.md index 8c6f3ad..4853188 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -220,6 +220,14 @@ npx eslint ./ -c Build/Config/.eslintrc.json > Many IDEs allow to integrate eslint rules/configuration files for automatic checks in the editor +### Sitespeed + +You can perform sitespeed checks by using sitespeed.io. Example: + +```sh +sitespeed.io http://192.168.178.38 -b chrome --outputFolder /var/www/html/sitespeed +``` + ### Custom scripts #### C++ tests