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.
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.
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 | |
|---|---|---|---|
Jozef Síkela, European Commissioner for International Partnerships, signs a fin… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/P-069429_00-17_01-ORIGINAL-527156.jpg | 23.5 MiB | 23.5 MiB |
Jozef Síkela (left), EU commissioner for international partnerships, meets with… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/P-069429_00-11_01-ORIGINAL-689367.jpg | 16.5 MiB | 16.5 MiB |
Hungary has carried out some 350,000 illegal pushbacks with Serbia over the yea… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2016/07/cdaf8a99c23302baf26d03bc859a0e9d.jpg | 570.8 KiB | 554.7 KiB |
Michael Meyer-Resende article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/03/Screenshot-2026-03-03-at-13.23.19.png | 539.7 KiB | 527.9 KiB |
Tunisia article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/brahim-guedich-aLKef4vISks-unsplash-2400x1600.jpg | 530.6 KiB | 520.4 KiB |
A photograph called 'Spaceship Earth', taken by astronauts during the Artemis I… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/art002e008487orig.jpg | 494.4 KiB | 480.6 KiB |
Italian foreign affairs minister Antonio Tajani at the EU Council in Brussels article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/a063befb-2ccd-479c-92db-c97b36c07632-2400x1600.jpg | 423.9 KiB | 407.2 KiB |
Hungary's EU ambassador, Bálint Ódor, at the EU Council in Brussels article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/7ec4c575-d459-4cde-b81e-18303373d5f3-2400x1600.jpg | 316.3 KiB | 285.2 KiB |
Beskrestnov in hospital after the attack. Source: FB/Serhij Beskrestnov article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/HGVgmcNXAAABZikjpeg-1.jpg | 172.6 KiB | 164.2 KiB |
Briefed is a new daily podcast covering stories around Europe (Photo: Europod) article.eo-tile > figure.eo-tile-image > a > img.attachment-large | /2026/01/547a3b36-8725-49ba-9238-f56594150bac-91544a35-c9... | 154.1 KiB | 148.2 KiB |
MEPs will "make sure that the revision strikes the right balance between the fr… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2017/10/40977849d06245420d508f96d24807d1.jpg | 150.7 KiB | 140.7 KiB |
The president of the Committee of the Regions, Apostolos Tzitzikostas, warned t… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2020/07/1965bbe16fd565e6f7d8cf25a3165266-1536x1024.jpg | 139.7 KiB | 134.3 KiB |
MiG-29 of the Ukrainian air force. Source: Telegram, Slnečnica article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2026/04/5404864026308711826120.jpg | 89.7 KiB | 78.8 KiB |
The commission is the world's second largest development aid donor (Photo: Nota… article.eo-tile > figure.eo-tile-image > a > img.attachment-large | static.euobserver.com/2007/06/91ac94917f53bbaab013fcfe715843f7.jpg | 59.9 KiB | 50.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| /wp-content/themes/eo-theme/build/theme-style.35651777bd2... | 8.2 KiB | |
| /wp-content/plugins/eo-crm//build/crm-style.045aa5672d210... | 4.1 KiB | |
| fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap | 896 B | 270 ms |
| use.typekit.net/sdk5rbj.css | 1.0 KiB | 208 ms |
| /p.css?s=1&k=sdk5rbj&ht=tk&f=13464.13465.13466.13467.1347... | 172 B | 207 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 106.9 KiB |
| beam.euobserver.com/assets/lib/js/remplib.js?v202506091445 | 136.9 KiB | 67.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-P4LQ59PQ47 | 174.7 KiB | 65.8 KiB |
| fundingchoicesmessages.google.com/i/10537508?ers=3 | 68.5 KiB | 36.4 KiB |
| /assets/lib/js/banner.js?id=5930b87560cc6450ecb445e7ad9ef1af | 71.9 KiB | 35.0 KiB |
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 |
|---|---|
| Other | 1.4 s |
| Script Evaluation | 547 ms |
| Style & Layout | 123 ms |
| Script Parsing & Compilation | 76 ms |
| Rendering | 60 ms |
| Garbage Collection | 23 ms |
| Parse HTML & CSS | 19 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.
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 |
|---|
by Andrew Rettman article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Andrew Rettman header.eo-tile-header > div.eo-tile-meta > cite > a |
Hungary header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Russia header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Slovakia header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Ukraine header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Roman Pataj article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Roman Pataj header.eo-tile-header > div.eo-tile-meta > cite > a |
Ukraine header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Ukraine Battlefield update header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Benjamin Fox article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Benjamin Fox header.eo-tile-header > div.eo-tile-meta > cite > a |
Africa header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Health header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Tomáš Grečko article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Tomáš Grečko header.eo-tile-header > div.eo-tile-meta > cite > a |
Climate header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Environment header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Society header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Nikolaj Nielsen and Ben Fox article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Nikolaj Nielsen header.eo-tile-header > div.eo-tile-meta > cite > a |
Ben Fox header.eo-tile-header > div.eo-tile-meta > cite > a |
Africa header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
EU and the World header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Libya header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Migration header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Tunisia header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by IndustriAll Europe article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
IndustriAll Europe header.eo-tile-header > div.eo-tile-meta > cite > a |
by Léa Marchal article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Léa Marchal header.eo-tile-header > div.eo-tile-meta > cite > a |
EU Politics header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Society header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Transport header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Maria Nyman article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Maria Nyman header.eo-tile-header > div.eo-tile-meta > cite > a |
Africa header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
EU and the World header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
UN header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Nikolaj Nielsen article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Nikolaj Nielsen header.eo-tile-header > div.eo-tile-meta > cite > a |
EUobserver voice header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Hungary header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Migration header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Rule of Law header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Wester van Gaal article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Wester van Gaal header.eo-tile-header > div.eo-tile-meta > cite > a |
Energy header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Green Economy header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Benjamin Fox article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Benjamin Fox header.eo-tile-header > div.eo-tile-meta > cite > a |
Africa header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Ethiopia header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Tomáš Vasilko article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Tomáš Vasilko header.eo-tile-header > div.eo-tile-meta > cite > a |
Ukraine header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Ukraine Battlefield update header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Andrew Rettman article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Andrew Rettman header.eo-tile-header > div.eo-tile-meta > cite > a |
Gaza header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Israel header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Lebanon header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Michael Meyer-Resende article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Michael Meyer-Resende header.eo-tile-header > div.eo-tile-meta > cite > a |
EU Elections header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
EU Politics header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Hungary header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Rule of Law header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Nikolaj Nielsen article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Nikolaj Nielsen header.eo-tile-header > div.eo-tile-meta > cite > a |
Hungary header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
LGBTQI header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Rule of Law header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Society header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Léa Marchal article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Léa Marchal header.eo-tile-header > div.eo-tile-meta > cite > a |
Big Tech header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Digital header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Rule of Law header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Soňa Weissová and Denisa Ballová article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Soňa Weissová header.eo-tile-header > div.eo-tile-meta > cite > a |
Denisa Ballová header.eo-tile-header > div.eo-tile-meta > cite > a |
Canada header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
EU and the World header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Xavier Abu Eid article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Xavier Abu Eid header.eo-tile-header > div.eo-tile-meta > cite > a |
EU and the World header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Gaza header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Israel header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Lebanon header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Benjamin Fox article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Benjamin Fox header.eo-tile-header > div.eo-tile-meta > cite > a |
Africa header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
EUobserver voice header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Green Economy header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
by Nikolaj Nielsen article.eo-tile > header.eo-tile-header > div.eo-tile-meta > cite |
Nikolaj Nielsen header.eo-tile-header > div.eo-tile-meta > cite > a |
Israel header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Migration header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Rule of Law header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Russia header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Ukraine header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
US header.eo-tile-header > ul.eo-tags > li > a.eo-tag |
Cookie settings body.home > div.wp-site-blocks > footer.eo-footer > a.eo-footer-cookies |
These are opportunities to improve the legibility of your content.
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.
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 |
|---|
Cookie settings body.home > div.wp-site-blocks > footer.eo-footer > a.eo-footer-cookies |
To appear in search results, crawlers need access to your app.