Skip to content

Commit

Permalink
core: remove cache-start-url audit (#4760)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Mar 14, 2018
1 parent f580c59 commit c8d84fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 113 deletions.
66 changes: 0 additions & 66 deletions lighthouse-core/audits/cache-start-url.js

This file was deleted.

2 changes: 0 additions & 2 deletions lighthouse-core/gather/gatherers/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const Gatherer = require('./gatherer');

class URL extends Gatherer {
afterPass(options) {
// Used currently by cache-start-url audit, which wants to know if the start_url
// in the manifest is stored in the cache.
// Instead of the originally inputted URL (options.initialUrl), we want the resolved
// post-redirect URL (which is here at options.url)
return {
Expand Down
45 changes: 0 additions & 45 deletions lighthouse-core/test/audits/cache-start-url-test.js

This file was deleted.

0 comments on commit c8d84fa

Please sign in to comment.