Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 15.4s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
HSTS 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 9.2 MB (4.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/c44bae66-599d-4e8e-8d12-1e08ee88cf85)<a href="https://beavercheck.com/results/c44bae66-599d-4e8e-8d12-1e08ee88cf85"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fusp.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fusp.brThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 15.4s 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.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 15.4s to load
+12% bounceUsers abandon at ~3s — you're 12.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 263ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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.
BRL 900 investment → BRL 5.72/month returns + BRL 50,000,000 risk avoided
BRL 900
5h · 5 findings
BRL 5.72 /mo
~BRL 69 / year
BRL 50,000,000
if kept compliant
BRL 270 — 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.
5.0 developer hours at R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,672 / month at risk
~BRL 50,000,069 / year if left unfixed
BRL 50,000,000
+1 more
BRL 5.72 /mo
13934.0 MB/mo × 0.410 BRL/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.
8.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
263 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.104
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.14 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.61 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Série em vídeo explica como estudantes da USP em Piracicaba desenvolvem ações j… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | jornal.usp.br/wp-content/uploads/2025/12/20251207_00_grupo_geca_esalq_usp.jpg | 339.5 KiB | 305.2 KiB |
Órteses desenvolvidas por alunos da USP ajudam crianças de baixa renda em Lorena div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/01/20260108_00_alunos_orteses_3d... | 211.4 KiB | 177.1 KiB |
Pesquisa confirma tamanho da maior boca de caverna do Brasil e investiga ondas … div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | jornal.usp.br/wp-content/uploads/2026/02/20260202_campo-1024x538.jpg | 188.4 KiB | 154.0 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-full div.elementor-element > div.elementor-widget-container > a > img.attachment-full | www5.usp.br/wp-content/uploads/2022/11/20221130_inclusao_usp2.jpg?x34176 | 162.6 KiB | 144.2 KiB |
USP celebra 92 anos de contribuições ao desenvolvimento de São Paulo e do Brasil div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2025/12/20251201_00_praca_relogio_cam... | 141.4 KiB | 107.1 KiB |
No “Por Dentro da USP”, vice-reitora fala sobre projetos para modernização dos … div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/20260415_por-dentro-da-usp-4-... | 86.3 KiB | 62.8 KiB |
Pesquisas de ponta em transição energética ganham novos laboratórios e simulado… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/20260415_destaque_Inauguracao... | 84.6 KiB | 60.8 KiB |
“Manual do Calouro” apresenta a USP aos novos ingressantes
Material traz inform… article#post-171456 > div.entry-content > div.elementor > section.elementor-section | www5.usp.br/wp-content/uploads/2025/02/praca-do-relogio-768x1134.jpg | 201.2 KiB | 59.5 KiB |
Protocolos garantem alimentação segura e de qualidade nos restaurantes universi… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/RU-Quimicas-FT-Danny-Abensur-... | 79.5 KiB | 55.9 KiB |
USP investirá R$ 60 milhões na aquisição de quatro radares meteorológicos div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/Homenagem-Defesa-Civil_Pablo-... | 78.6 KiB | 54.5 KiB |
Biogel desenvolvido em parceria com a USP promove cicatrização de feridas grave… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2025/12/20251201_00_biogel_insitu_rib... | 87.2 KiB | 53.8 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/extensao_800px-722x480.jpg | 83.7 KiB | 45.0 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/pesquisa_800px-722x480.jpg | 57.8 KiB | 19.0 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/ensino_800px-722x480.jpg | 40.1 KiB | 12.5 KiB |
USP, as the major institution of higher learning and research in Brazil, is res… article#post-171456 > div.entry-content > div.elementor > section#english | www5.usp.br/wp-content/uploads/2019/01/university-sao-paulo.jpg | 48.8 KiB | 9.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/pt_BR/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| cdn.pertoplugin.link/plugin/version/1.3.4/js/main.js.gz | 3600.0 s | 67.7 KiB |
| cdnfiles.pertoplugin.link/assets/fonts/latin.woff2 | 3600.0 s | 47.8 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| connect.facebook.net/pt_BR/sdk.js | 1200.0 s | 5.1 KiB |
| cdn.pertoplugin.link/plugin/perto.js.gz | 3600.0 s | 3.0 KiB |
| cdn.pertoplugin.link/plugin/version/1.3.4/css/main.css.gz | 3600.0 s | 2.8 KiB |
| cdnfiles.pertoplugin.link/common/plugin_default_icons/icon2.svg | 3600.0 s | 2.0 KiB |
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 |
|---|---|
| usp.br/ | 1.4 s |
| www5.usp.br/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
“Manual do Calouro” apresenta a USP aos novos ingressantes
Material traz inform… article#post-171456 > div.entry-content > div.elementor > section.elementor-section | 0.104 |
div#mega-menu-wrap-menu-0 > div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 div#mega-menu-wrap-menu-0 > div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 | 0.000 |
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 |
|---|---|---|
| /wp-content/uploads/elementor/css/custom-pro-frontend.min... | 67.8 KiB | 67.8 KiB |
| www5.usp.br/wp-includes/css/dashicons.min.css?x34176&ver=6.2 | 45.7 KiB | 45.3 KiB |
| /wp-content/uploads/elementor/css/custom-frontend.min.css... | 30.4 KiB | 29.2 KiB |
| www5.usp.br/wp-content/plugins/jetpack/css/jetpack.css?x34176&ver=12.4 | 26.8 KiB | 26.6 KiB |
| /wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dfl... | 18.4 KiB | 18.4 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 17.6 KiB | 17.4 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 17.3 KiB | 17.2 KiB |
| www5.usp.br/wp-content/themes/siteorigin-corp/style.min.css?x34176&ver=1.6.3 | 17.1 KiB | 15.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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 156.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-3674368-4&cx=c>m=4e64h1 | 125.0 KiB | 92.2 KiB |
| /wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dfli... | 91.5 KiB | 76.2 KiB |
| www.googletagmanager.com/gtag/js?id=UA-3674368-4 | 125.0 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=GT-WF6J7NL | 146.2 KiB | 61.3 KiB |
| /wp-content/plugins/sassy-social-share/public/js/sassy-so... | 61.7 KiB | 58.3 KiB |
| connect.facebook.net/pt_BR/bundle/sdk.js/ | 77.7 KiB | 51.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www5.usp.br/ | 1.5 s | 18 ms | 6.3 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1.0 s | 920 ms | 70 ms |
| Unattributable | 663 ms | 6.6 ms | 0.0 ms |
| www5.usp.br/wp-includes/js/jquery/jquery.min.js?x34176&ver=3.6.3 | 572 ms | 482 ms | 8.7 ms |
| www.googletagmanager.com/gtag/js?id=GT-WF6J7NL | 240 ms | 187 ms | 41 ms |
| cdn.pertoplugin.link/plugin/version/1.3.4/js/main.js.gz | 200 ms | 40 ms | 20 ms |
| connect.facebook.net/pt_BR/bundle/sdk.js/ | 130 ms | 109 ms | 19 ms |
| www.googletagmanager.com/gtag/js?id=UA-3674368-4 | 106 ms | 78 ms | 28 ms |
| /wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dfli... | 78 ms | 51 ms | 26 ms |
| www.google-analytics.com/analytics.js | 63 ms | 39 ms | 4.9 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 | 2.2 s |
| Other | 1.1 s |
| Style & Layout | 911 ms |
| Rendering | 376 ms |
| Script Parsing & Compilation | 297 ms |
| Parse HTML & CSS | 143 ms |
| Garbage Collection | 73 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www5.usp.br/wp-content/themes/siteorigin-corp/style.min.css?x34176&ver=1.6.3 | 17.7 KiB | 2.0 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www5.usp.br/wp-content/plugins/megamenu/js/maxmegamenu.js?x34176&ver=3.4.1 | 9.1 KiB | 3.5 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.
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.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 > span.mega-toggle-label div.mega-menu-toggle > div.mega-toggle-blocks-right > div#mega-toggle-block-1 > span.mega-toggle-label |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Missão div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Visão div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Valores div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Objetivos Estratégicos da USP div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
GESTÃO E div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
GOVERNANÇA div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
JORNAL DA USP div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
ENSINO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Estude na USP ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Graduação ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Informações sobre o ingresso na graduação 2026 ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Pós-graduação ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Cursos on-line ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
PESQUISA div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Pesquisadores ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Produção intelectual ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Inovação tecnológica ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Bibliotecas ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
CULTURA E EXTENSÃO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Artes e esportes ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Hospitais ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Centros e museus ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Atividades de extensão ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
USP Municípios ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
INCLUSÃO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Diversidade ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Vida no campus ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Direitos Humanos ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Saúde Mental ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Vida profissional ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Protocolos garantem alimentação segura e de qualidade nos restaurantes universi… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
No “Por Dentro da USP”, vice-reitora fala sobre projetos para modernização dos … li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Pesquisas de ponta em transição energética ganham novos laboratórios e simulado… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
USP investirá R$ 60 milhões na aquisição de quatro radares meteorológicos li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
USP em números div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Fonte: Anuário Estatístico USP 2025 (fonte de dados 2024). div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Visitantes dos Museus da USP div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Bibliotecas div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Alunos matriculados
(graduação e pós-graduação) div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Prêmios e outras distinções recebidas por docentes e servidores div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Trabalhos indexados no Web of Science div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Docentes div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Técnicos-administrativos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Unidades e outros órgãos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Campus div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
São Paulo div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Bauru div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Lorena div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Piracicaba div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Pirassununga div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Ribeirão Preto div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
São Carlos div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GESTÃO E div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title |
R. da Reitoria, 374 – Cidade Universitária, Butantã, São Paulo – SP, 05508-220 div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h6 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GESTÃO E div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
GOVERNANÇA div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
Estude na USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Graduação div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Pós-graduação div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Cursos on-line div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Pesquisadores div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Produção intelectual div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Inovação tecnológica div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Bibliotecas div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Artes e esportes div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Hospitais div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Centros e museus div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Atividades de extensão div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
USP Municípios div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Diversidade div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Vida no campus div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Direitos Humanos div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Saúde Mental div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Vida profissional div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Courses offered div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
How to study at USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Online courses div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Other courses div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Visiting professor div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Research at USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Technological Innovation div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Libraries and online collections div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Culture and services div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Health assistance div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Housing div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Institutes, colleges and schools div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
International Cooperation div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Statistical Yearbook div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Comunicação div.menu-menu-principal-container > ul#primary-menu > li#menu-item-109102 > a |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
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.
3.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.153
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.62 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.
5.88 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
“Manual do Calouro” apresenta a USP aos novos ingressantes
Material traz inform… article#post-171456 > div.entry-content > div.elementor > section.elementor-section | www5.usp.br/wp-content/uploads/2024/09/Praca-Relogio.jpg | 606.8 KiB | 423.6 KiB |
Série em vídeo explica como estudantes da USP em Piracicaba desenvolvem ações j… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | jornal.usp.br/wp-content/uploads/2025/12/20251207_00_grupo_geca_esalq_usp.jpg | 339.5 KiB | 336.1 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2020/09/20190605_00_pesquisa_laboratorio1.jpg | 271.4 KiB | 260.8 KiB |
Órteses desenvolvidas por alunos da USP ajudam crianças de baixa renda em Lorena div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/01/20260108_00_alunos_orteses_3d... | 211.4 KiB | 207.9 KiB |
Pesquisa confirma tamanho da maior boca de caverna do Brasil e investiga ondas … div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | jornal.usp.br/wp-content/uploads/2026/02/20260202_campo-1024x538.jpg | 188.4 KiB | 184.9 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-full div.elementor-element > div.elementor-widget-container > a > img.attachment-full | www5.usp.br/wp-content/uploads/2022/11/20221130_inclusao_usp2.jpg?x34176 | 162.6 KiB | 156.1 KiB |
USP celebra 92 anos de contribuições ao desenvolvimento de São Paulo e do Brasil div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2025/12/20251201_00_praca_relogio_cam... | 141.4 KiB | 137.9 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2020/08/20200728_transplante-figado.jpg | 111.8 KiB | 101.2 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2020/08/31-20200722-dna_genes-873x480.jpg | 95.0 KiB | 83.9 KiB |
Biogel desenvolvido em parceria com a USP promove cicatrização de feridas grave… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2025/12/20251201_00_biogel_insitu_rib... | 87.2 KiB | 83.8 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/extensao_800px-722x480.jpg | 83.7 KiB | 77.2 KiB |
No “Por Dentro da USP”, vice-reitora fala sobre projetos para modernização dos … div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/20260415_por-dentro-da-usp-4-... | 86.3 KiB | 76.3 KiB |
Pesquisas de ponta em transição energética ganham novos laboratórios e simulado… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/20260415_destaque_Inauguracao... | 84.6 KiB | 74.6 KiB |
Protocolos garantem alimentação segura e de qualidade nos restaurantes universi… div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/RU-Quimicas-FT-Danny-Abensur-... | 79.5 KiB | 69.5 KiB |
USP investirá R$ 60 milhões na aquisição de quatro radares meteorológicos div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_image > img.portrait | /wp-content/uploads/2026/04/Homenagem-Defesa-Civil_Pablo-... | 78.6 KiB | 68.6 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/pesquisa_800px-722x480.jpg | 57.8 KiB | 51.3 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/ensino_800px-722x480.jpg | 40.1 KiB | 35.5 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2024/09/visao-usp.png | 27.6 KiB | 25.7 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-full div.elementor-element > div.elementor-widget-container > a > img.attachment-full | www5.usp.br/wp-content/uploads/2024/09/missao_usp.png | 23.3 KiB | 21.4 KiB |
div.elementor-element > div.elementor-widget-container > a > img.attachment-large div.elementor-element > div.elementor-widget-container > a > img.attachment-large | www5.usp.br/wp-content/uploads/2024/09/valores-usp.png | 19.7 KiB | 18.2 KiB |
USP, as the major institution of higher learning and research in Brazil, is res… article#post-171456 > div.entry-content > div.elementor > section#english | www5.usp.br/wp-content/uploads/2019/01/university-sao-paulo.jpg | 48.8 KiB | 9.1 KiB |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-large div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > img.attachment-large | www5.usp.br/wp-content/uploads/2019/08/mapa_campi_usp_390px.png?x34176 | 21.3 KiB | 8.1 KiB |
| www5.usp.br/wp-content/plugins/wp-rss-retriever/inc/imgs/ajax-loader.gif?x34176 | 8.6 KiB | 6.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/pt_BR/bundle/sdk.js/ | 1200.0 s | 77.8 KiB |
| cdn.pertoplugin.link/plugin/version/1.3.4/js/main.js.gz | 3600.0 s | 67.7 KiB |
| cdnfiles.pertoplugin.link/assets/fonts/latin.woff2 | 3600.0 s | 47.8 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| connect.facebook.net/pt_BR/sdk.js | 1200.0 s | 5.1 KiB |
| cdn.pertoplugin.link/plugin/perto.js.gz | 3600.0 s | 3.0 KiB |
| cdn.pertoplugin.link/plugin/version/1.3.4/css/main.css.gz | 3600.0 s | 2.8 KiB |
| cdnfiles.pertoplugin.link/common/plugin_default_icons/icon2.svg | 3600.0 s | 2.0 KiB |
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 |
|---|---|
| usp.br/ | 801 ms |
| www5.usp.br/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
“Manual do Calouro” apresenta a USP aos novos ingressantes
Material traz inform… article#post-171456 > div.entry-content > div.elementor > section.elementor-section | 0.153 |
ENSINO
PESQUISA E INOVAÇÃO
CULTURA E EXTENSÃO
COMUNICAÇÃO header#masthead > div.corp-container > div.site-header-inner > nav#site-navigation | 0.017 |
ENSINO
PESQUISA E INOVAÇÃO
CULTURA E EXTENSÃO
COMUNICAÇÃO header#masthead > div.corp-container > div.site-header-inner > nav#site-navigation | 0.004 |
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 |
|---|---|---|
| /wp-content/uploads/elementor/css/custom-pro-frontend.min... | 67.8 KiB | 67.8 KiB |
| www5.usp.br/wp-includes/css/dashicons.min.css?x34176&ver=6.2 | 45.7 KiB | 45.0 KiB |
| /wp-content/uploads/elementor/css/custom-frontend.min.css... | 30.4 KiB | 29.1 KiB |
| www5.usp.br/wp-content/plugins/jetpack/css/jetpack.css?x34176&ver=12.4 | 26.8 KiB | 26.6 KiB |
| /wp-content/plugins/3d-flipbook-dflip-lite/assets/css/dfl... | 18.4 KiB | 18.4 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 17.6 KiB | 17.4 KiB |
| /wp-content/plugins/elementor/assets/lib/font-awesome/css... | 17.3 KiB | 17.2 KiB |
| www5.usp.br/wp-content/themes/siteorigin-corp/style.min.css?x34176&ver=1.6.3 | 17.1 KiB | 14.9 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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 156.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-3674368-4&cx=c>m=4e64h1 | 125.0 KiB | 92.2 KiB |
| /wp-content/plugins/3d-flipbook-dflip-lite/assets/js/dfli... | 91.5 KiB | 76.2 KiB |
| www.googletagmanager.com/gtag/js?id=UA-3674368-4 | 125.0 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=GT-WF6J7NL | 146.2 KiB | 61.3 KiB |
| /wp-content/plugins/sassy-social-share/public/js/sassy-so... | 61.7 KiB | 58.3 KiB |
| connect.facebook.net/pt_BR/bundle/sdk.js/ | 77.7 KiB | 51.6 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www5.usp.br/wp-content/themes/siteorigin-corp/style.min.css?x34176&ver=1.6.3 | 17.7 KiB | 2.0 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www5.usp.br/wp-content/plugins/megamenu/js/maxmegamenu.js?x34176&ver=3.4.1 | 9.1 KiB | 3.5 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.
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 |
|---|
Fale com a USP div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111403 > a.dashicons-format-chat |
Webmail div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111406 > a.dashicons-email-alt |
Carta de serviços div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111404 > a.dashicons-media-document |
Transparência div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111901 > a.dashicons-visibility |
LGPD div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-220737 > a.dashicons-lock |
Sistemas div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111407 > a.dashicons-admin-generic |
Escolas, Faculdades e Institutos div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-113649 > a.dashicons-admin-multisite |
Institucional div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111451 > a.dashicons-welcome-learn-more |
Reitoria div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111418 > a.dashicons-networking |
Missão div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Visão div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Valores div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Objetivos Estratégicos da USP div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
GESTÃO E div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
GOVERNANÇA div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
JORNAL DA USP div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
ENSINO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Estude na USP ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Graduação ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Informações sobre o ingresso na graduação 2026 ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Pós-graduação ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Cursos on-line ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
PESQUISA div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Pesquisadores ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Produção intelectual ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Inovação tecnológica ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Bibliotecas ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
CULTURA E EXTENSÃO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Artes e esportes ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Hospitais ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Centros e museus ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Atividades de extensão ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
USP Municípios ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
INCLUSÃO div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title > a |
Diversidade ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Vida no campus ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Direitos Humanos ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Saúde Mental ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Vida profissional ul.elementor-icon-list-items > li.elementor-icon-list-item > a > span.elementor-icon-list-text |
Protocolos garantem alimentação segura e de qualidade nos restaurantes universi… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
No “Por Dentro da USP”, vice-reitora fala sobre projetos para modernização dos … li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Pesquisas de ponta em transição energética ganham novos laboratórios e simulado… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
USP investirá R$ 60 milhões na aquisição de quatro radares meteorológicos li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Pesquisa confirma tamanho da maior boca de caverna do Brasil e investiga ondas … li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
USP celebra 92 anos de contribuições ao desenvolvimento de São Paulo e do Brasil li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Órteses desenvolvidas por alunos da USP ajudam crianças de baixa renda em Lorena li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Série em vídeo explica como estudantes da USP em Piracicaba desenvolvem ações j… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
Biogel desenvolvido em parceria com a USP promove cicatrização de feridas grave… li.wp_rss_retriever_item > div.wp_rss_retriever_item_wrapper > div.my-custom-class > a.wp_rss_retriever_title |
USP em números div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Fonte: Anuário Estatístico USP 2025 (fonte de dados 2024). div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Visitantes dos Museus da USP div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Bibliotecas div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Alunos matriculados
(graduação e pós-graduação) div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Prêmios e outras distinções recebidas por docentes e servidores div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Trabalhos indexados no Web of Science div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Docentes div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Técnicos-administrativos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Unidades e outros órgãos div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
Campus div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h2.elementor-heading-title |
São Paulo div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Bauru div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Lorena div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Piracicaba div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Pirassununga div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
Ribeirão Preto div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
São Carlos div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > span.elementor-icon-list-text |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GESTÃO E div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title |
R. da Reitoria, 374 – Cidade Universitária, Butantã, São Paulo – SP, 05508-220 div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h6 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
English div#mega-menu-wrap-menu-0 > ul#mega-menu-menu-0 > li#mega-menu-item-111457 > a.mega-menu-link |
GESTÃO E div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
GOVERNANÇA div.elementor-element > div.elementor-widget-container > h4.elementor-heading-title > a |
Estude na USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Graduação div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Pós-graduação div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Cursos on-line div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Pesquisadores div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Produção intelectual div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Inovação tecnológica div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Bibliotecas div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Artes e esportes div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Hospitais div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Centros e museus div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Atividades de extensão div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
USP Municípios div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Diversidade div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Vida no campus div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Direitos Humanos div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Saúde Mental div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Vida profissional div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Courses offered div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
How to study at USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Online courses div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Other courses div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Visiting professor div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Research at USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Technological Innovation div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Libraries and online collections div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Culture and services div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Health assistance div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Housing div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
USP div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Institutes, colleges and schools div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
International Cooperation div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
Statistical Yearbook div.elementor-widget-container > ul.elementor-icon-list-items > li.elementor-icon-list-item > a |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
COMUNICAÇÃO div.menu-menu-principal-container > ul#primary-menu > li#menu-item-109102 > a |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback