This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36","lighthouseVersion":"3.0.3","fetchTime":"2018-10-08T14:54:32.366Z","requestedUrl":"https://www.dippindots.com/home.html","finalUrl":"https://www.dippindots.com/home.html","runWarnings":[],"audits":{"first-contentful-paint":{"id":"first-contentful-paint","title":"First Contentful Paint","description":"First contentful paint marks the time at which the first text/image is painted. [Learn more](https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#first_paint_and_first_contentful_paint).","score":0.94,"scoreDisplayMode":"numeric","rawValue":2110.6830000000004,"displayValue":["%10d ms",2110.6830000000004]},"first-meaningful-paint":{"id":"first-meaningful-paint","title":"First Meaningful Paint","description":"First Meaningful Paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36","lighthouseVersion":"2.9.1","generatedTime":"2018-05-25T14:26:42.021Z","initialUrl":"https://mwcm-author.stg.nytimes.com/creatives/lp/tests/gbb2-template/lp8HYKU_sale_page.html?exclude_optimizely=true&exclude_jsonkidd=true&exclude_abra=true","url":"https://mwcm-author.stg.nytimes.com/creatives/lp/tests/gbb2-template/lp8HYKU_sale_page.html?exclude_optimizely=true&exclude_jsonkidd=true&exclude_abra=true","runWarnings":[],"audits":{"first-meaningful-paint":{"score":98,"displayValue":"1,440 ms","rawValue":1438.8,"extendedInfo":{"value":{"timestamps":{"navStart":36122224336,"fCP":36123663166,"fMP":36123663167,"onLoad":36125078087,"endOfTrace":36130401239},"timings":{"navStart":0,"fCP":1438.83,"fMP":1438.831,"onLoad":2853.751,"endOfTrace":8176.903},"fmpFellBack":false}},"scoringMode":"numeric","name":"first-meaningful-paint","description":"First meaningful paint","helpText":"First |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","lighthouseVersion":"2.9.1","generatedTime":"2018-05-04T14:26:22.921Z","initialUrl":"https://www.nytimes.com/subscription/multiproduct/lp8HYKU.html","url":"https://www.nytimes.com/subscription/multiproduct/lp8HYKU.html","runWarnings":[],"audits":{"first-meaningful-paint":{"score":31,"displayValue":"5,160 ms","rawValue":5163.9,"extendedInfo":{"value":{"timestamps":{"navStart":282409528212,"fCP":282412940500,"fMP":282414692144,"onLoad":282420574668,"endOfTrace":282426533131},"timings":{"navStart":0,"fCP":3412.288,"fMP":5163.932,"onLoad":11046.456,"endOfTrace":17004.919},"fmpFellBack":false}},"scoringMode":"numeric","name":"first-meaningful-paint","description":"First meaningful paint","helpText":"First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-meaningful-paint)."},"speed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36","lighthouseVersion":"2.9.1","generatedTime":"2018-05-04T16:11:03.995Z","initialUrl":"https://www.nytimes.com/subscription/multiproduct/lp8XKUR.html?optimizely_disable=true","url":"https://www.nytimes.com/subscription/multiproduct/lp8XKUR.html?optimizely_disable=true","runWarnings":[],"audits":{"first-meaningful-paint":{"score":38,"displayValue":"4,650 ms","rawValue":4652.6,"extendedInfo":{"value":{"timestamps":{"navStart":288691604465,"fCP":288694606598,"fMP":288696257094,"onLoad":288702486613,"endOfTrace":288708378199},"timings":{"navStart":0,"fCP":3002.133,"fMP":4652.629,"onLoad":10882.148,"endOfTrace":16773.734},"fmpFellBack":false}},"scoringMode":"numeric","name":"first-meaningful-paint","description":"First meaningful paint","helpText":"First meaningful paint measures when the primary content of a page is visible. [Learn more](https://developers.google.com/web/tools/lig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| 'use strict'; | |
| var fileSystem, folderList, basePath = 'sample_folder'; | |
| // Device ready | |
| document.addEventListener('deviceready', function() { | |
| window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, buildFolders, function(error) { console.error('Failed to get local filesystem: ' + error.code); }); | |
| }, false); | |
| // Get directory tree and set root callback function |