Avoid crash for pagexray data without lastModified
Part of fix for https://github.com/sitespeedio/sitespeed.io/issues/1221
This commit is contained in:
parent
0bb59196a3
commit
506a7bb988
|
|
@ -67,6 +67,7 @@ h3 Expires and last modified stats
|
|||
+durationCell('min', expire.min)
|
||||
+durationCell('median', expire.median)
|
||||
+durationCell('max', expire.max)
|
||||
if lastModified
|
||||
tr
|
||||
td(data-title='Type') Last modified
|
||||
+durationCell('min', lastModified.min)
|
||||
|
|
|
|||
Loading…
Reference in New Issue