Full name:
ch.ledcom.maven:sitespeed-maven-plugin:0.0.2-SNAPSHOT:sitespeed
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
phantomJSPath | File | - | Path to the PhantomJS directory. User property is: siteSpeed.phantomJSPath. |
siteSpeedPath | File | - | Path to the SiteSpeed.io directory. User property is: siteSpeed.siteSpeedPath. |
url | URL | - | The start url for the test. User property is: siteSpeed.url. |
Name | Type | Since | Description |
---|---|---|---|
crawlDepth | int | - | Crawl depth, default is 1. Default value is: 1. User property is: siteSpeed.crawlDepth. |
maxHeap | int | - | The memory heap size for the java applications. Default value is: 1024. User property is: siteSpeed.maxHeap. |
nbProcesses | int | - | The number of processes that will analyze pages. Default value is: 5. User property is: siteSpeed.nbProcesses. |
outputDir | File | - | The result base directory. Default value is: ${project.build.directory}/sitespeed-result. User property is: siteSpeed.outputDir. |
outputFormat | String | - | The output format, always output as html but you can add images
(img). User property is: siteSpeed.outputFormat. |
proxy | String | - | The proxy host & protocol: proxy.soulgalore.com:80. User property is: siteSpeed.proxy. |
proxyType | String | - | The proxy type. Default value is: http. User property is: siteSpeed.proxyType. |
rulesetVersion | String | - | Which ruleset to use, default is the latest sitespeed.io version. User property is: siteSpeed.rulesetVersion. |
skipUrls | String | - | Skip urls that contains this in the path. User property is: siteSpeed.skipUrls. |
userAgent | String | - | The user agent. Default value is: Mozilla/6.0. User property is: siteSpeed.userAgent. |
viewport | String | - | The view port, the page viewport size WidthxHeight, like 400x300. Default value is: 1280x800. User property is: siteSpeed.viewPort. |
yslowFile | String | - | The compiled yslow file. Default value is: dependencies/yslow-3.1.4-sitespeed.js. User property is: siteSpeed.yslowFile. |
zip | boolean | - | Create a tar zip file of the result files. Default value is: false. User property is: siteSpeed.zip. |
url:
zip: