Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Cover of When Home Is a Photograph features a silver iridescent couch on a hard… div.flex > div.relative > picture > img.object-cover | /f7ca9afb-82c2-002a-a423-84e111d5b498/7ff0f19c-a76f-437a-... | 64.1 KiB | 53.8 KiB |
Cover photo on Media Rurality depicts mountains in the far background, behind a… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/cb932acf-f3bf-47f5-... | 43.0 KiB | 36.8 KiB |
Cover of The Essential Senghor is a textured beige with the title in a teal ser… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/cbd96f0a-b6a7-4bfc-... | 38.7 KiB | 32.5 KiB |
Illustration of transgender rights protest with colorful crowd holding signs du… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/b6c9caad-483d-4e7d-... | 32.7 KiB | 26.4 KiB |
Cover of Blackstar Rising and the Purple Reign features David Bowie on the left… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/396adfa2-207d-43a3-... | 25.0 KiB | 18.8 KiB |
Cover of The Gloria Wekker Reader has a sepia photograph of Gloria Wekker. The … div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/3dd82dd9-0690-4ba5-... | 24.9 KiB | 18.7 KiB |
The cover of Interrogating the Future of Puerto Rican Studies is a rainbow grad… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/5f738c4b-bedf-47a9-... | 18.4 KiB | 13.8 KiB |
Cover of Close Writing is black with a black and white photograph of a couch st… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/16299076-3031-4b50-... | 14.5 KiB | 10.9 KiB |
Journal of Lesbian and Gay Studies cover with veiled figure reaching toward lig… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/a8b74883-bdcd-4a61-... | 12.6 KiB | 9.3 KiB |
eDuke Journals Scholarly Collections div.grid > div.hidden > a.grayscale > img.max-h-[100px] | /f7ca9afb-82c2-002a-a423-84e111d5b498/663bbbbd-a1ce-49d6-... | 9.1 KiB | 6.2 KiB |
eDuke Books Scholarly Collection div.grid > div.hidden > a.grayscale > img.max-h-[100px] | /f7ca9afb-82c2-002a-a423-84e111d5b498/b5a54c05-ea69-4f15-... | 8.6 KiB | 5.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /dist/vendor.bundle.js?v=BHAkr3fLq_s1RU45elwo1yuc3mm_tTnq... | 0.0 ms | 86.9 KiB |
| dukeupress.edu/dist/tabs-selector.bundle.js | 0.0 ms | 3.6 KiB |
| dukeupress.edu/dist/utility-button-events.bundle.js | 0.0 ms | 2.8 KiB |
| /dist/runtime.bundle.js?v=kwyclQQ-jUDqxgNHr21TfQ0BLbh-bdH... | 0.0 ms | 2.2 KiB |
| dukeupress.edu/dist/nav-search.bundle.js | 0.0 ms | 2.1 KiB |
| dukeupress.edu/dist/mega-menu-toggle.bundle.js | 0.0 ms | 2.0 KiB |
| dukeupress.edu/dist/dropdown-toggle.bundle.js | 0.0 ms | 1.9 KiB |
| dukeupress.edu/dist/header-height.bundle.js | 0.0 ms | 1.5 KiB |
| dukeupress.edu/dist/embla-featured.bundle.js | 0.0 ms | 1.4 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root{--ksl-z-index:10;--ksl-color-primary:#5276ba;--ksl-color-primary-transparent:#5276babf; … } … | 45.5 KiB | 35.0 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css | 17.8 KiB | 17.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /dist/vendor.bundle.js?v=BHAkr3fLq_s1RU45elwo1yuc3mm_tTnq... | 85.8 KiB | 75.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-0FJ5H8908M | 157.6 KiB | 65.1 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn More div.flex > div.flex > div.w-fit > a.block |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Journal of Lesbian and Gay Studies cover with veiled figure reaching toward lig… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/a8b74883-bdcd-4a61-... | 160 x 240 (0.67) | 320 x 462 (0.69) |
Illustration of transgender rights protest with colorful crowd holding signs du… div.flex > div.embla__slide > a.flex > img.max-w-40 | /f7ca9afb-82c2-002a-a423-84e111d5b498/b6c9caad-483d-4e7d-... | 160 x 240 (0.67) | 320 x 457 (0.70) |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| dukeupress.edu/when-home-is-a-photograph | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.