Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
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
Page Load Progression
FPage Weight BudgetAction4.9 MB transferred, 123 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction4308ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://dergipark.org.tr/zollu/js/ckeditor/ck-editor-conf.js | 2028ms | 1712ms | 301ms | 1st |
| https://dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.js | 665ms | 307ms | 324ms | 1st |
| https://dergipark.org.tr/en/ | 526ms | 21ms | 7ms | 1st |
| Unattributable | 374ms | 8ms | 0ms | 3rd |
| https://dergipark.org.tr/zollu/keen/vendors/custom/datatables/datatables.bundle.js | 240ms | 42ms | 197ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-694ZECXSSZ | 222ms | 167ms | 46ms | 3rd |
| https://dergipark.org.tr/zollu/keen/css/demo3/style.bundle.css | 98ms | 0ms | 0ms | 1st |
| https://dergipark.org.tr/zollu/js/jquery-ui.min.js | 52ms | 36ms | 15ms | 1st |
| https://dergipark.org.tr/en/pub/translations?locale=en | 52ms | 5ms | 46ms | 1st |
| https://dergipark.org.tr/zollu/js/katex/katex.min.js | 52ms | 35ms | 16ms | 1st |
FJS BundlesAction62 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://dergipark.org.tr/zollu/js/ckeditor/ck-editor-conf.js | 1071 KB | 692 KB (65%) | ✓ | 1st |
| https://dergipark.org.tr/zollu/keen/vendors/custom/datatables/datatables.bundle.js | 1082 KB | 548 KB (53%) | ✗ | 1st |
| https://dergipark.org.tr/zollu/keen/vendors/global/vendors.bundle.js | 855 KB | 518 KB (61%) | ✗ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-694ZECXSSZ | 144 KB | 62 KB (43%) | ✓ | 3rd |
| https://dergipark.org.tr/zollu/js/jquery-ui.min.js | 65 KB | 58 KB (89%) | ✓ | 1st |
| https://dergipark.org.tr/zollu/keen/js/demo3/scripts.bundle.js | 56 KB | 48 KB (86%) | ✗ | 1st |
| https://dergipark.org.tr/zollu/js/katex/katex.min.js | 63 KB | 24 KB (38%) | ✓ | 1st |
| https://dergipark.org.tr/zollu/js/jquery.min.js | 30 KB | 22 KB (75%) | ✓ | 1st |
| https://dergipark.org.tr/zollu/bundles/ojscore/js/mask_platforms.js | 0 KB | — | ✓ | 1st |
| https://dergipark.org.tr/zollu/js/pages/article/zollu_star.js | 2 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction123 resources · 4.9 MB · 1.9 MB savings availableFIX
~1.9 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 123 resources | 4.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction23 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact4% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (236 KB)PASS
Web fonts
11
236 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~21 KB and ~42 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints12 hints, 0 missing preconnectsPASS
Current Resource Hints
12 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall123 requests over 1842msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 374ms | 0 KB | — | ₺15/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 222ms | 144 KB | 43% | ₺9/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 374ms and costs ~₺15/month
- Google Tag Manager adds 222ms and costs ~₺9/month
Unattributable takes 374ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 222ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev