sitespeed.io 36.0.3 → 36.2.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 +13 -0
- package/lib/plugins/html/assets/img/gpsi64.png +0 -0
- package/lib/plugins/html/assets/img/ico/sitespeed.io-114.png +0 -0
- package/lib/plugins/html/assets/img/ico/sitespeed.io-144.png +0 -0
- package/lib/plugins/html/assets/img/ico/sitespeed.io-72.png +0 -0
- package/lib/plugins/html/assets/img/pagexray64.png +0 -0
- package/lib/plugins/html/htmlBuilder.js +11 -1
- package/lib/plugins/html/templates/settings.pug +24 -0
- package/lib/plugins/html/templates/url/metrics/lcp.pug +16 -1
- package/npm-shrinkwrap.json +14 -14
- package/package.json +2 -2
- package/lib/plugins/html/assets/img/webpagetest64.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 36.2.0 - 2025-01-27
|
|
4
|
+
### Added
|
|
5
|
+
* New Browsertime that expose configurations for the runtime settings page [#4414](https://github.com/sitespeedio/sitespeed.io/pull/4414).
|
|
6
|
+
* Show android rooted and gnirehtet in runtime settings [#4415](https://github.com/sitespeedio/sitespeed.io/pull/4415).
|
|
7
|
+
|
|
8
|
+
## 36.1.0 - 2025-01-25
|
|
9
|
+
### Added
|
|
10
|
+
* Display more LCP information: elementRenderDelay, ttfb, resourceLoadDelay, resourceLoadDuration [#4413](https://github.com/sitespeedio/sitespeed.io/pull/4413).
|
|
11
|
+
* In runtime settings: Show if gnirehtet is used [#4412](https://github.com/sitespeedio/sitespeed.io/pull/4412).
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
* Tune image size for result images [#4411](https://github.com/sitespeedio/sitespeed.io/pull/4411).
|
|
15
|
+
|
|
3
16
|
## 36.0.3 - 2025-01-23
|
|
4
17
|
### Fixed
|
|
5
18
|
* Fix for uploading files to GCS/S3 that was partly broken in 36.0.0 [#4410](https://github.com/sitespeedio/sitespeed.io/pull/4410).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -217,12 +217,22 @@ export class HTMLBuilder {
|
|
|
217
217
|
// In the future we can fix so we just pickup the setup messages
|
|
218
218
|
usingBrowsertime = pageInfo.data.browsertime;
|
|
219
219
|
// if we don't use Browsertime, we don't get the browser version
|
|
220
|
+
|
|
220
221
|
browser = usingBrowsertime
|
|
221
222
|
? {
|
|
222
223
|
name: pageInfo.data.browsertime.pageSummary.info.browser.name,
|
|
223
224
|
version: pageInfo.data.browsertime.pageSummary.info.browser.version,
|
|
224
225
|
userAgent:
|
|
225
|
-
pageInfo.data.browsertime.pageSummary.info.browser.userAgent
|
|
226
|
+
pageInfo.data.browsertime.pageSummary.info.browser.userAgent,
|
|
227
|
+
args: pageInfo.data.browsertime.pageSummary.info.browser.args,
|
|
228
|
+
traceCategories:
|
|
229
|
+
pageInfo.data.browsertime.pageSummary.info.browser
|
|
230
|
+
.traceCategories,
|
|
231
|
+
preference:
|
|
232
|
+
pageInfo.data.browsertime.pageSummary.info.browser.preference,
|
|
233
|
+
geckoProfilerFeatures:
|
|
234
|
+
pageInfo.data.browsertime.pageSummary.info.browser
|
|
235
|
+
.geckProfilerFeatures
|
|
226
236
|
}
|
|
227
237
|
: {
|
|
228
238
|
name: '',
|
|
@@ -60,6 +60,22 @@ block content
|
|
|
60
60
|
tr
|
|
61
61
|
td Number of runs
|
|
62
62
|
td #{get(options, 'browsertime.iterations')}
|
|
63
|
+
if get(browser, 'traceCategories') !== undefined
|
|
64
|
+
tr
|
|
65
|
+
td Trace categories
|
|
66
|
+
td #{get(browser, 'traceCategories')}
|
|
67
|
+
if get(browser, 'preference') !== undefined
|
|
68
|
+
tr
|
|
69
|
+
td browser.preference
|
|
70
|
+
td #{get(browser, 'preference')}
|
|
71
|
+
if get(browser, 'args') !== undefined
|
|
72
|
+
tr
|
|
73
|
+
td browser.args
|
|
74
|
+
td #{get(browser, 'args')}
|
|
75
|
+
if get(browser, 'geckoProfilerFeatures') !== undefined
|
|
76
|
+
tr
|
|
77
|
+
td Gecko Profiler Features
|
|
78
|
+
td #{get(browser, 'geckoProfilerFeatures')}
|
|
63
79
|
tr
|
|
64
80
|
td OS
|
|
65
81
|
td #{android ? 'Android' : (ios ? 'iOS' : (options.browsertime.docker ? 'Docker using ' + os: os)) }
|
|
@@ -80,6 +96,14 @@ block content
|
|
|
80
96
|
tr
|
|
81
97
|
td Wifi
|
|
82
98
|
td #{android.wifi}
|
|
99
|
+
if options.android && options.android.gnirehtet
|
|
100
|
+
tr
|
|
101
|
+
td Using gnirehtet
|
|
102
|
+
td Yes
|
|
103
|
+
if options.android && options.android.rooted
|
|
104
|
+
tr
|
|
105
|
+
td Rooted phone
|
|
106
|
+
td Yes
|
|
83
107
|
if android.batteryTemperature
|
|
84
108
|
tr
|
|
85
109
|
td Battery temperature
|
|
@@ -21,7 +21,22 @@ if timings.largestContentfulPaint
|
|
|
21
21
|
td
|
|
22
22
|
b Render time
|
|
23
23
|
td #{h.time.ms(timings.largestContentfulPaint.renderTime)}
|
|
24
|
-
|
|
24
|
+
tr
|
|
25
|
+
td
|
|
26
|
+
b Element render delay
|
|
27
|
+
td #{h.time.ms(timings.largestContentfulPaint.elementRenderDelay)}
|
|
28
|
+
tr
|
|
29
|
+
td
|
|
30
|
+
b TTFB
|
|
31
|
+
td #{h.time.ms(timings.largestContentfulPaint.ttfb)}
|
|
32
|
+
tr
|
|
33
|
+
td
|
|
34
|
+
b Resource delay
|
|
35
|
+
td #{h.time.ms(timings.largestContentfulPaint.resourceLoadDelay)}
|
|
36
|
+
tr
|
|
37
|
+
td
|
|
38
|
+
b Resource load duration
|
|
39
|
+
td #{h.time.ms(timings.largestContentfulPaint.resourceLoadDuration)}
|
|
25
40
|
if renderBlocking && renderBlocking.recalculateStyle.beforeLCP
|
|
26
41
|
tr
|
|
27
42
|
td
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "36.0
|
|
3
|
+
"version": "36.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "36.0
|
|
9
|
+
"version": "36.2.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@slack/webhook": "7.0.4",
|
|
19
19
|
"@tgwf/co2": "0.16.4",
|
|
20
20
|
"axe-core": "4.10.2",
|
|
21
|
-
"browsertime": "24.0
|
|
21
|
+
"browsertime": "24.1.0",
|
|
22
22
|
"coach-core": "8.1.1",
|
|
23
23
|
"dayjs": "1.11.11",
|
|
24
24
|
"fast-crc32c": "2.0.0",
|
|
@@ -3330,9 +3330,9 @@
|
|
|
3330
3330
|
}
|
|
3331
3331
|
},
|
|
3332
3332
|
"node_modules/browsertime": {
|
|
3333
|
-
"version": "24.0
|
|
3334
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.0.
|
|
3335
|
-
"integrity": "sha512-
|
|
3333
|
+
"version": "24.1.0",
|
|
3334
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.1.0.tgz",
|
|
3335
|
+
"integrity": "sha512-Tzc22y6B/bnv2ez5BbotZ0IuX0aCIGJ70PvQcUrC+dJfrkKExqub9XjPQ3Saf8fGM0f2jUJCHsrq6xF08X7cjg==",
|
|
3336
3336
|
"dependencies": {
|
|
3337
3337
|
"@devicefarmer/adbkit": "3.3.8",
|
|
3338
3338
|
"@sitespeed.io/chromedriver": "132.0.6834-83",
|
|
@@ -3347,7 +3347,7 @@
|
|
|
3347
3347
|
"fast-stats": "0.0.7",
|
|
3348
3348
|
"ff-test-bidi-har-export": "0.0.17",
|
|
3349
3349
|
"lodash.merge": "4.6.2",
|
|
3350
|
-
"selenium-webdriver": "4.
|
|
3350
|
+
"selenium-webdriver": "4.28.1",
|
|
3351
3351
|
"yargs": "17.7.2"
|
|
3352
3352
|
},
|
|
3353
3353
|
"bin": {
|
|
@@ -3988,9 +3988,9 @@
|
|
|
3988
3988
|
}
|
|
3989
3989
|
},
|
|
3990
3990
|
"node_modules/core-util-is": {
|
|
3991
|
-
"version": "1.0.
|
|
3992
|
-
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.
|
|
3993
|
-
"integrity": "
|
|
3991
|
+
"version": "1.0.3",
|
|
3992
|
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
3993
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
|
|
3994
3994
|
},
|
|
3995
3995
|
"node_modules/cpu-features": {
|
|
3996
3996
|
"version": "0.0.9",
|
|
@@ -8889,9 +8889,9 @@
|
|
|
8889
8889
|
}
|
|
8890
8890
|
},
|
|
8891
8891
|
"node_modules/selenium-webdriver": {
|
|
8892
|
-
"version": "4.
|
|
8893
|
-
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.
|
|
8894
|
-
"integrity": "sha512-
|
|
8892
|
+
"version": "4.28.1",
|
|
8893
|
+
"resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.28.1.tgz",
|
|
8894
|
+
"integrity": "sha512-TwbTpu/NUQkorBODGAkGowJ8sar63bvqi66/tjqhS05rBl34HkVp8DoRg1cOv2iSnNonVSbkxazS3wjbc+NRtg==",
|
|
8895
8895
|
"funding": [
|
|
8896
8896
|
{
|
|
8897
8897
|
"type": "github",
|
|
@@ -8909,7 +8909,7 @@
|
|
|
8909
8909
|
"ws": "^8.18.0"
|
|
8910
8910
|
},
|
|
8911
8911
|
"engines": {
|
|
8912
|
-
"node": ">=
|
|
8912
|
+
"node": ">= 18.20.5"
|
|
8913
8913
|
}
|
|
8914
8914
|
},
|
|
8915
8915
|
"node_modules/selenium-webdriver/node_modules/ws": {
|
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": "36.0
|
|
8
|
+
"version": "36.2.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",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@tgwf/co2": "0.16.4",
|
|
90
90
|
"@slack/webhook": "7.0.4",
|
|
91
91
|
"axe-core": "4.10.2",
|
|
92
|
-
"browsertime": "24.0
|
|
92
|
+
"browsertime": "24.1.0",
|
|
93
93
|
"coach-core": "8.1.1",
|
|
94
94
|
"dayjs": "1.11.11",
|
|
95
95
|
"fast-crc32c": "2.0.0",
|
|
Binary file
|