Skip to content

Commit

Permalink
feat: add column preset 'default + lighthouse'
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 25, 2020
1 parent 8344cac commit 5bd21e5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/presets/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,50 @@ module.exports = {
'lighthouse_cumulative-layout-shift', */
],
},
default_plus_lighthouse: {
name: 'default + lighthouse',
groups: ['main'],
columns: [
'url',
'depth',
'status',
'mixed_content_url',
'is_canonical',
'request_time',
'title',
'h1',
'description',
'keywords',
'og_image',
'schema_types',
'h1_count',
'h2_count',
'h3_count',
'h4_count',
'canonical_count',
'images',
'images_without_alt',
'images_alt_empty',
'images_outer',
'links',
'links_inner',
'links_outer',
'text_ratio_percent',
'dom_size',
'html_size',
'lighthouse_scores_performance',
'lighthouse_scores_pwa',
'lighthouse_scores_accessibility',
'lighthouse_scores_best-practices',
'lighthouse_scores_seo',
'lighthouse_first-contentful-paint',
'lighthouse_speed-index',
'lighthouse_largest-contentful-paint',
'lighthouse_interactive',
'lighthouse_total-blocking-time',
'lighthouse_cumulative-layout-shift',
],
},
lighthouse: {
name: 'lighthouse',
groups: ['lighthouse'],
Expand Down

0 comments on commit 5bd21e5

Please sign in to comment.