sitespeed.io 34.6.0 → 34.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cli/cli.js +1 -1
- package/lib/plugins/crux/index.js +6 -2
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
|
+
|
|
3
|
+
## 34.7.0 - 2024-07-15
|
|
4
|
+
### Added
|
|
5
|
+
* Update to Browsertime [22.6.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2260---2024-07-15) [#4226](https://github.com/sitespeedio/sitespeed.io/pull/4226).
|
|
6
|
+
* Crux: Push navigation types and form factor data by default to TSDB [#4227](https://github.com/sitespeedio/sitespeed.io/pull/4227).
|
|
7
|
+
|
|
2
8
|
## 34.6.0 - 2024-07-12
|
|
3
9
|
### Added
|
|
4
10
|
* Crux: Include RTT p75 [#4225](https://github.com/sitespeedio/sitespeed.io/pull/4225).
|
package/lib/cli/cli.js
CHANGED
|
@@ -1050,7 +1050,7 @@ export async function parseCommandLine() {
|
|
|
1050
1050
|
.option('browsertime.requestheader', {
|
|
1051
1051
|
alias: ['r', 'requestheader'],
|
|
1052
1052
|
describe:
|
|
1053
|
-
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome and
|
|
1053
|
+
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Use the following format key:value. Only works in Chrome, Firefox and Edge.',
|
|
1054
1054
|
group: 'Browser'
|
|
1055
1055
|
})
|
|
1056
1056
|
.option('browsertime.cookie', {
|
|
@@ -22,7 +22,9 @@ const DEFAULT_METRICS_PAGESUMMARY = [
|
|
|
22
22
|
'loadingExperience.*.CUMULATIVE_LAYOUT_SHIFT_SCORE.*',
|
|
23
23
|
'loadingExperience.*.TIME_TO_FIRST_BYTE_MS.*',
|
|
24
24
|
'loadingExperience.*.INTERACTION_TO_NEXT_PAINT_MS.*',
|
|
25
|
-
'loadingExperience.*.ROUND_TRIP_TIME_MS.*'
|
|
25
|
+
'loadingExperience.*.ROUND_TRIP_TIME_MS.*',
|
|
26
|
+
'loadingExperience.*.NAVIGATION_TYPES_FRACTIONS.*',
|
|
27
|
+
'loadingExperience.*.FORM_FACTORS_FRACTIONS.*'
|
|
26
28
|
];
|
|
27
29
|
const DEFAULT_METRICS_SUMMARY = [
|
|
28
30
|
'originLoadingExperience.*.FIRST_CONTENTFUL_PAINT_MS.*',
|
|
@@ -31,7 +33,9 @@ const DEFAULT_METRICS_SUMMARY = [
|
|
|
31
33
|
'originLoadingExperience.*.CUMULATIVE_LAYOUT_SHIFT_SCORE.*',
|
|
32
34
|
'originLoadingExperience.*.TIME_TO_FIRST_BYTE_MS.*',
|
|
33
35
|
'originLoadingExperience.*.INTERACTION_TO_NEXT_PAINT_MS.*',
|
|
34
|
-
'originLoadingExperience.*.ROUND_TRIP_TIME_MS.*'
|
|
36
|
+
'originLoadingExperience.*.ROUND_TRIP_TIME_MS.*',
|
|
37
|
+
'originLoadingExperience.*.NAVIGATION_TYPES_FRACTIONS.*',
|
|
38
|
+
'originLoadingExperience.*.FORM_FACTORS_FRACTIONS.*'
|
|
35
39
|
];
|
|
36
40
|
|
|
37
41
|
function wait(ms) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.7.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "34.
|
|
9
|
+
"version": "34.7.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "3.609.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@sitespeed.io/plugin": "0.0.6",
|
|
16
16
|
"@tgwf/co2": "0.16.0",
|
|
17
17
|
"axe-core": "4.9.1",
|
|
18
|
-
"browsertime": "22.
|
|
18
|
+
"browsertime": "22.6.0",
|
|
19
19
|
"cli-color": "2.0.4",
|
|
20
20
|
"coach-core": "8.0.2",
|
|
21
21
|
"concurrent-queue": "7.0.2",
|
|
@@ -3625,9 +3625,9 @@
|
|
|
3625
3625
|
}
|
|
3626
3626
|
},
|
|
3627
3627
|
"node_modules/browsertime": {
|
|
3628
|
-
"version": "22.
|
|
3629
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-22.
|
|
3630
|
-
"integrity": "sha512-
|
|
3628
|
+
"version": "22.6.0",
|
|
3629
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-22.6.0.tgz",
|
|
3630
|
+
"integrity": "sha512-4hmFO+yMxWbxlQ0aN3Zx4g0oYCCZjGOaQUFNCyEY8SREF3cWDGx4q0F6gRvkk18Sno6Y25gKveDaZj/LaKaMJw==",
|
|
3631
3631
|
"dependencies": {
|
|
3632
3632
|
"@cypress/xvfb": "1.2.4",
|
|
3633
3633
|
"@devicefarmer/adbkit": "3.2.6",
|
|
@@ -3637,7 +3637,7 @@
|
|
|
3637
3637
|
"@sitespeed.io/throttle": "5.0.0",
|
|
3638
3638
|
"@sitespeed.io/tracium": "0.3.3",
|
|
3639
3639
|
"btoa": "1.2.1",
|
|
3640
|
-
"chrome-har": "0.13.
|
|
3640
|
+
"chrome-har": "0.13.5",
|
|
3641
3641
|
"chrome-remote-interface": "0.33.2",
|
|
3642
3642
|
"dayjs": "1.11.11",
|
|
3643
3643
|
"execa": "9.3.0",
|
|
@@ -3875,9 +3875,9 @@
|
|
|
3875
3875
|
}
|
|
3876
3876
|
},
|
|
3877
3877
|
"node_modules/chrome-har": {
|
|
3878
|
-
"version": "0.13.
|
|
3879
|
-
"resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.
|
|
3880
|
-
"integrity": "sha512-
|
|
3878
|
+
"version": "0.13.5",
|
|
3879
|
+
"resolved": "https://registry.npmjs.org/chrome-har/-/chrome-har-0.13.5.tgz",
|
|
3880
|
+
"integrity": "sha512-e5RVL19aa0AvlR9//hOu/t96us/iTynAJZFtryExNO+1xta1qb6b/3kZFLFPQ3UrXFG70OqhxxSCbAHKgY8JWw==",
|
|
3881
3881
|
"dependencies": {
|
|
3882
3882
|
"dayjs": "1.11.7",
|
|
3883
3883
|
"debug": "4.3.4",
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"sitespeed.io": "./bin/sitespeed.js",
|
|
6
6
|
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
|
|
7
7
|
},
|
|
8
|
-
"version": "34.
|
|
8
|
+
"version": "34.7.0",
|
|
9
9
|
"description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"performance",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@tgwf/co2": "0.16.0",
|
|
86
86
|
"@aws-sdk/client-s3": "3.609.0",
|
|
87
87
|
"axe-core": "4.9.1",
|
|
88
|
-
"browsertime": "22.
|
|
88
|
+
"browsertime": "22.6.0",
|
|
89
89
|
"coach-core": "8.0.2",
|
|
90
90
|
"cli-color": "2.0.4",
|
|
91
91
|
"concurrent-queue": "7.0.2",
|