Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.03 KB | None | 0 0
  1. lhci autorun
  2. ✅  .lighthouseci/ directory writable
  3. ✅  Configuration file found
  4. Healthcheck passed!
  5.  
  6. Automatically determined ./build as `staticDistDir`.
  7. Set it explicitly in lighthouserc.json if incorrect.
  8.  
  9. Started a web server on port 51558...
  10. Running Lighthouse 2 time(s) on http://localhost:51558/index.html
  11. Run #1...done.
  12. Run #2...done.
  13. Done running Lighthouse!
  14.  
  15. Checking assertions against 1 URL(s), 2 total run(s)
  16.  
  17. 19 result(s) for http://localhost:51558/index.html
  18.  
  19.   ✘  color-contrast failure for minScore assertion
  20.      Background and foreground colors do not have a sufficient contrast ratio.
  21.      Documentation: https://web.dev/color-contrast/
  22.  
  23.         expected: >=1
  24.            found: 0
  25.       all values: 0, 0
  26.  
  27.  
  28.   ✘  errors-in-console failure for maxLength assertion
  29.      Browser errors were logged to the console
  30.      Documentation: https://web.dev/errors-in-console
  31.  
  32.         expected: <=0
  33.            found: 1
  34.       all values: 1, 1
  35.  
  36.  
  37.   ✘  external-anchors-use-rel-noopener failure for minScore assertion
  38.      Links to cross-origin destinations are unsafe
  39.      Documentation: https://web.dev/external-anchors-use-rel-noopener
  40.  
  41.         expected: >=1
  42.            found: 0
  43.       all values: 0, 0
  44.  
  45.  
  46.   ✘  html-has-lang failure for minScore assertion
  47.      `<html>` element does not have a `[lang]` attribute
  48.      Documentation: https://web.dev/html-has-lang/
  49.  
  50.         expected: >=1
  51.            found: 0
  52.       all values: 0, 0
  53.  
  54.  
  55.   ✘  installable-manifest failure for minScore assertion
  56.      Web app manifest does not meet the installability requirements
  57.      Documentation: https://web.dev/installable-manifest
  58.  
  59.         expected: >=1
  60.            found: 0
  61.       all values: 0, 0
  62.  
  63.  
  64.   ✘  offline-start-url failure for minScore assertion
  65.      `start_url` does not respond with a 200 when offline
  66.      Documentation: https://web.dev/offline-start-url
  67.  
  68.         expected: >=1
  69.            found: 0
  70.       all values: 0, 0
  71.  
  72.  
  73.   ✘  service-worker failure for minScore assertion
  74.      Does not register a service worker that controls page and `start_url`
  75.      Documentation: https://web.dev/service-worker
  76.  
  77.         expected: >=1
  78.            found: 0
  79.       all values: 0, 0
  80.  
  81.  
  82.   ✘  splash-screen failure for minScore assertion
  83.      Is not configured for a custom splash screen
  84.      Documentation: https://web.dev/splash-screen
  85.  
  86.         expected: >=1
  87.            found: 0
  88.       all values: 0, 0
  89.  
  90.  
  91.   ✘  themed-omnibox failure for minScore assertion
  92.      Does not set a theme color for the address bar.
  93.      Documentation: https://web.dev/themed-omnibox
  94.  
  95.         expected: >=1
  96.            found: 0
  97.       all values: 0, 0
  98.  
  99.  
  100.   ✘  unused-css-rules failure for maxLength assertion
  101.      Remove unused CSS
  102.      Documentation: https://web.dev/unused-css-rules
  103.  
  104.         expected: <=0
  105.            found: 1
  106.       all values: 1, 1
  107.  
  108.  
  109.   ✘  works-offline failure for minScore assertion
  110.      Current page does not respond with a 200 when offline
  111.      Documentation: https://web.dev/works-offline
  112.  
  113.         expected: >=1
  114.            found: 0
  115.       all values: 0, 0
  116.  
  117.  
  118.   ⚠️  first-contentful-paint warning for minScore assertion
  119.      First Contentful Paint
  120.      Documentation: https://web.dev/first-contentful-paint
  121.  
  122.         expected: >=0.9
  123.            found: 0.86
  124.       all values: 0.83, 0.86
  125.  
  126.  
  127.   ⚠️  first-cpu-idle warning for minScore assertion
  128.      First CPU Idle
  129.      Documentation: https://web.dev/first-cpu-idle
  130.  
  131.         expected: >=0.9
  132.            found: 0.6
  133.       all values: 0.57, 0.6
  134.  
  135.  
  136.   ⚠️  first-meaningful-paint warning for minScore assertion
  137.      First Meaningful Paint
  138.      Documentation: https://web.dev/first-meaningful-paint
  139.  
  140.         expected: >=0.9
  141.            found: 0.86
  142.       all values: 0.83, 0.86
  143.  
  144.  
  145.   ⚠️  interactive warning for minScore assertion
  146.      Time to Interactive
  147.      Documentation: https://web.dev/interactive
  148.  
  149.         expected: >=0.9
  150.            found: 0.62
  151.       all values: 0.59, 0.62
  152.  
  153.  
  154.   ⚠️  max-potential-fid warning for minScore assertion
  155.      Max Potential First Input Delay
  156.      Documentation: https://developers.google.com/web/updates/2018/05/first-input-delay
  157.  
  158.         expected: >=0.9
  159.            found: 0.19
  160.       all values: 0.13, 0.19
  161.  
  162.  
  163.   ⚠️  redirects-http warning for minScore assertion
  164.      Does not redirect HTTP traffic to HTTPS
  165.      Documentation: https://web.dev/redirects-http
  166.  
  167.         expected: >=1
  168.            found: 0
  169.       all values: 0, 0
  170.  
  171.  
  172.   ⚠️  render-blocking-resources warning for maxLength assertion
  173.      Eliminate render-blocking resources
  174.      Documentation: https://web.dev/render-blocking-resources
  175.  
  176.         expected: <=0
  177.            found: 2
  178.       all values: 2, 2
  179.  
  180.  
  181.   ⚠️  uses-http2 warning for minScore assertion
  182.      Does not use HTTP/2 for all of its resources
  183.      Documentation: https://web.dev/uses-http2
  184.  
  185.         expected: >=1
  186.            found: 0
  187.       all values: 0, 0
  188.  
  189. Assertion failed. Exiting with status code 1.
  190.  
  191. assert command failed. Exiting with status code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement