Skip to content

Commit

Permalink
remove unused url
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Apr 25, 2018
1 parent 632f60e commit a7459fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lighthouse-core/audits/uses-rel-preconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
const Audit = require('./audit');
const Util = require('../report/v2/renderer/util');
const UnusedBytes = require('./byte-efficiency/byte-efficiency-audit');
const URL = require('../lib/url-shim');
// Preconnect establishes a "clean" socket. Chrome's socket manager will keep an unused socket
// around for 10s. Meaning, the time delta between processing preconnect a request should be <10s,
// otherwise it's wasted. We add a 5s margin so we are sure to capture all key requests.
Expand Down

0 comments on commit a7459fe

Please sign in to comment.