Even more precise positionning of navigation timings in timeline
This commit is contained in:
@@ -840,16 +840,7 @@
|
||||
<span ng-if="node.data.time > slowRequestsLimit" class="icon-warning" title="Slower than {{slowRequestsLimit}} ms"></span>
|
||||
</div>
|
||||
<div class="duration" ng-if="node.data.time == undefined"></div>
|
||||
<div class="startTime" ng-class="{
|
||||
domCreation: node.data.timestamp < phantomasResults.metrics.domInteractive,
|
||||
domInteractive: node.data.timestamp >= phantomasResults.metrics.domInteractive
|
||||
&& node.data.timestamp < phantomasResults.metrics.domContentLoaded,
|
||||
domContentLoaded: node.data.timestamp >= phantomasResults.metrics.domContentLoaded
|
||||
&& node.data.timestamp < phantomasResults.metrics.domContentLoadedEnd,
|
||||
domContentLoadedEnd: node.data.timestamp >= phantomasResults.metrics.domContentLoadedEnd
|
||||
&& node.data.timestamp < phantomasResults.metrics.domComplete,
|
||||
domComplete: node.data.timestamp >= phantomasResults.metrics.domComplete
|
||||
}">{{node.data.timestamp | number: 0}}</div>
|
||||
<div class="startTime" ng-class="node.data.loadingStep">{{node.data.timestamp | number: 0}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user