Lighthouse Mobile
· 0 checks — Mobile 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.
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.
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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 | |
|---|---|---|---|
div.home-how-video-outer-container > div.home-how-video-container > div.home-how-video-shot > div.home-how-video-play-btn div.home-how-video-outer-container > div.home-how-video-container > div.home-how-video-shot > div.home-how-video-play-btn | static.pubhtml5.com/web/images/home/home-video.png | 206.4 KiB | 111.5 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-14.jpg | 61.7 KiB | 55.9 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-15.jpg | 49.1 KiB | 43.2 KiB |
Flip book about Art & Photography li > a > div.home-cate-img-container > img | static.pubhtml5.com/web/images/home/c-3.jpg | 44.8 KiB | 36.1 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-9-1.jpg | 41.2 KiB | 35.3 KiB |
Flip book about Fashion & Style li > a > div.home-cate-img-container > img | static.pubhtml5.com/web/images/home/c-26.jpg | 38.5 KiB | 29.8 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-8-1.jpg | 33.5 KiB | 27.6 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-7-1.jpg | 29.5 KiB | 23.7 KiB |
Branding on html5 flipbooks has never been this easy. With PubHTML5 online publ… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | static.pubhtml5.com/web/images/home/2.png | 52.6 KiB | 23.3 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-10-1.jpg | 24.7 KiB | 19.2 KiB |
Flip book about Business & Finance li > a.explames-image > div.home-cate-img-container > img | static.pubhtml5.com/web/images/home/c-6.jpg | 25.8 KiB | 17.1 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-12-1.jpg | 21.2 KiB | 16.5 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-13.jpg | 20.3 KiB | 16.4 KiB |
Flip book about Sports & Recreation li > a > div.home-cate-img-container > img | static.pubhtml5.com/web/images/home/c-14.jpg | 23.8 KiB | 15.2 KiB |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new | static.pubhtml5.com/web/images/home/banner-new.png | 7.3 KiB | 6.4 KiB |
div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img | static.pubhtml5.com/web/images/home/btn2.png | 8.8 KiB | 4.9 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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| pubhtml5.com/ | 790 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pubhtml5.com/css/common.css?021f2bfb686ac3ea6bf2e2e19867c75a | 35.2 KiB | 8.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pubhtml5.com/js/lib/bootstrap.js | 13.1 KiB | 5.4 KiB |
| pubhtml5.com/bookcase/js/Bookcase.js?v-1 | 11.1 KiB | 3.9 KiB |
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 |
|---|---|---|
| pubhtml5.com/css/common.css?021f2bfb686ac3ea6bf2e2e19867c75a | 35.0 KiB | 33.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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-W8VX356 | 146.0 KiB | 106.5 KiB |
| pubhtml5.com/metrics/?id=AW-17851241108&cx=c>m=4e64k0 | 142.0 KiB | 86.1 KiB |
| pubhtml5.com/metrics/ | 151.3 KiB | 84.7 KiB |
| pubhtml5.com/metrics/ | 151.3 KiB | 82.6 KiB |
| pubhtml5.com/metrics/?id=G-L3MFCR9YTM&cx=c>m=4e64k0 | 177.7 KiB | 74.1 KiB |
| pubhtml5.com/js/build/build.min.js?2d6126059b3dc9c9c0d22d95c4e00487 | 73.7 KiB | 65.2 KiB |
| pubhtml5.com/metrics/?id=AW-17851241108&cx=c>m=4e64k0 | 142.0 KiB | 60.1 KiB |
| consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js | 66.1 KiB | 43.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.3 s | 11 ms | 0.0 ms |
| consent.cookiebot.com/uc.js | 1.2 s | 1.1 s | 26 ms |
| pubhtml5.com/ | 793 ms | 20 ms | 3.7 ms |
| pubhtml5.com/metrics/ | 656 ms | 354 ms | 273 ms |
| pubhtml5.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 615 ms | 577 ms | 15 ms |
| pubhtml5.com/metrics/?id=AW-17851241108&cx=c>m=4e64k0 | 529 ms | 314 ms | 212 ms |
| /b9ce1f75-4bbf-4d48-bc8c-edd93ea2562b/cc.js?renew=false&r... | 423 ms | 301 ms | 118 ms |
| pubhtml5.com/js/jquery-1.10.2.min.js?v-1 | 291 ms | 183 ms | 18 ms |
| pubhtml5.com/metrics/?id=G-L3MFCR9YTM&cx=c>m=4e64k0 | 270 ms | 192 ms | 75 ms |
| pubhtml5.com/bookcase/asff/ | 149 ms | 42 ms | 5.6 ms |
| pubhtml5.com/bookcase/js/Bookcase.js?v-1 | 134 ms | 103 ms | 7.3 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W8VX356 | 85 ms | 27 ms | 57 ms |
| static.pubhtml5.com/web/js/jquery-1.10.2.min.js | 77 ms | 47 ms | 19 ms |
| consent.cookiebot.com/Framework/IAB/consent-sdk-2.3.js | 76 ms | 35 ms | 40 ms |
| pubhtml5.com/js/build/build.min.js?2d6126059b3dc9c9c0d22d95c4e00487 | 67 ms | 6.5 ms | 61 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.3 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 974 ms |
| Style & Layout | 502 ms |
| Parse HTML & CSS | 203 ms |
| Garbage Collection | 139 ms |
| Rendering | 125 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
PubHTML5 online publishing software makes it simple to embed flip pdf content o… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | pubhtml5.com/features/img/link_audio_mp4_youtube.png |
Edit pdf flip book url to create a custom domain for your pdf ebooks. Perfect f… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | pubhtml5.com/features/img/feature4.png |
Branding on html5 flipbooks has never been this easy. With PubHTML5 online publ… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | static.pubhtml5.com/web/images/home/2.png |
PubHTML5 flipbook maker offers an all-in-one digital publishing solution that c… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | static.pubhtml5.com/web/images/home/1.png |
Sharing emagazine, digital lookbook, online handbook to social media, in emails… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | static.pubhtml5.com/web/images/home/8.png |
The online publishing software PubHTML5 lets users insert videos, panorama, ima… ul.home-fea-panel > li.home-fea-row > div.col-sm-6 > img | static.pubhtml5.com/web/images/home/3.png |
div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img | static.pubhtml5.com/web/images/home/btn2.png |
Create pitch deck, white paper online for sales div.home-cs-panel > div.carousel-inner > div.item > img | static.pubhtml5.com/web/images/home/client-4.png |
PUB HTML5 Logo div.cc-top-logo-container > a.cc-home-link > div.cc-flip-html5-logo-container > img.cc-flip-html5-logo | pubhtml5.com/images/pubhtml5_logo.png |
capterra div.home-banner-button-container > div > a > img | pubhtml5.com/img/capterra.png |
growd div.home-banner-button-container > div > a > img | pubhtml5.com/img/growd.png |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PubHTML5 Cloud li.col-sm-3 > div.home-how-step-inner > p.home-how-step-desc > a |
Learn More div.col-sm-6 > div > a > span.button-pure |
Learn More div.col-sm-6 > div > a > span.button-pure |
Learn More div.col-sm-6 > div > a > span.button-pure |
Learn More div.col-sm-6 > div > a > span.button-pure |
Learn More div.col-sm-6 > div > a > span.button-pure |
View More Features body > div.cc-main > div#features > a.home-view-more-link |
76,882,660 div.cc-main > div#testimonials > p.home-client-desc > a |
60000 div.cc-main > div#testimonials > p.home-client-desc > a |
“PubHTML5 has changed the way we publish online forever. Customer service is al… div.home-cs-panel > div.carousel-inner > div.item > p |
Matthew - Sales Rep div.home-cs-panel > div.carousel-inner > div.item > p |
You May Like body > div.cc-sub-link-container > div.home-max-width > p |
free flip book maker div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
pdf to flipbook div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
flipbook software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
page flip software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
pdf page turning software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
digital publishing software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
digital magazine software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
digital catalog software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
digital brochures Maker div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
html5 magazine maker div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
pdf to html5 converter div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
magazine publishing software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
ipad digital publishing software div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
free flipbook creator div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
free flipping book publisher div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
Home div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link1 > a |
About Us div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link1 > a |
Why Us div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link1 > a |
Blog div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link1 > a |
Contact Us div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link2 > a |
Help Center div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link2 > a |
FAQ div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link2 > a |
Privacy div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link3 > a |
Terms of Service div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link3 > a |
Cookie Policy div.foot-bottom-content > ul.cc-float-fix > li.foot-bottom-link3 > a |
Mango AI div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Talking Photo div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Video Face Swap div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
AI Avatars div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Talking Animals div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Talking Cartoon div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
AI Video Generator div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
AI Animation Generator div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
AI Video Enhancer div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Video Cartoonizer div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Singing Photos div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Whiteboard Animation Software div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Animation Maker div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Mango Animate Blog div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Flipbook Software div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
Flipbook Maker div.cc-bottom-link-container > div.foot-bottom-extra > div.foot-bottom-content > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.cc-main > div.home-section-container > iframe.home-bookcase-iframe body > div.cc-main > div.home-section-container > iframe.home-bookcase-iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-demo-slider > div.carousel-inner > div.item > ul.home-banner-demo-ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
free flipping book publisher div.cc-sub-link-container > div.home-max-width > div.cc-sub-link-wrapper > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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) | |
|---|---|---|---|
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-13.jpg | 91 x 129 (0.71) | 387 x 480 (0.81) |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-8-1.jpg | 91 x 129 (0.71) | 370 x 480 (0.77) |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-14.jpg | 91 x 129 (0.71) | 370 x 480 (0.77) |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-15.jpg | 91 x 129 (0.71) | 369 x 480 (0.77) |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum | pubhtml5.com/images/home/banner-demo-9-1.jpg | 91 x 129 (0.71) | 360 x 480 (0.75) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new | static.pubhtml5.com/web/images/home/banner-new.png | 75 x 75 | 75 x 75 | 113 x 113 |
PUB HTML5 Logo div.cc-top-logo-container > a.cc-home-link > div.cc-flip-html5-logo-container > img.cc-flip-html5-logo | pubhtml5.com/images/pubhtml5_logo.png | 148 x 28 | 148 x 28 | 222 x 42 |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-new |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum ul.home-banner-demo-ul > li.tall > div.home-banner-demo-img-container > img.home-banner-demo-thum |
div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img div.home-section-container > div.home-banner-button-container > div.home-banner-upload-button > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Important AnnouncementPubHTML5 Scheduled Server Maintenance on
… body > div.cc-top-banner > a |
Sign in div > ul.cc-top-menu > li.cc-before-log-in-menu > a.cc-log-in-link |
Browse ul > li.hide-top-bar-item > div.dropdown-toggle > a.nav-container |
To appear in search results, crawlers need access to your app.