You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"<strong>Time to first Byte</strong><br/>The amount of time it takes for a user's browser to receive the first byte of page content from the server.",
276
+
"<strong>Time To First Byte</strong><br/>The amount of time it takes for a user's browser to receive the first byte of page content from the server.",
277
+
position: 'top',
278
+
},
279
+
];
280
+
break;
281
+
case'history':
282
+
steps=[
283
+
{
284
+
title: 'History Tab',
285
+
element: '.display',
286
+
intro:
287
+
'The history tab shows all snapshots as a timeline and includes branches to represent divergent state history created from time traveling backwards and making new state changes.',
'Each node will represent a snapshot in the page. <ul><li>A single snapshot will show as a node while multiple snapshots will be represented as a timeline.</li><li>Highlighting over one will show any state changes compared to the previous snapshot. </li><li>Clicking a node will set the snapshot as the current one.</li></ul>',
295
+
position: 'top',
296
+
},
297
+
{
298
+
title: 'Navigating through Snapshots',
299
+
element: '.routedescription',
300
+
intro: 'All snapshots can also be seen and navigated here as well.',
0 commit comments