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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.php-fig.org/img/home_banner_bg.jpg | 300.0 s | 132.6 KiB |
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| www.php-fig.org/img/discord_footer_icon.png | 300.0 s | 10.4 KiB |
| /css/all.css?BGPQK5YPXHQD2XFJ5JN6PAC7GFWLIGXGKRYT55TQNNNE... | 300.0 s | 5.4 KiB |
| www.php-fig.org/img/github_footer_icon.png | 300.0 s | 3.4 KiB |
| www.php-fig.org/img/platform-sh-logo.png | 300.0 s | 2.9 KiB |
| www.php-fig.org/img/mailing_list_footer_icon.png | 300.0 s | 2.6 KiB |
| www.php-fig.org/img/autoloading_icon.png | 300.0 s | 2.5 KiB |
| www.php-fig.org/img/logo_icon.png | 300.0 s | 2.3 KiB |
| www.php-fig.org/img/interfaces_icon.png | 300.0 s | 1.9 KiB |
| www.php-fig.org/img/coding_styles_icon.png | 300.0 s | 1.5 KiB |
| www.php-fig.org/img/mastodon_white_icon.svg | 300.0 s | 1.2 KiB |
| /css/hljs_default.css?BGPQK5YPXHQD2XFJ5JN6PAC7GFWLIGXGKRY... | 300.0 s | 647 B |
| www.php-fig.org/img/bluesky_white_icon.svg | 300.0 s | 545 B |
| www.php-fig.org/js/main.js | 300.0 s | 320 B |
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /css/hljs_default.css?BGPQK5YPXHQD2XFJ5JN6PAC7GFWLIGXGKRY... | 647 B | |
| /css/all.css?BGPQK5YPXHQD2XFJ5JN6PAC7GFWLIGXGKRYT55TQNNNE... | 5.4 KiB | |
| /css?family=Roboto:300,400,400i,700,700i|Oswald|Source+Co... | 2.6 KiB | 763 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| php-fig.org/ | 1.0 s |
| www.php-fig.org/ | 0.0 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.
Diagnostics
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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js | 32.7 KiB | 21.0 KiB |
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 | |
|---|---|
platform.sh logo div.center > span.site_footer__section > a > img.platformsh-logo | www.php-fig.org/img/platform-sh-logo.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 |
|---|
MENU header.site_header > div.center > nav.site_menu > label.site_menu__dropdown_button |
View recommendations (PSRs) div.center > div.home_banner__content > div.home_banner__links > a.home_banner__link |
Frequently asked questions div.center > div.home_banner__content > div.home_banner__links > a.home_banner__link |
AUTOLOADING li.home_features__item > div.center > div.home_features__content > h2.home_features__title |
PSR-4: Improved Autoloading div.home_features__content > ul.home_features__links > li > a.home_features__link |
INTERFACES li.home_features__item > div.center > div.home_features__content > h2.home_features__title |
PSR-3: Logger Interface div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-6: Caching Interface div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-11: Container Interface div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-13: Hypermedia Links div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-14: Event Dispatcher div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-16: Simple Cache div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-20: Clock div.home_features__content > ul.home_features__links > li > a.home_features__link |
/**
* Describes a logger instance
*/ div.home_features__code > pre > code.language-php > span.hljs-comment |
HTTP li.home_features__item > div.center > div.home_features__content > h2.home_features__title |
PSR-7: HTTP Message Interfaces div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-15: HTTP Handlers div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-17: HTTP Factories div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-18: HTTP Client div.home_features__content > ul.home_features__links > li > a.home_features__link |
/**
* Representation of an outgoing, client-side request.
*/ div.home_features__code > pre > code.language-php > span.hljs-comment |
CODING STYLES li.home_features__item > div.center > div.home_features__content > h2.home_features__title |
PER Coding Style div.home_features__content > ul.home_features__links > li > a.home_features__link |
PSR-1: Basic Coding Standard div.home_features__content > ul.home_features__links > li > a.home_features__link |
// method body div.home_features__code > pre > code.language-php > span.hljs-comment |
Follow us on Mastodon div.site_footer_links__content > ul.site_footer_links__list > li.site_footer_links__item > a.site_footer_links__link |
Follow us on Bluesky div.site_footer_links__content > ul.site_footer_links__list > li.site_footer_links__item > a.site_footer_links__link |
Discuss on Discord div.site_footer_links__content > ul.site_footer_links__list > li.site_footer_links__item > a.site_footer_links__link |
Contribute via GitHub div.site_footer_links__content > ul.site_footer_links__list > li.site_footer_links__item > a.site_footer_links__link |
Join our mailing list div.site_footer_links__content > ul.site_footer_links__list > li.site_footer_links__item > a.site_footer_links__link |
© 2026 PHP Framework Interop Group. body > footer.site_footer > div.center > span.site_footer__section |
Site design by Jonathan Reinink. body > footer.site_footer > div.center > span.site_footer__section |
Jonathan Reinink footer.site_footer > div.center > span.site_footer__section > a.site_footer__link |
Hosting sponsored by the PHP PaaS body > footer.site_footer > div.center > span.site_footer__section |
PHP PaaS footer.site_footer > div.center > span.site_footer__section > a.site_footer__link |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PHP PaaS footer.site_footer > div.center > span.site_footer__section > a.site_footer__link |
These are opportunities to improve the legibility of your content.
Best practices
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
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.