Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 13.0 MB (6.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f6cbcefd-122e-4625-ad9e-317d349007b2)<a href="https://beavercheck.com/results/f6cbcefd-122e-4625-ad9e-317d349007b2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvatican.va" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fvatican.vaThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 22.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~28%.
Page takes 22.0s to load
+12% bounceUsers abandon at ~3s — you're 19.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $1.53/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.53 /mo
~$18 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,518 / year if left unfixed
$157,500
+3 more
$1.53 /mo
19173.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.79 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
29.73 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 | |
|---|---|---|---|
Leone XIV div#wrap > div.home > div.container > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 927.8 KiB | 908.5 KiB |
photogallery div.parbase > div.siv-image > a > img.cq-dd-image | /content/vatican/en/_jcr_content/gallery-img.img.png/1747... | 915.2 KiB | 850.8 KiB |
Stemma Leone XIV div#wrap > div.home > div.btn-magisterium > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 493.2 KiB | 491.8 KiB |
Benedict XVI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 440.5 KiB | 435.2 KiB |
the holy see div.col-md-4 > div.logo > a > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 54.2 KiB | 51.4 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.
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.
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 |
|---|---|
| vatican.va/ | 1.4 s |
| vatican.va/content/vatican/en.html | 6.5 s |
| www.vatican.va/content/vatican/en.html | 0.0 ms |
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.
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 |
|---|---|---|
| /etc/designs/siv-commons-foundation/library/bootstrap/boo... | 57.4 KiB | 54.6 KiB |
| /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 11.3 KiB | 10.1 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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 |
|---|---|---|---|
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 3.6 s | 1.7 s | 61 ms |
| /etc/clientlibs/granite/jquery.min.e0cc37eb1ac1cf9f859edd... | 2.5 s | 1.7 s | 25 ms |
| www.vatican.va/content/vatican/en.html | 1.6 s | 617 ms | 5.8 ms |
| Unattributable | 1.1 s | 115 ms | 0.0 ms |
| /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 598 ms | 46 ms | 2.6 ms |
| www.googletagmanager.com/gtag/js?id=G-CGNTFB4GZQ&cx=c>m=4e64h1 | 592 ms | 376 ms | 116 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P8S9M8D | 357 ms | 271 ms | 83 ms |
| /etc/designs/vatican/library/clientlibs.min.a048ef155d626... | 227 ms | 111 ms | 76 ms |
| /etc/designs/vatican/library/clientlibs.min.a048ef155d626... | 203 ms | 110 ms | 74 ms |
| /etc/designs/vaticanevents/library/clientlibs.min.462e7d1... | 126 ms | 53 ms | 50 ms |
| /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 71 ms | 28 ms | 16 ms |
| /etc/designs/generics2/library/clientlibs.min.3c4d948cc1a... | 69 ms | 29 ms | 21 ms |
| vatican.va/ | 53 ms | 21 ms | 24 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 | 5.2 s |
| Other | 2.9 s |
| Style & Layout | 2.0 s |
| Script Parsing & Compilation | 595 ms |
| Rendering | 260 ms |
| Garbage Collection | 174 ms |
| Parse HTML & CSS | 170 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 | |
|---|---|
Stemma Leone XIV div#wrap > div.home > div.btn-magisterium > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... |
Leone XIV div#wrap > div.home > div.container > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
CALENDAR nav.tabs > ul > li > a |
These are opportunities to improve the legibility of your content.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.utility > div#va-search > div#searchform > input#go section.utility > div#va-search > div#searchform > input#go |
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 |
|---|
div.video > div#update-video > div#video-container > iframe div.video > div#update-video > div#video-container > 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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ENGLISH
FRANÇAIS
ENGLISH
ITALIANO
PORTUGUÊS
ESPAÑOL
DEUTSCH
POLSKI
العربيّة
中文
L… div.d-flex > div.col-5 > section.utility > div#language |
Filter by Century
Filter by Century
XXI Century
XX Century
XIX Century
XVIII Ce… section.sommipontefici > nav > div > div#century |
These are opportunities to improve keyboard navigation in your application.
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) | |
|---|---|---|---|
Leo XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Francis div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XVI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John Paul II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John Paul I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XVI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callixtus III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callixtus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gelasius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paschal II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Damasus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XVIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XVII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agapetus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marinus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lando div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Theodore II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Romanus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Formosus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marinus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Valentine div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paschal I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zachary div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Constantine div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sisinnius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Conon div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agatho div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Donus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adeodatus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Vitalian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Theodore I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Severinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Deusdedit or Adeodatus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sabinian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pelagius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pelagius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Vigilius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Silverius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agapetus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hormisdas div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Symmachus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gelasius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Simplicius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hilarius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zosimus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Siricius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Damasus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Liberius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Mark div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Miltiades or Melchiades div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eusebius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Caius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eutichianus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Dionysius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Cornelius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Fabian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anterus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pontianus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callistus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zephyrinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eleutherius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Soterus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anicetus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hyginus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Telesphorus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Evaristus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anacletus or Cletus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Linus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Peter div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc/clientlibs/granite/jquery.min.e0cc37eb1ac1cf9f859edd... line 2228, col 9 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://www.vatican.va/etc/designs/vatican/library/clientlibs/themes/vatican-v2/fonts/Inter/Inter-VariableFont_opsz,wght.woff2' from origin 'https://vatican.va' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
115 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.066
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.38 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.31 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 | |
|---|---|---|---|
Leone XIV div#wrap > div.home > div.container > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 927.8 KiB | 874.5 KiB |
photogallery div.parbase > div.siv-image > a > img.cq-dd-image | /content/vatican/en/_jcr_content/gallery-img.img.png/1747... | 915.2 KiB | 857.3 KiB |
Stemma Leone XIV div#wrap > div.home > div.btn-magisterium > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 493.2 KiB | 492.8 KiB |
Paul VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 440.5 KiB | 438.7 KiB |
s-pietro-v3 div.cover-img > div.calendar-img > div.siv-image > img.cq-dd-image | /content/vatican/en/_jcr_content/calendar-img.img.jpg/174... | 214.2 KiB | 155.9 KiB |
the holy see div.col-md-4 > div.logo > a > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... | 54.2 KiB | 50.3 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.
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 |
|---|---|
| vatican.va/ | 828 ms |
| vatican.va/content/vatican/en.html | 1.4 s |
| www.vatican.va/content/vatican/en.html | 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.
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 |
|---|---|---|
| /etc/designs/siv-commons-foundation/library/bootstrap/boo... | 57.4 KiB | 54.2 KiB |
| /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 11.3 KiB | 10.2 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /etc/designs/vaticanevents/library/clientlibs.min.462e7d1... | 105.6 KiB | 90.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P8S9M8D | 117.4 KiB | 64.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P8S9M8D | 117.4 KiB | 64.0 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 43.1 KiB | 41.9 KiB |
| /etc/designs/generics2/library/clientlibs.min.3c4d948cc1a... | 40.1 KiB | 37.0 KiB |
| /etc/designs/generics2/library/clientlibs.min.3c4d948cc1a... | 40.1 KiB | 34.8 KiB |
| vatican.va/etc/clientlibs/granite/jquery.min.e0cc37eb1ac1cf9f859edde97cb8dc9f.js | 36.1 KiB | 26.2 KiB |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 43.1 KiB | 26.0 KiB |
| /etc/designs/vatican/library/clientlibs.min.a048ef155d626... | 128.5 KiB | 25.8 KiB |
| /etc/designs/vatican/library/clientlibs.min.a048ef155d626... | 128.5 KiB | 25.6 KiB |
| /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 38.1 KiB | 25.2 KiB |
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 | |
|---|---|
Stemma Leone XIV div#wrap > div.home > div.btn-magisterium > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... |
s-pietro-v3 div.cover-img > div.calendar-img > div.siv-image > img.cq-dd-image | /content/vatican/en/_jcr_content/calendar-img.img.jpg/174... |
Leone XIV div#wrap > div.home > div.container > img | /etc/designs/vatican/library/clientlibs/themes/vatican-v2... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
CALENDAR nav.tabs > ul > li > a |
These are opportunities to improve the legibility of your content.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.utility > div#va-search > div#searchform > input#go section.utility > div#va-search > div#searchform > input#go |
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 |
|---|
div.video > div#update-video > div#video-container > iframe div.video > div#update-video > div#video-container > 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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ENGLISH
FRANÇAIS
ENGLISH
ITALIANO
PORTUGUÊS
ESPAÑOL
DEUTSCH
POLSKI
العربيّة
中文
L… div.d-flex > div.col-5 > section.utility > div#language |
Filter by Century
Filter by Century
XXI Century
XX Century
XIX Century
XVIII Ce… section.sommipontefici > nav > div > div#century |
These are opportunities to improve keyboard navigation in your application.
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) | |
|---|---|---|---|
Leo XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Francis div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XVI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John Paul II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John Paul I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XVI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callixtus III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XXI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callixtus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gelasius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paschal II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Damasus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XVIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XVII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agapetus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marinus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John XI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John X div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lando div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John IX div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Theodore II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Romanus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Formosus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marinus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VIII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Nicholas I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Valentine div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paschal I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adrian I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Paul I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zachary div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Constantine div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sisinnius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VII div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John VI div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sergius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Conon div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agatho div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Donus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Adeodatus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Vitalian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eugene I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Martin I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Theodore I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Severinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Honorius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface V div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Deusdedit or Adeodatus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sabinian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gregory I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pelagius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Benedict I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pelagius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Vigilius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Silverius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Agapetus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix IV div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
John I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hormisdas div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Symmachus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Gelasius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Simplicius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hilarius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Leo I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus III div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Celestine I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Boniface I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zosimus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Innocent I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anastasius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Siricius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Damasus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Liberius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Julius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Mark div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sylvester I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Miltiades or Melchiades div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eusebius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Marcellinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Caius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eutichianus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Felix I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Dionysius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus II div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Stephen I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Lucius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Cornelius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Fabian div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anterus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pontianus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Urban I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Callistus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Zephyrinus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Victor I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Eleutherius div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Soterus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anicetus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Pius I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Hyginus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Telesphorus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Sixtus I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Alexander I div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Evaristus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Clement div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Anacletus or Cletus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Linus div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
Peter div#mCSB_1_container > article.pope-item > a > img.lazy | /etc/designs/vatican/library/clientlibs/themes/homepage_p... | 106 x 101 (1.05) | 1024 x 1024 (1.00) |
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 |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | /etc/clientlibs/granite/jquery.min.e0cc37eb1ac1cf9f859edd... line 2228, col 9 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to font at 'https://www.vatican.va/etc/designs/vatican/library/clientlibs/themes/vatican-v2/fonts/Inter/Inter-VariableFont_opsz,wght.woff2' from origin 'https://vatican.va' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
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.
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.
Send Feedback