Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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 16.0 MB (4.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9ba995cc-5eaa-4539-87e6-e7fe48a425d7)<a href="https://beavercheck.com/results/9ba995cc-5eaa-4539-87e6-e7fe48a425d7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdergipark.org.tr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdergipark.org.trThis 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 4.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.
9 barrier(s) likely increasing bounce by ~35%.
Page takes 4.4s to load
+12% bounceUsers abandon at ~3s — you're 1.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
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, …)
13 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
₺7,500 investment → ₺9,849/month returns + TRY 10,000,000 risk avoided
₺7,500
5h · 5 findings
₺9,849 /mo
~₺118,184 / year
TRY 10,000,000
if kept compliant
₺2,250 — 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 ₺1500/hr
Based on Turkey rates (₺1500/hr)
Start here for the best return on investment
₺833,373 / month at risk
~₺10,000,481 / year if left unfixed
TRY 10,000,000
+1 more
₺40 /mo
15518.7 MB/mo × 2.581 TRY/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.
2.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.51 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.87 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.
26.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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 | 138.8 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 | 79.6 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 | 38.7 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 | 13.9 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 | 12.2 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 | 9.5 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 | 8.6 KiB |
DergiPark logo nav#header > div#powered-by > a.navbar-brand > img | dergipark.org.tr/zollu/images/dergipark_header.png | 9.6 KiB | 7.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 |
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 | 4.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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/ | 1.1 s |
| dergipark.org.tr/en/ | 0.0 ms |
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.7 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.
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 |
|---|---|---|
| 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.5 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 |
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 |
|---|---|---|---|
| dergipark.org.tr/zollu/js/ckeditor/ck-editor-conf.js | 2.0 s | 1.7 s | 301 ms |
| dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.js | 665 ms | 307 ms | 324 ms |
| dergipark.org.tr/en/ | 526 ms | 21 ms | 7.3 ms |
| Unattributable | 374 ms | 8.1 ms | 0.0 ms |
| dergipark.org.tr/zollu/keen/vendors/custom/datatables/datatables.bundle.js | 240 ms | 42 ms | 197 ms |
| www.googletagmanager.com/gtag/js?id=G-694ZECXSSZ | 222 ms | 167 ms | 46 ms |
| dergipark.org.tr/zollu/keen/css/demo3/style.bundle.css | 98 ms | 0.0 ms | 0.0 ms |
| dergipark.org.tr/zollu/js/jquery-ui.min.js | 52 ms | 36 ms | 15 ms |
| dergipark.org.tr/en/pub/translations?locale=en | 52 ms | 5.3 ms | 46 ms |
| dergipark.org.tr/zollu/js/katex/katex.min.js | 52 ms | 35 ms | 16 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.5 s |
| Script Parsing & Compilation | 1.0 s |
| Other | 531 ms |
| Style & Layout | 349 ms |
| Parse HTML & CSS | 131 ms |
| Rendering | 51 ms |
| Garbage Collection | 15 ms |
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 |
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 |
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 |
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.
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.
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.
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.
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 |
|---|
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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-n4-active html.wf-poppins-n4-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 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.
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.
983 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
435 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.06 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.31 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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.
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.
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 |
|---|---|---|
| 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.
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.
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.
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.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.
Send Feedback