DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

BUG: LCP Page performace #70

Open DarrachBarneveld opened 8 months ago

DarrachBarneveld commented 8 months ago

Bug Description Many pages are not scoring in the 90% or higher based on performace LCP score. Particularly on mobile

Steps to reproduce

  1. Visit a desired page.
  2. In chrome tools run lighthouse page analysis
  3. Review page score

Desired result All pages both on mobile will score over 90% on performance

Unhanded Issue Performance score as passing but not acceptable. Many steps were used to improve score with success and improvements but still score remain tempermental.

  1. Images in webp format
  2. Lazy load images that are not in header
  3. Post load all scripts to avoid blocking
  4. Server improvements to dyno - too expensive to upgrade higher
DarrachBarneveld commented 8 months ago

Errors persist, need more expertise in LCP and site performance. For scope of project this is the best I can handle the issue