Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Omicsonline | slider_mobile div.container > div.row > div.col-12 > img.img-responsive | www.omicsonline.org/images/slider_mobile.png | 17.7 KiB | 7.7 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 |
|---|---|
| omicsonline.org/ | 1.1 s |
| www.omicsonline.org/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.omicsonline.org/assets/css/omicsonline.org.css | 24.7 KiB | 4.6 KiB |
| www.omicsonline.org/assets/css/global.css | 25.7 KiB | 3.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.omicsonline.org/assets/css/styles.css | 84.5 KiB | 79.2 KiB |
| www.omicsonline.org/assets/css/global.css | 25.4 KiB | 24.7 KiB |
| www.omicsonline.org/assets/css/omicsonline.org.css | 24.4 KiB | 23.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 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 |
|---|---|---|---|
| www.omicsonline.org/ | 1.2 s | 6.8 ms | 0.6 ms |
| Unattributable | 388 ms | 16 ms | 0.0 ms |
| /cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader... | 350 ms | 246 ms | 7.4 ms |
| /f/AGSKWxW3RAnn9mA72zrlWUMKQq6SLMcfp1V01atnr0Zb10TJ_WF2sj... | 249 ms | 136 ms | 36 ms |
| www.googletagmanager.com/gtag/js?id=G-VWFV1HF267 | 246 ms | 204 ms | 40 ms |
| /i/ca-pub-8046643215361735?href=https%3A%2F%2Fwww.omicson... | 215 ms | 191 ms | 21 ms |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 155 ms | 103 ms | 49 ms |
| connect.facebook.net/en_US/fbevents.js | 126 ms | 96 ms | 29 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-8046643215361735 | 90 ms | 76 ms | 13 ms |
| /signals/config/297919997051754?v=2.9.303&r=stable&domain... | 61 ms | 52 ms | 8.0 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js | 50 ms | 37 ms | 10 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 | 1.2 s |
| Style & Layout | 880 ms |
| Other | 678 ms |
| Script Parsing & Compilation | 244 ms |
| Parse HTML & CSS | 147 ms |
| Rendering | 146 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 148.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-VWFV1HF267 | 163.5 KiB | 66.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 37.0 KiB |
| /i/ca-pub-8046643215361735?href=https%3A%2F%2Fwww.omicson... | 68.8 KiB | 36.0 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8046643215361735 | 54.3 KiB | 28.3 KiB |
| ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js | 30.1 KiB | 22.6 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Omicsonline | slider_mobile div.container > div.row > div.col-12 > img.img-responsive | www.omicsonline.org/images/slider_mobile.png |
Omicsonline | Open Access Journals div.col-12 > div.card > div.card-body > img.img-fluid | www.omicsonline.org/images/icon_open_access_journals.png |
Omicsonline | Scientific Conferences div.col-12 > div.card > div.card-body > img.img-fluid | www.omicsonline.org/images/icon_Scientific-Conferences.png |
Omicsonline | Scientific Alliance div.col-12 > div.card > div.card-body > img.img-fluid | www.omicsonline.org/images/icon_Scientific-Alliance.png |
Omicsonline | Scholars Central div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_scholar.png |
Omicsonline | Young Scientist Awards div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_ys_award.png |
Omicsonline | Scientific Alliances div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_sc_alliances.png |
Omicsonline | Scholars Central div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_scholar.png |
Omicsonline | Young Scientist Awards div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_ys_award.png |
Omicsonline | Scientific Alliances div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_sc_alliances.png |
Omicsonline | Scholars Central div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_scholar.png |
Omicsonline | Young Scientist Awards div.slick-list > div.slick-track > a.nav-link > img.img-fluid | www.omicsonline.org/images/icon_ys_award.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Language div.container > div.row > div.nav-item > a#multi_lang |
Open Access Journals div.col-12 > div.card > div.card-body > h3.text-warning |
Read More div.col-12 > div.card > div.card-body > a.btn |
Scientific Conferences div.col-12 > div.card > div.card-body > h3.text-warning |
Read More div.col-12 > div.card > div.card-body > a.btn |
Scientific Alliance div.col-12 > div.card > div.card-body > h3.text-warning |
Read More div.col-12 > div.card > div.card-body > a.btn |
Article Processing Charges div.row > div.col-12 > nav.nav > a.nav-item |
Journal Impact Factor div.row > div.col-12 > nav.nav > a.nav-item |
Peer Review Process div.row > div.col-12 > nav.nav > a.nav-item |
Journals by Subject div.row > div.col-12 > div.card > h6.card-header |
Clinical & Medical Journals div.row > div.col-12 > div.card > h6.card-header |
Conferences By Continents div.row > div.col-12 > div.card > h6.card-header |
Continents div.col-12 > div.card > h6.card-header > strong |
Medical & Clinical Conferences div.row > div.col-12 > div.card > h6.card-header |
Medical & Clinical div.col-12 > div.card > h6.card-header > strong |
Conferences by Subject div.row > div.col-12 > div.card > h6.card-header |
Subject div.col-12 > div.card > h6.card-header > strong |
Latest Research Reports div.row > div.col-12 > div.card > h6.card-header |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Journal of Materials Science and Nanomaterials div.media-body > div.row > div.col-12 > a.badge |
Quick links div.row > div.col-12 > div.card > h6.card-header |
New Initiatives div.row > div.col-12 > div.card > h6.card-header |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Journals by Subject div.row > div.col-12 > div.card > h6.card-header |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
body > nav.navbar > div.container-fluid > a.navbar-brand |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Business & Management div.col-md-6 > ul.list-inline > li > a |
Chemical Engineering div.col-md-6 > ul.list-inline > li > a |
Clinical Sciences div.col-md-6 > ul.list-inline > li > a |
Computer Science div.col-md-6 > ul.list-inline > li > a |
Food & Nutrition div.col-md-6 > ul.list-inline > li > a |
General Science div.col-md-6 > ul.list-inline > li > a |
Medical Sciences div.col-md-6 > ul.list-inline > li > a |
Nanotechnology div.col-md-6 > ul.list-inline > li > a |
Nursing & Health Care div.col-md-6 > ul.list-inline > li > a |
Pharmaceutical Sciences div.col-md-6 > ul.list-inline > li > a |
Haematology div.col-md-6 > ul.list-inline > li > a |
Healthcare div.col-md-6 > ul.list-inline > li > a |
Immunology div.col-md-6 > ul.list-inline > li > a |
Neurology div.col-md-6 > ul.list-inline > li > a |
Nursing div.col-md-6 > ul.list-inline > li > a |
Nutrition div.col-md-6 > ul.list-inline > li > a |
Oncology div.col-md-6 > ul.list-inline > li > a |
Ophthalmology div.col-md-6 > ul.list-inline > li > a |
Orthopaedics div.col-md-6 > ul.list-inline > li > a |
Pathology div.col-md-6 > ul.list-inline > li > a |
Pediatrics div.col-md-6 > ul.list-inline > li > a |
Psychiatry div.col-md-6 > ul.list-inline > li > a |
Pulmonology div.col-md-6 > ul.list-inline > li > a |
Surgery div.col-md-6 > ul.list-inline > li > a |
Toxicology div.col-md-6 > ul.list-inline > li > a |
Previous div.card > div.card-footer > nav.nav > button.slick-prev |
Next div.card > div.card-footer > nav.nav > button.slick-next |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Omicsonline | slider_mobile div.container > div.row > div.col-12 > img.img-responsive | www.omicsonline.org/images/slider_mobile.png | 227 x 272 | 227 x 272 | 341 x 408 |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.omicsonline.org/open-access-journals-list.php | Read More |
| www.conferenceseries.com/ | Read More |
| /international-societies-world-fedarations-scientific-ass... | Read More |
| www.omicsonline.org/latest-research-reports.php | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.