Skip to content

Instantly share code, notes, and snippets.

View ymschaap's full-sized avatar

Yvo Schaap ymschaap

View GitHub Profile
/*!
* jQuery lockfixed plugin
* http://www.directlyrics.com/code/lockfixed/
*
* Copyright 2012-2015 Yvo Schaap
* Released under the MIT license
* http://www.directlyrics.com/code/lockfixed/license.txt
*
* Date: Sun March 30 2015 12:00:01 GMT
*/
{
"pageref": "page_1_0_1",
"startedDateTime": "2019-05-12T01:35:01.277+00:00",
"time": 687,
"_run": 1,
"_cached": 0,
"request": {
"method": "GET",
"url": "https://ui.sddan.mgr.consensu.org/cmp.stub.js",
"headersSize": 722,
{
"startedDateTime": "2019-05-02T20:04:34.701+00:00",
"title": "Run 1, First View for https://turismoi.es/",
"id": "page_1_0_1",
"pageTimings": { "onLoad": 7869, "onContentLoad": -1, "_startRender": 5300 },
"_minify_total": -1,
"_responses_200": 38,
"_testStartOffset": 0,
"_bytesOut": 13208,
"_gzip_savings": 95019,
{
"stackPacks": [],
"fetchTime": "2019-05-12T17:14:30.872Z",
"categoryGroups": {
"a11y-navigation": { "description": "These are opportunities to improve keyboard navigation in your application.", "title": "Navigation" },
"seo-mobile": {
"description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn more](https://developers.google.com/search/mobile-sites/).",
"title": "Mobile Friendly"
},
"load-opportunities": { "description": "These optimizations can speed up your page load.", "title": "Opportunities" },
@ymschaap
ymschaap / custom-metric-anchor-nodes.js
Last active June 22, 2019 17:50
Segment DOM link types
var nodes = document.getElementsByTagName("a");
var link = document.createElement("a");
var internal = 0;
var external = 0;
var hash = 0;
var navigateHash = 0;
var issue = 0;
if (nodes) {