lighthouse 11.6.0-dev.20240226 → 11.6.0-dev.20240227

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.
@@ -26,7 +26,7 @@ class NetworkNode extends BaseNode {
26
26
  * @return {number}
27
27
  */
28
28
  get startTime() {
29
- return this._record.networkRequestTime * 1000;
29
+ return this._record.rendererStartTime * 1000;
30
30
  }
31
31
 
32
32
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "11.6.0-dev.20240226",
4
+ "version": "11.6.0-dev.20240227",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {