mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 12:28:41 +00:00
Update inspections.md
Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
parent
4f9a7c0a4a
commit
d19879b3d5
|
|
@ -237,6 +237,14 @@ You can perform sitespeed checks by using sitespeed.io. Example:
|
||||||
sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed
|
sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Profiles & trace views
|
||||||
|
|
||||||
|
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. Download the latest trace from `http://vm_ip:82/Logs`
|
||||||
|
2. Drag and drop that downloaded `*.xt` file in the trace visualizer
|
||||||
|
|
||||||
### Custom scripts
|
### Custom scripts
|
||||||
|
|
||||||
#### C++ tests
|
#### C++ tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user