Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Picture about DergiPark div.row > div.col-xl-8 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/labtop_book.png | 169.9 KiB | 148.5 KiB |
Announcing DergiPark’s New Design Era: More Transparent, More Elegant!
Explore… body#home > div#body-push-down > div#body-content-wrapper > div#header-band | dergipark.org.tr/zollu/images/dp-bisiklet.png | 317.2 KiB | 146.3 KiB |
Picture DergiPark is not an index div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/cubes.png | 123.4 KiB | 101.1 KiB |
Picture announcement div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/synapsis.png | 84.0 KiB | 59.2 KiB |
Journal of Global Tourism and Technology Research Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | /media/cache/journal_croped/8102/008a/cd09/69ca3b9587cb37... | 48.5 KiB | 45.0 KiB |
ARÜ İlahiyat Araştırmaları Dergisi Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/c21f/3efa/48a2/655f37c752008.jpg | 23.7 KiB | 20.2 KiB |
Avrasya Dosyası Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/0a2f/29e9/faf6/63c0693971aee.jpg | 22.0 KiB | 18.5 KiB |
Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/1250/1d45/67de/6530e845d8c26.jpeg | 19.3 KiB | 15.8 KiB |
Balıkesir Sağlık Bilimleri Dergisi Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/77dc/fe03/7f13/64cc8daba283a.JPG | 18.4 KiB | 14.9 KiB |
Journal of Social Sciences of Bulanık Vocational School Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/e04b/fae4/1e39/6527abdee1e54.jpg | 14.1 KiB | 10.6 KiB |
DergiPark logo nav#header > div#powered-by > a.navbar-brand > img | dergipark.org.tr/zollu/images/dergipark_header.png | 9.6 KiB | 9.0 KiB |
Balıkesir University Law Review Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/04d6/3df6/de0d/65b7c34d6bbb2.jpg | 11.5 KiB | 8.0 KiB |
Istanbul Business Research Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/4337/0fb2/6430/5c7cdb885f46f.jpg | 10.1 KiB | 6.6 KiB |
Communications Faculty of Sciences University of Ankara Series A1 Mathematics a… div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/4124/c4fd/aa30/63bd7cd42cd7c.jpg | 9.0 KiB | 5.8 KiB |
Veche Cover image div.card-header > div.cover-scene > div.cover > img.journal-cover-defined | dergipark.org.tr/media/cache/journal_croped/141b/130a/6240/65e859c335287.jpg | 9.0 KiB | 5.8 KiB |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification | dergipark.org.tr/zollu/images/journal_active.png | 6.4 KiB | 5.0 KiB |
DergiPark logo div.text-left > div > a > img#logo | dergipark.org.tr/zollu/images/dergipark_logo.png | 9.1 KiB | 4.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dergipark.org.tr/ | 522 ms |
| dergipark.org.tr/en/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 |
|---|---|---|
| dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.js | 854.3 KiB | 263.8 KiB |
| dergipark.org.tr/zollu/keen/vendors/custom/datatables/datatables.bundle.js | 1.1 MiB | 148.8 KiB |
| dergipark.org.tr/zollu/keen/js/demo3/scripts.bundle.js | 55.6 KiB | 28.8 KiB |
| dergipark.org.tr/zollu/js/mathjax/MathJax.js?config=TeX-MML-AM_CHTML | 33.3 KiB | 14.3 KiB |
| /zollu/js/jbfileuploader/lib/jquery-file-upload/js/jquery... | 13.0 KiB | 8.1 KiB |
| dergipark.org.tr/zollu/js/mathjax/extensions/MathMenu.js?V=2.7.5 | 15.5 KiB | 5.0 KiB |
| dergipark.org.tr/zollu/js/jbfileuploader/lib/jcrop/js/jquery.Jcrop.js | 10.1 KiB | 4.6 KiB |
| dergipark.org.tr/zollu/js/mathjax/extensions/MathEvents.js?V=2.7.5 | 6.4 KiB | 2.9 KiB |
| dergipark.org.tr/zollu/js/mathjax/extensions/TeX/AMSmath.js?V=2.7.5 | 6.9 KiB | 2.7 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 |
|---|---|---|
| dergipark.org.tr/zollu/keen/css/demo3/style.bundle.css | 111.5 KiB | 109.4 KiB |
| .ck .ck-placeholder,.ck.ck-placeholder{position:relative} … | 59.0 KiB | 55.4 KiB |
| dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.css | 50.9 KiB | 50.6 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| dergipark.org.tr/zollu/js/ckeditor/ck-editor-conf.js | 1.0 MiB | 691.9 KiB |
| dergipark.org.tr/zollu/keen/vendors/custom/datatables/datatables.bundle.js | 1.0 MiB | 547.9 KiB |
| dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.js | 853.8 KiB | 517.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-694ZECXSSZ | 143.7 KiB | 62.4 KiB |
| dergipark.org.tr/zollu/js/jquery-ui.min.js | 64.8 KiB | 57.8 KiB |
| dergipark.org.tr/zollu/keen/js/demo3/scripts.bundle.js | 55.6 KiB | 48.0 KiB |
| dergipark.org.tr/zollu/js/katex/katex.min.js | 62.3 KiB | 23.6 KiB |
| dergipark.org.tr/zollu/js/jquery.min.js | 29.5 KiB | 22.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| dergipark.org.tr/zollu/keen/css/demo3/style.bundle.css | 111.7 KiB | 20.7 KiB |
| dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.css | 51.1 KiB | 8.7 KiB |
| dergipark.org.tr/zollu/keen/vendors/custom/fullcalendar/fullcalendar.bundle.css | 7.7 KiB | 4.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Republic of Türkiye Ministry of Foreign Affairs logo div.kt-footer__section > div.kt-padding-t-30 > a > img.corporate-logo | dergipark.org.tr/zollu/images/stb-ulakbim-dikey-en.png |
div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/water_brain.png |
Picture announcement div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/synapsis.png |
Picture DergiPark is not an index div.row > div.col-xl-7 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/cubes.png |
Picture about DergiPark div.row > div.col-xl-8 > div.kt-blog-list__body > img.showcase-img | dergipark.org.tr/zollu/images/labtop_book.png |
div.kt-footer__content_nav > div.google-play-badge > a > img div.kt-footer__content_nav > div.google-play-badge > a > img | dergipark.org.tr/zollu/images/google-play-dp-badge-en.png |
DergiPark logo div.col-lg-5 > div.kt-footer__section > div.kt-footer__title > img | dergipark.org.tr/zollu/images/agreement-dergipark-logo.png |
DergiPark logo nav#header > div#powered-by > a.navbar-brand > img | dergipark.org.tr/zollu/images/dergipark_header.png |
div.kt-footer__content_nav > div > a > img div.kt-footer__content_nav > div > a > img | dergipark.org.tr/zollu/images/app-store-dp-badge-en.png |
DergiPark logo div.text-left > div > a > img#logo | dergipark.org.tr/zollu/images/dergipark_logo.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search button div.kt-portlet__body > div.form-group > div.input-group > span.input-group-append |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
Journal status Active div.col-lg-12 > div.card-columns > div.card > div.journal-classification |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.form-group > div.input-group > span.input-group-append > button#home-search-btn div.form-group > div.input-group > span.input-group-append > button#home-search-btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.kt-footer__content_nav > div.google-play-badge > a > img div.kt-footer__content_nav > div.google-play-badge > a > img |
div.kt-footer__content_nav > div > a > img div.kt-footer__content_nav > div > a > img |
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.card > div.card-body > h5.card-title > a div.card > div.card-body > h5.card-title > a |
div.kt-footer__section > div.kt-footer__content_nav > div.google-play-badge > a div.kt-footer__section > div.kt-footer__content_nav > div.google-play-badge > a |
div.kt-footer__section > div.kt-footer__content_nav > div > a div.kt-footer__section > div.kt-footer__content_nav > div > a |
div.kt-footer__social > ul.kt-footer__social-nav > li > a div.kt-footer__social > ul.kt-footer__social-nav > li > a |
div.kt-footer__social > ul.kt-footer__social-nav > li > a div.kt-footer__social > ul.kt-footer__social-nav > li > a |
div.kt-footer__social > ul.kt-footer__social-nav > li > a div.kt-footer__social > ul.kt-footer__social-nav > li > a |
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.
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 |
|---|
e-ISSN: 2147-2238 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
ISSN: 2146-9601 div.card-body > span.badge-wrap > span.badge > span |
ISSN: span.badge-wrap > span.badge > span > strong |
15th Year div.card-columns > div.card > div.year-badge > span |
ISSN: 1302-5678 div.card-body > span.badge-wrap > span.badge > span |
ISSN: span.badge-wrap > span.badge > span > strong |
33rd Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 3023-6304 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
4th Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 2630-5488 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
ISSN: 2630-5488 div.card-body > span.badge-wrap > span.badge > span |
ISSN: span.badge-wrap > span.badge > span > strong |
1972-2025 div.card-columns > div.card > div.year-badge > span |
e-ISSN: 3023-8285 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
3rd Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 3023-5987 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
4th Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 2979-9562 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
5th Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 3061-9858 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
3rd Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 2717-6924 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
ISSN: 2717-6924 div.card-body > span.badge-wrap > span.badge > span |
ISSN: span.badge-wrap > span.badge > span > strong |
7th Year div.card-columns > div.card > div.year-badge > span |
e-ISSN: 2618-6470 div.card-body > span.badge-wrap > span.badge > span |
e-ISSN: span.badge-wrap > span.badge > span > strong |
ISSN: 1303-5991 div.card-body > span.badge-wrap > span.badge > span |
ISSN: span.badge-wrap > span.badge > span > strong |
79th Year div.card-columns > div.card > div.year-badge > span |
Journal div.col-lg-6 > div.kt-iconbox > b > a.kt-link |
Publisher div.col-lg-6 > div.kt-iconbox > a.kt-link > b |
Publisher Application div.kt-iconbox > div > b > a.kt-link |
Article div.col-lg-6 > div.kt-iconbox > a.kt-link > b |
Submit a Manuscript div.kt-iconbox > div > b > a#article-submit |
Researcher div.col-lg-6 > div.kt-iconbox > a.kt-link > b |
Register div.kt-iconbox > div > b > a.kt-link |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Click here div.kt-blog-list__content > label > p > a |
Click here div.kt-blog-list__content > label > p > a |
Having more than one account div.kt-blog-list__content > label > p > a |
guide here div.kt-blog-list__content > label > p > a |
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 |
|---|
Balıkesir Sağlık Bilimleri Dergisi div.card-columns > div.card > div.card-body > h5.card-title |
Announcing DergiPark’s New Design Era: More Transparent, More Elegant! div.col-xl-5 > div.kt-blog-list__body > div.kt-blog-list__content > h4 |
How to send my article to a journal?
How to use my own domain?
How to publish… div.col-xl-5 > div.kt-blog-list__body > a.kt-blog-list__link > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-poppins-n5-active html.wf-poppins-n5-active |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Help
How to send my article to a journal?
How to use my own domain?
How to p… div.row > div.col-xl-5 > div.kt-blog-list__body > a.kt-blog-list__link |
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| dergipark.org.tr/en/pub/page/about | Read More |
| dergipark.org.tr/en/pub/page/dergipark-bir-dizin-degildir | Read More |
| dergipark.org.tr/tr/download/file/135 | Click here |
| dergipark.org.tr/tr/pub/page/dergi-basvurusu-hakkinda | Click here |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.kt-footer__content_nav > div.google-play-badge > a > img div.kt-footer__content_nav > div.google-play-badge > a > img |
div.kt-footer__content_nav > div > a > img div.kt-footer__content_nav > div > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.