From 28da57320f832be219a5aa90edb571049eb199c5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Jan 2024 16:06:44 +0100 Subject: [PATCH] Update setup.md Signed-off-by: Dennis Eichhorn --- general/setup.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/general/setup.md b/general/setup.md index 058c38a..8073e7b 100755 --- a/general/setup.md +++ b/general/setup.md @@ -65,12 +65,14 @@ Please contact us if you would like to use our VM, we will send you a download l Additional tools and settings coming with the VM: -1. Automatic trace and benchmark generation with every web request in `/var/www/html/webgrind/Logs` -2. Webgrind view `http://vm_ip:82` -3. Trace visualization `http://vm_ip:81` +1. composer & npm already installed incl. the respective developer tools +2. Automatic trace and benchmark generation with every web request in `/var/www/html/webgrind/Logs` +3. Webgrind view `http://vm_ip:82` +4. Trace visualization `http://vm_ip:81` 1. Download the latest trace from `http://vm_ip:82/Logs` 2. Drag and drop that downloaded `*.xt` file in the trace visualizer -4. `sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed` +5. `sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed` +6. Slow sql query threashold is defined as 0.5s.