Closed CodeWritingCow closed 3 months ago
Hi! can I be assigned this issue pls?
Also, I have one question - when generating the reports, should I open the website in an incognito window to simulate first time users? I have tried this, and the performances are significantly different (i.e. 12 points) between first time viewers versus frequent visitors (my regular Chrome browser with some cached content).
Hi @zheyichn this issue is yours!
Good question — yes, let's open it in an incognito window. I did the same thing because my browser has a bunch of dev-tool plugins, and they were affecting the performance score.
aria-
attirbute.<li>
and script-supporting elements can disrupt screen readers navigating the list.Performance is hindered by long image loading times. Accessiblity is acceptable on desktop, but needs further adjustments for mobile devices.
aria-*
attribute. (Accessibility)button
proper accessible names. (Accessibility)<li>
, <script>
, <template>
. (Accessibility)Hi @CodeWritingCow Can you take a look when you get a sec? Let me know if anything needs to be added. Thanks!
Hi @CodeWritingCow Can you take a look when you get a sec? Let me know if anything needs to be added. Thanks!
Hi @zheyichn this is great — your audit was extremely detailed and included good recommendations for improvement. Thank you.
Since the "Find Properties" page is the heart of our web application, I will create issues for improving its performance based on your recommendations.
This page uses many images. Did Lighthouse identify any specific images that are causing the large contentful paint time? If there are specific images that are causing this problem, then we can focus on them.
By the way, @bacitracin is testing our site for accessibility compliance on mobile. To avoid duplicating Tracy's work, I won't be creating a11y issues for this page for now. However, do feel free to share your a11y findings with her.
Hi @CodeWritingCow Can you take a look when you get a sec? Let me know if anything needs to be added. Thanks!
Hi @zheyichn this is great — your audit was extremely detailed and included good recommendations for improvement. Thank you.
Since the "Find Properties" page is the heart of our web application, I will create issues for improving its performance based on your recommendations.
This page uses many images. Did Lighthouse identify any specific images that are causing the large contentful paint time? If there are specific images that are causing this problem, then we can focus on them.
Hi @CodeWritingCow, It is the logo image as below causing the delay. While I generated reports for other pages, they also complained about this logo image.
@zheyichn Since this logo image is part of the header UI, it appears on every page. If we fix the problem with this image, then we'll probably improve the performance score for other pages, too.
Describe the task
Audit performance of Clean and Green Philly's Find Properties webpage using Google Lighthouse. Document audit results, including areas of improvement.
Acceptance Criteria
Additional context