Skip to content
https://academia.edu

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
72
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

7.25 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

22.35 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

1.96 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

9.02 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.

22.67 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 210 requests
FIX
3.7 MB transferred, 210 requests
Warning::
Page weighs 7.4 MB (3.7 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
Fonts are 403 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 403 KB
Warning::
210 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.77 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
210 requests
0.77 g CO2 per page load
Images 1.8 MiB 49%
JavaScript 1.3 MiB 35%
Fonts 403.1 KiB 11%
CSS 158.3 KiB 4%
HTML 21.8 KiB 1%
Other 8.7 KiB 0%
Other 2.0 KiB 0%
Other 1.5 KiB 0%
Other 931 B 0%
Other 559 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.7 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5027ms total JS execution
FIX
5027ms total JS execution
Warning::
Unattributable: 1125ms CPU time
Warning::
https://a.academia-assets.com/webpack_bundles/js/4...: 756ms CPU time
Warning::
https://www.academia.edu/: 682ms CPU time
Warning::
https://a.academia-assets.com/webpack_bundles/js/c...: 519ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5VKX...: 364ms CPU time
Warning::
Third-party scripts: 5027ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 22% Script Parsing & Compilation 13% Style & Layout 9%
ScriptTotalScriptingParse/CompileParty
Unattributable1125ms29ms0ms3rd
https://a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.js756ms625ms12ms3rd
https://www.academia.edu/682ms62ms13ms3rd
https://a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.js519ms379ms124ms3rd
https://www.googletagmanager.com/gtag/js?id=G-5VKX33P2DS364ms296ms65ms3rd
https://www.academia.edu/cdn-cgi/challenge-platform/scripts/jsd/main.js306ms292ms4ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c&gtm=4e64f0265ms211ms51ms3rd
https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.js262ms218ms12ms3rd
https://a.academia-assets.com/webpack_bundles/js/logged_out_home.wjs-7f9a8264d326ad84.js211ms157ms2ms3rd
https://accounts.google.com/gsi/client186ms95ms90ms3rd

Showing top 10 of 14 scripts

D
JS Bundles
Action
45 scripts, 475 KB unused
FIX
45 scripts, 475 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5G9...: 83 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 70 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5VKX...: 64 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 60 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/bundle/sdk.js/: 56 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 475 KB
475 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-5G9JF7Z&l=dataLayer_old133 KB83 KB (63%)3rd
https://accounts.google.com/gsi/client96 KB70 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5VKX33P2DS165 KB64 KB (39%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c&gtm=4e64f0138 KB60 KB (43%)3rd
https://connect.facebook.net/en_US/bundle/sdk.js/78 KB56 KB (72%)3rd
https://a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.js210 KB49 KB (25%)3rd
https://a.academia-assets.com/webpack_bundles/js/8629-b439736bcfef2791.js43 KB25 KB (59%)3rd
https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.js33 KB25 KB (75%)3rd
https://a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.js26 KB22 KB (86%)3rd
https://a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.js30 KB21 KB (71%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
210 resources · 3.7 MB · 475 KB savings available
FIX
210 resources · 3.7 MB · 475 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~475 KB of savings available
Warning::
209 third-party resources (100% of weight)
Info::
4 resources over 200KB
210 resources · 3.7 MiB · 209 third-party 2.7 MiB over 1MB target
Image 49% · 1.8 MiB
JavaScript 35% · 1.3 MiB
Font 11% · 403.1 KiB
CSS 4% · 158.3 KiB
Document 1% · 21.8 KiB
Other 0% · 5.8 KiB

~474.9 KiB of savings available

Remove unused JavaScript: 474.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
127 images, 0 KB saveable
REVIEW
127 images, 0 KB saveable
Warning::
https://a.academia-assets.com/images/landing/icon-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/design_system... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/closi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/track... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/icon-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/icon-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/icon-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/landing/disco... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.academia-assets.com/images/design_system... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
127 images 1.8 MB
0 oversized -0 KB
127 legacy format
9 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
5 fonts (403 KB)
PASS
5 fonts (403 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

403 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 7.3 s LCP 22.4 shttps://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2DM-Sans_100-1000_normal... https://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2 — 62.1 KiB — 119 ms — font-display: swaphttps://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2Gupter_400_normal_latin... https://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2 — 13.8 KiB — 42 ms — font-display: swaphttps://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2Material-Symbols-Outlin... https://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2 — 275.5 KiB — 119 ms — font-display: swaphttps://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2Roboto_100-900_normal_l... https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2 — 34.7 KiB — 126 ms — font-display: swaphttps://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_symbols.woff2Roboto_100-900_normal_s... https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_symbols.woff2 — 17.0 KiB — 10 ms — font-display: swap
DM-Sans_100-1000_normal... woff2 swap
Size 62 KB
Load time 119 ms
Start 347 ms
Risk FOUT — text flashes from fallback to web font
Gupter_400_normal_latin... woff2 swap
Size 14 KB
Load time 42 ms
Start 348 ms
Risk FOUT — text flashes from fallback to web font
Material-Symbols-Outlin... woff2 swap
Size 275 KB
Load time 119 ms
Start 349 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Roboto_100-900_normal_l... woff2 swap
Size 35 KB
Load time 126 ms
Start 350 ms
Risk FOUT — text flashes from fallback to web font
Roboto_100-900_normal_s... woff2 swap
Size 17 KB
Load time 10 ms
Start 904 ms
Risk FOUT — text flashes from fallback to web font
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 ~138 KB and ~276 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
210 requests over 4078ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 7.3 s LCP 22.4 shttps://academia.edu// https://academia.edu/ — 301 — 443 B — 35 ms — h2https://www.academia.edu/www.academia.edu/ https://www.academia.edu/ — 200 — 21.8 KiB — 293 ms — h2https://a.academia-assets.com/assets/landing-95c7eaf523445291870208b379414bcd6d0df1fae7fef7752cc24920ee21e7e9.cssa.academia-assets.com/assets/landin... https://a.academia-assets.com/assets/landing-95c7eaf523445291870208b379414bcd6d0df1fae7fef7752cc24920ee21e7e9.css — 200 — 9.8 KiB — 84 ms — h2https://a.academia-assets.com/assets/simpler/logged_out_header-9f7827bfc7309050387f37e20c507019a67b460d951dc731a22b65aba4dc5940.cssa.academia-assets.com/assets/simple... https://a.academia-assets.com/assets/simpler/logged_out_header-9f7827bfc7309050387f37e20c507019a67b460d951dc731a22b65aba4dc5940.css — 200 — 5.7 KiB — 57 ms — h2https://a.academia-assets.com/assets/design_system/button-80d93fb4fd1606cd6c8381044b828f718c4e46c21332c67a3e35e645c5a0f157.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/button-80d93fb4fd1606cd6c8381044b828f718c4e46c21332c67a3e35e645c5a0f157.css — 200 — 1.7 KiB — 58 ms — h2https://a.academia-assets.com/assets/design_system/heading-4dcbd24c81b9b851cdfb834f5d280c69a96ade531d01962c44b26864e454d4f3.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/heading-4dcbd24c81b9b851cdfb834f5d280c69a96ade531d01962c44b26864e454d4f3.css — 200 — 1.2 KiB — 67 ms — h2https://a.academia-assets.com/assets/design_system/body-49aa1568dcfb4df74b8135251bcd4d42cf0da361af3de0f2af85ad74e88dba99.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/body-49aa1568dcfb4df74b8135251bcd4d42cf0da361af3de0f2af85ad74e88dba99.css — 200 — 1.2 KiB — 61 ms — h2https://a.academia-assets.com/assets/about_hiring/footer-22aa592ae3ab7f8b66d3750d45cf6ae3fb67cedbdbb2853063a1cceb0761967d.cssa.academia-assets.com/assets/about_... https://a.academia-assets.com/assets/about_hiring/footer-22aa592ae3ab7f8b66d3750d45cf6ae3fb67cedbdbb2853063a1cceb0761967d.css — 200 — 1.9 KiB — 59 ms — h2https://a.academia-assets.com/assets/design_system/default_tokens/default-e25c09b05330c17d437cdf22fc7ce18ffc9347b25a5c6a4e533f2a219ecac70d.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/default_tokens/default-e25c09b05330c17d437cdf22fc7ce18ffc9347b25a5c6a4e533f2a219ecac70d.css — 200 — 4.8 KiB — 57 ms — h2https://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2 — 200 — 62.1 KiB — 119 ms — h2https://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2 — 200 — 13.8 KiB — 42 ms — h2https://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2 — 200 — 275.5 KiB — 119 ms — h2https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2 — 200 — 34.7 KiB — 126 ms — h2https://a.academia-assets.com/assets/design_system/font-faces-2356cee1de094354769ab30bf9bb930e5f4cdeb0a4f2cce7272a440eecfa7de9.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/font-faces-2356cee1de094354769ab30bf9bb930e5f4cdeb0a4f2cce7272a440eecfa7de9.css — 200 — 2.5 KiB — 58 ms — h2https://a.academia-assets.com/assets/design_system/common-ae6595f765bfa5b551eb44e15de4953d346eabbc005f6ab5a79f366ea5d2b70b.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/common-ae6595f765bfa5b551eb44e15de4953d346eabbc005f6ab5a79f366ea5d2b70b.css — 200 — 1.6 KiB — 68 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css — 200 — 5.8 KiB — 34 ms — h3https://a.academia-assets.com/assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8334dd39015bc1c16f927ad460.cssa.academia-assets.com/assets/librar... https://a.academia-assets.com/assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8334dd39015bc1c16f927ad460.css — 200 — 23.6 KiB — 61 ms — h2https://a.academia-assets.com/assets/academia-f708a0733e68810783f352ff4508912c9e1368b7e3ebdcaacebad190724a48e5.cssa.academia-assets.com/assets/academ... https://a.academia-assets.com/assets/academia-f708a0733e68810783f352ff4508912c9e1368b7e3ebdcaacebad190724a48e5.css — 200 — 46.7 KiB — 94 ms — h2https://a.academia-assets.com/assets/design_system_legacy-f57e67de2c1f349fd3ab19d5d11c134ef9be346f31afacdf618b6794277bf2cc.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system_legacy-f57e67de2c1f349fd3ab19d5d11c134ef9be346f31afacdf618b6794277bf2cc.css — 200 — 9.4 KiB — 88 ms — h2https://a.academia-assets.com/webpack_bundles/js/runtime-719ff61db51b01b6.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/runtime-719ff61db51b01b6.js — 200 — 3.4 KiB — 85 ms — h2https://a.academia-assets.com/webpack_bundles/js/196-07898e620f030789.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/196-07898e620f030789.js — 200 — 25.2 KiB — 100 ms — h2https://a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.js — 200 — 30.5 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/2621-6f946f1b57ae22c8.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2621-6f946f1b57ae22c8.js — 200 — 20.3 KiB — 105 ms — h2https://a.academia-assets.com/webpack_bundles/js/8290-44f4371f81ecb94e.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/8290-44f4371f81ecb94e.js — 200 — 3.7 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/9345-f130cb271f4690e6.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/9345-f130cb271f4690e6.js — 200 — 33.9 KiB — 151 ms — h2https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.js — 200 — 33.4 KiB — 135 ms — h2https://a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.js — 200 — 25.8 KiB — 108 ms — h2https://a.academia-assets.com/webpack_bundles/js/7776-c999a53cbd1ec1ba.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/7776-c999a53cbd1ec1ba.js — 200 — 45.0 KiB — 135 ms — h2https://a.academia-assets.com/webpack_bundles/js/3519-aa2ae30c046fa895.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/3519-aa2ae30c046fa895.js — 200 — 12.2 KiB — 127 ms — h2https://a.academia-assets.com/webpack_bundles/js/877-37d12d58343c5b7a.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/877-37d12d58343c5b7a.js — 200 — 7.0 KiB — 110 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 7.3 s LCP 22.4 shttps://academia.edu// https://academia.edu/ — 301 — 443 B — 35 ms — h2https://www.academia.edu/www.academia.edu/ https://www.academia.edu/ — 200 — 21.8 KiB — 293 ms — h2https://a.academia-assets.com/assets/landing-95c7eaf523445291870208b379414bcd6d0df1fae7fef7752cc24920ee21e7e9.cssa.academia-assets.com/assets/landin... https://a.academia-assets.com/assets/landing-95c7eaf523445291870208b379414bcd6d0df1fae7fef7752cc24920ee21e7e9.css — 200 — 9.8 KiB — 84 ms — h2https://a.academia-assets.com/assets/simpler/logged_out_header-9f7827bfc7309050387f37e20c507019a67b460d951dc731a22b65aba4dc5940.cssa.academia-assets.com/assets/simple... https://a.academia-assets.com/assets/simpler/logged_out_header-9f7827bfc7309050387f37e20c507019a67b460d951dc731a22b65aba4dc5940.css — 200 — 5.7 KiB — 57 ms — h2https://a.academia-assets.com/assets/design_system/button-80d93fb4fd1606cd6c8381044b828f718c4e46c21332c67a3e35e645c5a0f157.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/button-80d93fb4fd1606cd6c8381044b828f718c4e46c21332c67a3e35e645c5a0f157.css — 200 — 1.7 KiB — 58 ms — h2https://a.academia-assets.com/assets/design_system/heading-4dcbd24c81b9b851cdfb834f5d280c69a96ade531d01962c44b26864e454d4f3.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/heading-4dcbd24c81b9b851cdfb834f5d280c69a96ade531d01962c44b26864e454d4f3.css — 200 — 1.2 KiB — 67 ms — h2https://a.academia-assets.com/assets/design_system/body-49aa1568dcfb4df74b8135251bcd4d42cf0da361af3de0f2af85ad74e88dba99.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/body-49aa1568dcfb4df74b8135251bcd4d42cf0da361af3de0f2af85ad74e88dba99.css — 200 — 1.2 KiB — 61 ms — h2https://a.academia-assets.com/assets/about_hiring/footer-22aa592ae3ab7f8b66d3750d45cf6ae3fb67cedbdbb2853063a1cceb0761967d.cssa.academia-assets.com/assets/about_... https://a.academia-assets.com/assets/about_hiring/footer-22aa592ae3ab7f8b66d3750d45cf6ae3fb67cedbdbb2853063a1cceb0761967d.css — 200 — 1.9 KiB — 59 ms — h2https://a.academia-assets.com/assets/design_system/default_tokens/default-e25c09b05330c17d437cdf22fc7ce18ffc9347b25a5c6a4e533f2a219ecac70d.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/default_tokens/default-e25c09b05330c17d437cdf22fc7ce18ffc9347b25a5c6a4e533f2a219ecac70d.css — 200 — 4.8 KiB — 57 ms — h2https://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/DM-Sans_100-1000_normal_latin.woff2 — 200 — 62.1 KiB — 119 ms — h2https://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Gupter_400_normal_latin.woff2 — 200 — 13.8 KiB — 42 ms — h2https://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Material-Symbols-Outlined.woff2 — 200 — 275.5 KiB — 119 ms — h2https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_latin.woff2 — 200 — 34.7 KiB — 126 ms — h2https://a.academia-assets.com/assets/design_system/font-faces-2356cee1de094354769ab30bf9bb930e5f4cdeb0a4f2cce7272a440eecfa7de9.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/font-faces-2356cee1de094354769ab30bf9bb930e5f4cdeb0a4f2cce7272a440eecfa7de9.css — 200 — 2.5 KiB — 58 ms — h2https://a.academia-assets.com/assets/design_system/common-ae6595f765bfa5b551eb44e15de4953d346eabbc005f6ab5a79f366ea5d2b70b.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system/common-ae6595f765bfa5b551eb44e15de4953d346eabbc005f6ab5a79f366ea5d2b70b.css — 200 — 1.6 KiB — 68 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css — 200 — 5.8 KiB — 34 ms — h3https://a.academia-assets.com/assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8334dd39015bc1c16f927ad460.cssa.academia-assets.com/assets/librar... https://a.academia-assets.com/assets/libraries-3fa2f250cbcbdaf5b86ae47033e8e4e4af4d5e8334dd39015bc1c16f927ad460.css — 200 — 23.6 KiB — 61 ms — h2https://a.academia-assets.com/assets/academia-f708a0733e68810783f352ff4508912c9e1368b7e3ebdcaacebad190724a48e5.cssa.academia-assets.com/assets/academ... https://a.academia-assets.com/assets/academia-f708a0733e68810783f352ff4508912c9e1368b7e3ebdcaacebad190724a48e5.css — 200 — 46.7 KiB — 94 ms — h2https://a.academia-assets.com/assets/design_system_legacy-f57e67de2c1f349fd3ab19d5d11c134ef9be346f31afacdf618b6794277bf2cc.cssa.academia-assets.com/assets/design... https://a.academia-assets.com/assets/design_system_legacy-f57e67de2c1f349fd3ab19d5d11c134ef9be346f31afacdf618b6794277bf2cc.css — 200 — 9.4 KiB — 88 ms — h2https://a.academia-assets.com/webpack_bundles/js/runtime-719ff61db51b01b6.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/runtime-719ff61db51b01b6.js — 200 — 3.4 KiB — 85 ms — h2https://a.academia-assets.com/webpack_bundles/js/196-07898e620f030789.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/196-07898e620f030789.js — 200 — 25.2 KiB — 100 ms — h2https://a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/7963-e6e53b81fe1594cc.js — 200 — 30.5 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/2621-6f946f1b57ae22c8.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2621-6f946f1b57ae22c8.js — 200 — 20.3 KiB — 105 ms — h2https://a.academia-assets.com/webpack_bundles/js/8290-44f4371f81ecb94e.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/8290-44f4371f81ecb94e.js — 200 — 3.7 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/9345-f130cb271f4690e6.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/9345-f130cb271f4690e6.js — 200 — 33.9 KiB — 151 ms — h2https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/webpack_libraries_and_infrequently_changed.wjs-87f5221ae3c5408c.js — 200 — 33.4 KiB — 135 ms — h2https://a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/design_system-2a25dbc2c93dddef.js — 200 — 25.8 KiB — 108 ms — h2https://a.academia-assets.com/webpack_bundles/js/7776-c999a53cbd1ec1ba.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/7776-c999a53cbd1ec1ba.js — 200 — 45.0 KiB — 135 ms — h2https://a.academia-assets.com/webpack_bundles/js/3519-aa2ae30c046fa895.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/3519-aa2ae30c046fa895.js — 200 — 12.2 KiB — 127 ms — h2https://a.academia-assets.com/webpack_bundles/js/877-37d12d58343c5b7a.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/877-37d12d58343c5b7a.js — 200 — 7.0 KiB — 110 ms — h2https://a.academia-assets.com/webpack_bundles/js/4483-b50c88e8bfe65845.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/4483-b50c88e8bfe65845.js — 200 — 8.5 KiB — 162 ms — h2https://a.academia-assets.com/webpack_bundles/js/2193-de01c83c288e0ca9.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2193-de01c83c288e0ca9.js — 200 — 4.3 KiB — 120 ms — h2https://a.academia-assets.com/webpack_bundles/js/217-ee4a4e16f1fd8eb5.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/217-ee4a4e16f1fd8eb5.js — 200 — 19.1 KiB — 164 ms — h2https://a.academia-assets.com/webpack_bundles/js/8629-b439736bcfef2791.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/8629-b439736bcfef2791.js — 200 — 42.6 KiB — 146 ms — h2https://a.academia-assets.com/webpack_bundles/js/2016-19876abfc590f852.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2016-19876abfc590f852.js — 200 — 2.9 KiB — 121 ms — h2https://a.academia-assets.com/webpack_bundles/js/4104-44980874178155cf.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/4104-44980874178155cf.js — 200 — 2.7 KiB — 172 ms — h2https://a.academia-assets.com/webpack_bundles/js/6638-298cdbaf694b3010.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/6638-298cdbaf694b3010.js — 200 — 13.9 KiB — 126 ms — h2https://a.academia-assets.com/webpack_bundles/js/1255-afe7ee919ce55fdf.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/1255-afe7ee919ce55fdf.js — 200 — 8.3 KiB — 138 ms — h2https://a.academia-assets.com/webpack_bundles/js/2636-3f9347bbc558ae12.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2636-3f9347bbc558ae12.js — 200 — 3.1 KiB — 126 ms — h2https://a.academia-assets.com/webpack_bundles/js/2226-e5f5b649f067a331.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2226-e5f5b649f067a331.js — 200 — 6.5 KiB — 164 ms — h2https://a.academia-assets.com/webpack_bundles/js/2274-7b44007443060856.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2274-7b44007443060856.js — 200 — 13.8 KiB — 133 ms — h2https://a.academia-assets.com/webpack_bundles/js/1020-63fde3ae4617ab11.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/1020-63fde3ae4617ab11.js — 200 — 5.0 KiB — 138 ms — h2https://a.academia-assets.com/webpack_bundles/js/2705-ba2d4f989c985af4.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/2705-ba2d4f989c985af4.js — 200 — 4.9 KiB — 150 ms — h2https://a.academia-assets.com/webpack_bundles/js/1580-febc7d6de64c4e66.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/1580-febc7d6de64c4e66.js — 200 — 3.1 KiB — 174 ms — h2https://a.academia-assets.com/webpack_bundles/js/4443-5b1151d3c0f5e7f7.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/4443-5b1151d3c0f5e7f7.js — 200 — 4.8 KiB — 139 ms — h2https://a.academia-assets.com/webpack_bundles/js/8452-76fdcaddf6ec4989.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/8452-76fdcaddf6ec4989.js — 200 — 4.3 KiB — 154 ms — h2https://a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/core_webpack.wjs-a114924156048b6e.js — 200 — 210.5 KiB — 179 ms — h2https://a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/4543-4257cdf9b7a0c936.js — 200 — 30.7 KiB — 174 ms — h2https://a.academia-assets.com/webpack_bundles/js/sentry.wjs-d6830fdc92481ac6.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/sentry.wjs-d6830fdc92481ac6.js — 200 — 2.6 KiB — 151 ms — h2https://a.academia-assets.com/webpack_bundles/css/design_system-95ceee0966febe22.cssa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/css/design_system-95ceee0966febe22.css — 200 — 20.1 KiB — 73 ms — h2https://a.academia-assets.com/webpack_bundles/css/3528-407b17dbc4247f26.cssa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/css/3528-407b17dbc4247f26.css — 200 — 5.6 KiB — 61 ms — h2https://a.academia-assets.com/webpack_bundles/css/6496-0573bf035ed5dce9.cssa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/css/6496-0573bf035ed5dce9.css — 200 — 9.2 KiB — 53 ms — h2https://a.academia-assets.com/webpack_bundles/css/core_webpack.wjs-082ef8748f14914a.cssa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/css/core_webpack.wjs-082ef8748f14914a.css — 200 — 5.4 KiB — 56 ms — h2https://a.academia-assets.com/webpack_bundles/css/unibrow_chooser_legacy.wjs-a74902ddb8c3adeb.cssa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/css/unibrow_chooser_legacy.wjs-a74902ddb8c3adeb.css — 200 — 1.6 KiB — 65 ms — h2https://a.academia-assets.com/images/landing/icon-blue-user.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/icon-blue-user.svg — 200 — 1.4 KiB — 156 ms — h2https://a.academia-assets.com/images/academia-logo-redesign-2015.svga.academia-assets.com/images/academ... https://a.academia-assets.com/images/academia-logo-redesign-2015.svg — 200 — 1.8 KiB — 153 ms — h2https://a.academia-assets.com/images/landing/icon-gold-paper.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/icon-gold-paper.svg — 200 — 1.2 KiB — 6 ms — h2https://a.academia-assets.com/images/landing/icon-green-star.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/icon-green-star.svg — 200 — 1.0 KiB — 7 ms — h2https://0.academia-photos.com/93701/25969/23950/s65_jamie.wood.jpeg0.academia-photos.com/93701/25969/2... https://0.academia-photos.com/93701/25969/23950/s65_jamie.wood.jpeg — 200 — 2.0 KiB — 28 ms — h2https://a.academia-assets.com/images/favicons/manifest.jsona.academia-assets.com/images/favico... https://a.academia-assets.com/images/favicons/manifest.json — 200 — 1.5 KiB — 8 ms — h2https://sentry.io/api/27953/envelope/?sentry_version=7&sentry_key=530c6d33a0de4ebfb124b47975ef405c&sentry_client=sentry.javascript.browser%2F9.15.0sentry.io/api/27953/envelope/?sentr... https://sentry.io/api/27953/envelope/?sentry_version=7&sentry_key=530c6d33a0de4ebfb124b47975ef405c&sentry_client=sentry.javascript.browser%2F9.15.0 — 200 — 325 B — 264 ms — h2https://www.googletagmanager.com/gtag/js?id=G-5VKX33P2DSwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5VKX33P2DS — 200 — 165.2 KiB — 397 ms — h2https://a.academia-assets.com/webpack_bundles/js/3528-b86f0f8e9ec89154.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/3528-b86f0f8e9ec89154.js — 200 — 9.0 KiB — 10 ms — h2https://a.academia-assets.com/webpack_bundles/js/logged_out_home.wjs-7f9a8264d326ad84.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/logged_out_home.wjs-7f9a8264d326ad84.js — 200 — 6.5 KiB — 96 ms — h2https://a.academia-assets.com/webpack_bundles/js/5083-c27034133a489108.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/5083-c27034133a489108.js — 200 — 13.1 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/8224-c4b984f9d91090d2.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/8224-c4b984f9d91090d2.js — 200 — 3.6 KiB — 93 ms — h2https://a.academia-assets.com/webpack_bundles/js/unibrow_chooser_legacy.wjs-f692d95514c72ef8.jsa.academia-assets.com/webpack_bundl... https://a.academia-assets.com/webpack_bundles/js/unibrow_chooser_legacy.wjs-f692d95514c72ef8.js — 200 — 8.1 KiB — 94 ms — h2https://a.academia-assets.com/images/academia-logo-redesign-2015-A.svga.academia-assets.com/images/academ... https://a.academia-assets.com/images/academia-logo-redesign-2015-A.svg — 200 — 1.3 KiB — 92 ms — h2https://0.academia-photos.com/153749/40132/20533394/s65_kostas.vlassopoulos.jpg0.academia-photos.com/153749/40132/... https://0.academia-photos.com/153749/40132/20533394/s65_kostas.vlassopoulos.jpg — 200 — 1.9 KiB — 128 ms — h2https://0.academia-photos.com/170145/42815/24673792/s65_danijel.dzino.jpeg0.academia-photos.com/170145/42815/... https://0.academia-photos.com/170145/42815/24673792/s65_danijel.dzino.jpeg — 200 — 3.5 KiB — 159 ms — h2https://0.academia-photos.com/13941/4680/4872108/s65_peter.scholliers.jp20.academia-photos.com/13941/4680/48... https://0.academia-photos.com/13941/4680/4872108/s65_peter.scholliers.jp2 — 200 — 6.0 KiB — 137 ms — h2https://0.academia-photos.com/168417/42528/35033278/s65_florin.curta.jpg0.academia-photos.com/168417/42528/... https://0.academia-photos.com/168417/42528/35033278/s65_florin.curta.jpg — 200 — 1.8 KiB — 129 ms — h2https://0.academia-photos.com/68338/1209003/8013886/s65_kalle.pihlainen.jpg0.academia-photos.com/68338/1209003... https://0.academia-photos.com/68338/1209003/8013886/s65_kalle.pihlainen.jpg — 200 — 11.5 KiB — 132 ms — h2https://0.academia-photos.com/118352/469924/592044/s65_andreas.fickers.jpg0.academia-photos.com/118352/469924... https://0.academia-photos.com/118352/469924/592044/s65_andreas.fickers.jpg — 200 — 32.9 KiB — 140 ms — h2https://0.academia-photos.com/695663/917481/1147821/s65_michael.shur.jpg0.academia-photos.com/695663/917481... https://0.academia-photos.com/695663/917481/1147821/s65_michael.shur.jpg — 200 — 8.4 KiB — 161 ms — h2https://0.academia-photos.com/188695/45919/4970628/s65_josua_p.meyer.jpg0.academia-photos.com/188695/45919/... https://0.academia-photos.com/188695/45919/4970628/s65_josua_p.meyer.jpg — 200 — 2.5 KiB — 129 ms — h2https://0.academia-photos.com/54387/16255/217297/s65_joshua.pearce.jpg0.academia-photos.com/54387/16255/2... https://0.academia-photos.com/54387/16255/217297/s65_joshua.pearce.jpg — 200 — 7.7 KiB — 159 ms — h2https://0.academia-photos.com/33147769/10552206/188333167/s65_andre.anders.jpg0.academia-photos.com/33147769/1055... https://0.academia-photos.com/33147769/10552206/188333167/s65_andre.anders.jpg — 200 — 3.1 KiB — 129 ms — h2https://0.academia-photos.com/36095349/23999625/75007909/s65_d..inman.jpg0.academia-photos.com/36095349/2399... https://0.academia-photos.com/36095349/23999625/75007909/s65_d..inman.jpg — 200 — 3.5 KiB — 161 ms — h2https://0.academia-photos.com/32540595/9751655/10863433/s65_eray.aydil.jpg0.academia-photos.com/32540595/9751... https://0.academia-photos.com/32540595/9751655/10863433/s65_eray.aydil.jpg — 200 — 6.7 KiB — 167 ms — h2https://0.academia-photos.com/40413388/11036221/12315734/s65_christopher.ober.png0.academia-photos.com/40413388/1103... https://0.academia-photos.com/40413388/11036221/12315734/s65_christopher.ober.png — 200 — 2.0 KiB — 169 ms — h2https://0.academia-photos.com/133181/35421/32554/s65_nicholas.economides.jpg0.academia-photos.com/133181/35421/... https://0.academia-photos.com/133181/35421/32554/s65_nicholas.economides.jpg — 200 — 1.7 KiB — 159 ms — h2https://0.academia-photos.com/32718661/12653718/14076034/s65_raymond.riezman.png0.academia-photos.com/32718661/1265... https://0.academia-photos.com/32718661/12653718/14076034/s65_raymond.riezman.png — 200 — 2.6 KiB — 170 ms — h2https://0.academia-photos.com/21390/7158/6860/s65_edgar.feige.jpg0.academia-photos.com/21390/7158/68... https://0.academia-photos.com/21390/7158/6860/s65_edgar.feige.jpg — 200 — 3.1 KiB — 135 ms — h2https://0.academia-photos.com/24867807/13106523/18479686/s65_michael.keane.jpg0.academia-photos.com/24867807/1310... https://0.academia-photos.com/24867807/13106523/18479686/s65_michael.keane.jpg — 200 — 3.9 KiB — 253 ms — h2https://0.academia-photos.com/2651424/845951/1051502/s65_hercules.haralambides.jpg0.academia-photos.com/2651424/84595... https://0.academia-photos.com/2651424/845951/1051502/s65_hercules.haralambides.jpg — 200 — 4.7 KiB — 136 ms — h2https://0.academia-photos.com/10483/31638845/28953264/s65_jere_r..behrman.jpg0.academia-photos.com/10483/3163884... https://0.academia-photos.com/10483/31638845/28953264/s65_jere_r..behrman.jpg — 200 — 5.4 KiB — 238 ms — h2https://0.academia-photos.com/288532/11864244/13222243/s65_brad.humphreys.jpg0.academia-photos.com/288532/118642... https://0.academia-photos.com/288532/11864244/13222243/s65_brad.humphreys.jpg — 200 — 2.8 KiB — 254 ms — h2https://0.academia-photos.com/100012/27574/25394/s65_charles.spence.jpg0.academia-photos.com/100012/27574/... https://0.academia-photos.com/100012/27574/25394/s65_charles.spence.jpg — 200 — 4.4 KiB — 169 ms — h2https://0.academia-photos.com/23978036/6473763/7321516/s65_norbert.schwarz.jpg0.academia-photos.com/23978036/6473... https://0.academia-photos.com/23978036/6473763/7321516/s65_norbert.schwarz.jpg — 200 — 11.5 KiB — 175 ms — h2https://a.academia-assets.com/images/s65_no_pic.pnga.academia-assets.com/images/s65_no... https://a.academia-assets.com/images/s65_no_pic.png — 200 — 1.5 KiB — 87 ms — h2https://0.academia-photos.com/29808287/8577337/9582240/s65_rebecca.treiman.jpg_oh_66a7e9431c887bd347932124def8ff91_oe_55dbaa3c___gda___1437391122_7d8caaebcaf2e42a628de220c7c3a57c0.academia-photos.com/29808287/8577... https://0.academia-photos.com/29808287/8577337/9582240/s65_rebecca.treiman.jpg_oh_66a7e9431c887bd347932124def8ff91_oe_55dbaa3c___gda___1437391122_7d8caaebcaf2e42a628de220c7c3a57c — 200 — 1.9 KiB — 170 ms — h2https://0.academia-photos.com/34438703/18241573/18216710/s65_bernard.weiner.jpg0.academia-photos.com/34438703/1824... https://0.academia-photos.com/34438703/18241573/18216710/s65_bernard.weiner.jpg — 200 — 2.9 KiB — 135 ms — h2https://0.academia-photos.com/33698990/10951601/12222098/s65_james.overholser.jpg0.academia-photos.com/33698990/1095... https://0.academia-photos.com/33698990/10951601/12222098/s65_james.overholser.jpg — 200 — 2.9 KiB — 172 ms — h2https://0.academia-photos.com/13570/4566/4477/s65_robert.siegler.jpg0.academia-photos.com/13570/4566/44... https://0.academia-photos.com/13570/4566/4477/s65_robert.siegler.jpg — 200 — 1.8 KiB — 189 ms — h2https://0.academia-photos.com/7630487/2749271/3203685/s65_eugene.stanley.jpg0.academia-photos.com/7630487/27492... https://0.academia-photos.com/7630487/2749271/3203685/s65_eugene.stanley.jpg — 200 — 2.7 KiB — 247 ms — h2https://0.academia-photos.com/183613/89403/97371/s65_eugene.terentjev.jpg0.academia-photos.com/183613/89403/... https://0.academia-photos.com/183613/89403/97371/s65_eugene.terentjev.jpg — 200 — 2.0 KiB — 170 ms — h2https://0.academia-photos.com/42965906/11943342/13308440/s65_sasha.migdal.jpg_oh_add75bbc7a7c4f6dac2d87f5069e361b_oe_578ecd3a0.academia-photos.com/42965906/1194... https://0.academia-photos.com/42965906/11943342/13308440/s65_sasha.migdal.jpg_oh_add75bbc7a7c4f6dac2d87f5069e361b_oe_578ecd3a — 200 — 2.5 KiB — 174 ms — h2https://0.academia-photos.com/5422515/2383021/2775099/s65_marek.zukowski.jpg0.academia-photos.com/5422515/23830... https://0.academia-photos.com/5422515/2383021/2775099/s65_marek.zukowski.jpg — 200 — 5.8 KiB — 175 ms — h2https://0.academia-photos.com/31376719/9250775/52044554/s65_quentin.parker.jpg0.academia-photos.com/31376719/9250... https://0.academia-photos.com/31376719/9250775/52044554/s65_quentin.parker.jpg — 200 — 5.3 KiB — 182 ms — h2https://0.academia-photos.com/6151972/18293957/18262584/s65_airton.deppman.jpg0.academia-photos.com/6151972/18293... https://0.academia-photos.com/6151972/18293957/18262584/s65_airton.deppman.jpg — 200 — 3.0 KiB — 183 ms — h2https://0.academia-photos.com/9379962/26120418/24738551/s65_maurizio_m..busso.jpg0.academia-photos.com/9379962/26120... https://0.academia-photos.com/9379962/26120418/24738551/s65_maurizio_m..busso.jpg — 200 — 1.2 KiB — 185 ms — h2https://0.academia-photos.com/243647/52887/15881093/s65_gary.feinman.jpg0.academia-photos.com/243647/52887/... https://0.academia-photos.com/243647/52887/15881093/s65_gary.feinman.jpg — 200 — 3.7 KiB — 250 ms — h2https://0.academia-photos.com/1641735/1930804/2285496/s65_milford.wolpoff.jpg0.academia-photos.com/1641735/19308... https://0.academia-photos.com/1641735/1930804/2285496/s65_milford.wolpoff.jpg — 200 — 16.1 KiB — 194 ms — h2https://0.academia-photos.com/2278/1070/177898620/s65_noel_b..salazar.jpg0.academia-photos.com/2278/1070/177... https://0.academia-photos.com/2278/1070/177898620/s65_noel_b..salazar.jpg — 200 — 6.3 KiB — 185 ms — h2https://0.academia-photos.com/27417/8954/118372060/s65_andrew.sluyter.jpg0.academia-photos.com/27417/8954/11... https://0.academia-photos.com/27417/8954/118372060/s65_andrew.sluyter.jpg — 200 — 2.6 KiB — 174 ms — h2https://0.academia-photos.com/173215/214906/251014/s65_patrick.kirch.jpg0.academia-photos.com/173215/214906... https://0.academia-photos.com/173215/214906/251014/s65_patrick.kirch.jpg — 200 — 26.6 KiB — 222 ms — h2https://0.academia-photos.com/26749/8732/8290/s65_merrill.singer.jpg0.academia-photos.com/26749/8732/82... https://0.academia-photos.com/26749/8732/8290/s65_merrill.singer.jpg — 200 — 3.7 KiB — 204 ms — h2https://0.academia-photos.com/80879/4931387/5667068/s65_timothy.williamson.jpg0.academia-photos.com/80879/4931387... https://0.academia-photos.com/80879/4931387/5667068/s65_timothy.williamson.jpg — 200 — 22.2 KiB — 209 ms — h2https://0.academia-photos.com/2193429/32780161/29488676/s65_william.hasker.jpg0.academia-photos.com/2193429/32780... https://0.academia-photos.com/2193429/32780161/29488676/s65_william.hasker.jpg — 200 — 3.8 KiB — 185 ms — h2https://0.academia-photos.com/186438/1274844/1587449/s65_robert.veatch.jpg0.academia-photos.com/186438/127484... https://0.academia-photos.com/186438/1274844/1587449/s65_robert.veatch.jpg — 200 — 28.4 KiB — 266 ms — h2https://0.academia-photos.com/9936705/3084107/68212009/s65_attila.tanyi.jpg0.academia-photos.com/9936705/30841... https://0.academia-photos.com/9936705/3084107/68212009/s65_attila.tanyi.jpg — 200 — 3.1 KiB — 126 ms — h2https://0.academia-photos.com/3473685/2837970/13414697/s65_laura.candiotto.jpg0.academia-photos.com/3473685/28379... https://0.academia-photos.com/3473685/2837970/13414697/s65_laura.candiotto.jpg — 200 — 2.2 KiB — 243 ms — h2https://0.academia-photos.com/108575/29713/27331/s65_paul.boghossian.jpg0.academia-photos.com/108575/29713/... https://0.academia-photos.com/108575/29713/27331/s65_paul.boghossian.jpg — 200 — 2.9 KiB — 261 ms — h2https://0.academia-photos.com/15466939/4176175/4863380/s65_stephen.stich.jpg0.academia-photos.com/15466939/4176... https://0.academia-photos.com/15466939/4176175/4863380/s65_stephen.stich.jpg — 200 — 3.6 KiB — 279 ms — h2https://0.academia-photos.com/518967/182200/212372/s65_takeharu.haino.jpg0.academia-photos.com/518967/182200... https://0.academia-photos.com/518967/182200/212372/s65_takeharu.haino.jpg — 200 — 4.8 KiB — 190 ms — h2https://0.academia-photos.com/101213119/22202836/48570938/s65_javad.safari.jpg0.academia-photos.com/101213119/222... https://0.academia-photos.com/101213119/22202836/48570938/s65_javad.safari.jpg — 200 — 2.8 KiB — 124 ms — h2https://0.academia-photos.com/149728/39540/36327/s65_bongsoo.kim.jpeg0.academia-photos.com/149728/39540/... https://0.academia-photos.com/149728/39540/36327/s65_bongsoo.kim.jpeg — 200 — 4.0 KiB — 240 ms — h2https://0.academia-photos.com/2612582/826062/38937938/s65_professor_dr._loutfy.madkour.jpg0.academia-photos.com/2612582/82606... https://0.academia-photos.com/2612582/826062/38937938/s65_professor_dr._loutfy.madkour.jpg — 200 — 2.7 KiB — 273 ms — h2https://0.academia-photos.com/35445/11686/18305812/s65_jean-philip.piquemal.jpg0.academia-photos.com/35445/11686/1... https://0.academia-photos.com/35445/11686/18305812/s65_jean-philip.piquemal.jpg — 200 — 2.2 KiB — 189 ms — h2https://0.academia-photos.com/176937962/49029731/37033717/s65_mark.grinstaff.jpg0.academia-photos.com/176937962/490... https://0.academia-photos.com/176937962/49029731/37033717/s65_mark.grinstaff.jpg — 200 — 2.4 KiB — 240 ms — h2https://0.academia-photos.com/2428725/763698/950168/s65_ernesto.pereira.jpg0.academia-photos.com/2428725/76369... https://0.academia-photos.com/2428725/763698/950168/s65_ernesto.pereira.jpg — 200 — 2.5 KiB — 242 ms — h2https://0.academia-photos.com/326097/91654/100948/s65_martin.brasier.jpg0.academia-photos.com/326097/91654/... https://0.academia-photos.com/326097/91654/100948/s65_martin.brasier.jpg — 200 — 14.3 KiB — 340 ms — h2https://0.academia-photos.com/30937520/18648109/18835474/s65_john.clague.jpg0.academia-photos.com/30937520/1864... https://0.academia-photos.com/30937520/18648109/18835474/s65_john.clague.jpg — 200 — 4.9 KiB — 184 ms — h2https://0.academia-photos.com/3377561/1137877/1425710/s65_louis.moresi.jpg0.academia-photos.com/3377561/11378... https://0.academia-photos.com/3377561/1137877/1425710/s65_louis.moresi.jpg — 200 — 1.9 KiB — 243 ms — h2https://0.academia-photos.com/33871120/47586792/36405444/s65_michael.searle.png0.academia-photos.com/33871120/4758... https://0.academia-photos.com/33871120/47586792/36405444/s65_michael.searle.png — 200 — 2.9 KiB — 253 ms — h2https://0.academia-photos.com/32085089/48363595/36780811/s65_guochun_zhao._.jpg0.academia-photos.com/32085089/4836... https://0.academia-photos.com/32085089/48363595/36780811/s65_guochun_zhao._.jpg — 200 — 3.4 KiB — 184 ms — h2https://0.academia-photos.com/102248/28141/11213115/s65_hemin.koyi.jpg0.academia-photos.com/102248/28141/... https://0.academia-photos.com/102248/28141/11213115/s65_hemin.koyi.jpg — 200 — 7.3 KiB — 328 ms — h2https://0.academia-photos.com/6407942/2675568/3113943/s65_marcelle.boudagher-fadel.jpg0.academia-photos.com/6407942/26755... https://0.academia-photos.com/6407942/2675568/3113943/s65_marcelle.boudagher-fadel.jpg — 200 — 2.1 KiB — 243 ms — h2https://0.academia-photos.com/53351/83761/40688160/s65_erin.talvitie.jpeg0.academia-photos.com/53351/83761/4... https://0.academia-photos.com/53351/83761/40688160/s65_erin.talvitie.jpeg — 200 — 3.6 KiB — 256 ms — h2https://0.academia-photos.com/3275555/4831927/5562055/s65_ognjen.arandjelovic.jpg0.academia-photos.com/3275555/48319... https://0.academia-photos.com/3275555/4831927/5562055/s65_ognjen.arandjelovic.jpg — 200 — 12.2 KiB — 346 ms — h2https://0.academia-photos.com/20085/6788/35453504/s65_willy.susilo.png0.academia-photos.com/20085/6788/35... https://0.academia-photos.com/20085/6788/35453504/s65_willy.susilo.png — 200 — 2.6 KiB — 243 ms — h2https://0.academia-photos.com/12892904/8740595/9762019/s65_paul.mueller.jpg0.academia-photos.com/12892904/8740... https://0.academia-photos.com/12892904/8740595/9762019/s65_paul.mueller.jpg — 200 — 3.8 KiB — 260 ms — h2https://0.academia-photos.com/830845/848008/10888341/s65_alan.chamberlain.jpg0.academia-photos.com/830845/848008... https://0.academia-photos.com/830845/848008/10888341/s65_alan.chamberlain.jpg — 200 — 10.2 KiB — 121 ms — h2https://0.academia-photos.com/314132/63138/69396/s65_mark.harman.jpg0.academia-photos.com/314132/63138/... https://0.academia-photos.com/314132/63138/69396/s65_mark.harman.jpg — 200 — 6.4 KiB — 262 ms — h2https://0.academia-photos.com/395715/124145/64827257/s65_utku.k_se.png0.academia-photos.com/395715/124145... https://0.academia-photos.com/395715/124145/64827257/s65_utku.k_se.png — 200 — 2.6 KiB — 268 ms — h2https://0.academia-photos.com/4976797/2550910/36066018/s65_florentin.smarandache.jpg0.academia-photos.com/4976797/25509... https://0.academia-photos.com/4976797/2550910/36066018/s65_florentin.smarandache.jpg — 200 — 3.0 KiB — 115 ms — h2https://0.academia-photos.com/56990071/22512642/21708978/s65_robert.mackay.jpg0.academia-photos.com/56990071/2251... https://0.academia-photos.com/56990071/22512642/21708978/s65_robert.mackay.jpg — 200 — 3.1 KiB — 194 ms — h2https://0.academia-photos.com/42433526/29555230/27493953/s65_palle.jorgensen.jpg0.academia-photos.com/42433526/2955... https://0.academia-photos.com/42433526/29555230/27493953/s65_palle.jorgensen.jpg — 200 — 3.0 KiB — 185 ms — h2https://0.academia-photos.com/120814431/38879334/32371674/s65_eugenijus.manstavi_ius.jpg0.academia-photos.com/120814431/388... https://0.academia-photos.com/120814431/38879334/32371674/s65_eugenijus.manstavi_ius.jpg — 200 — 1.1 KiB — 183 ms — h2https://0.academia-photos.com/40338724/12576215/13991974/s65_gianluigi.rozza.jpeg0.academia-photos.com/40338724/1257... https://0.academia-photos.com/40338724/12576215/13991974/s65_gianluigi.rozza.jpeg — 200 — 3.0 KiB — 275 ms — h2https://0.academia-photos.com/32476274/18444977/18396189/s65_gyorgy.gat.jpg0.academia-photos.com/32476274/1844... https://0.academia-photos.com/32476274/18444977/18396189/s65_gyorgy.gat.jpg — 200 — 3.8 KiB — 261 ms — h2https://0.academia-photos.com/1187729/18034522/18038702/s65_louis.h_kauffman.jpg0.academia-photos.com/1187729/18034... https://0.academia-photos.com/1187729/18034522/18038702/s65_louis.h_kauffman.jpg — 200 — 2.2 KiB — 272 ms — h2https://0.academia-photos.com/2160367/6994837/7886846/s65_nicoletta.pireddu.jpg0.academia-photos.com/2160367/69948... https://0.academia-photos.com/2160367/6994837/7886846/s65_nicoletta.pireddu.jpg — 200 — 3.7 KiB — 194 ms — h2https://0.academia-photos.com/663360/13808228/14904109/s65_david.martens.jpg0.academia-photos.com/663360/138082... https://0.academia-photos.com/663360/13808228/14904109/s65_david.martens.jpg — 200 — 2.2 KiB — 270 ms — h2https://0.academia-photos.com/143641/38066/48865815/s65_liam.connell.jpg0.academia-photos.com/143641/38066/... https://0.academia-photos.com/143641/38066/48865815/s65_liam.connell.jpg — 200 — 2.7 KiB — 183 ms — h2https://0.academia-photos.com/2289910/727279/12701392/s65_aamir.mufti.jpg0.academia-photos.com/2289910/72727... https://0.academia-photos.com/2289910/727279/12701392/s65_aamir.mufti.jpg — 200 — 3.4 KiB — 196 ms — h2https://0.academia-photos.com/227948/213969/78952371/s65_rob.wilson.jpg0.academia-photos.com/227948/213969... https://0.academia-photos.com/227948/213969/78952371/s65_rob.wilson.jpg — 200 — 1.4 KiB — 284 ms — h2https://0.academia-photos.com/8019629/3453233/73072101/s65_laurens.ham.jpg0.academia-photos.com/8019629/34532... https://0.academia-photos.com/8019629/3453233/73072101/s65_laurens.ham.jpg — 200 — 3.8 KiB — 194 ms — h2https://0.academia-photos.com/20747431/10503595/92133052/s65_scott.jarvie.jpg0.academia-photos.com/20747431/1050... https://0.academia-photos.com/20747431/10503595/92133052/s65_scott.jarvie.jpg — 200 — 2.4 KiB — 273 ms — h2https://0.academia-photos.com/1823384/621554/771362/s65_ian.freckelton.jpg0.academia-photos.com/1823384/62155... https://0.academia-photos.com/1823384/621554/771362/s65_ian.freckelton.jpg — 200 — 2.2 KiB — 275 ms — h2https://0.academia-photos.com/50311129/20376710/20055353/s65_lawrence.gostin.jpg0.academia-photos.com/50311129/2037... https://0.academia-photos.com/50311129/20376710/20055353/s65_lawrence.gostin.jpg — 200 — 1.5 KiB — 200 ms — h2https://0.academia-photos.com/3808603/4244859/9211711/s65_tom.ginsburg.jpg0.academia-photos.com/3808603/42448... https://0.academia-photos.com/3808603/4244859/9211711/s65_tom.ginsburg.jpg — 200 — 2.0 KiB — 203 ms — h2https://0.academia-photos.com/21796206/11337507/12647878/s65_carrie.menkel-meadow.jpg0.academia-photos.com/21796206/1133... https://0.academia-photos.com/21796206/11337507/12647878/s65_carrie.menkel-meadow.jpg — 200 — 3.3 KiB — 264 ms — h2https://0.academia-photos.com/36593806/12117805/13497673/s65_christopher.mccrudden.jpg_oh_903ec2938d30fedddd2b1f5364c99fbf_oe_578e9e020.academia-photos.com/36593806/1211... https://0.academia-photos.com/36593806/12117805/13497673/s65_christopher.mccrudden.jpg_oh_903ec2938d30fedddd2b1f5364c99fbf_oe_578e9e02 — 200 — 1.9 KiB — 201 ms — h2https://0.academia-photos.com/19239/2205163/2583065/s65_davina.cooper.jpg0.academia-photos.com/19239/2205163... https://0.academia-photos.com/19239/2205163/2583065/s65_davina.cooper.jpg — 200 — 2.9 KiB — 280 ms — h2https://0.academia-photos.com/127905/30535835/28288117/s65_sandra.fredman.jpg0.academia-photos.com/127905/305358... https://0.academia-photos.com/127905/30535835/28288117/s65_sandra.fredman.jpg — 200 — 3.3 KiB — 285 ms — h2https://0.academia-photos.com/57945831/15185223/148073569/s65_adnan.kisa.jpeg0.academia-photos.com/57945831/1518... https://0.academia-photos.com/57945831/15185223/148073569/s65_adnan.kisa.jpeg — 200 — 2.2 KiB — 289 ms — h2https://0.academia-photos.com/346304/94113/206747/s65_peter.griffiths.jpg0.academia-photos.com/346304/94113/... https://0.academia-photos.com/346304/94113/206747/s65_peter.griffiths.jpg — 200 — 33.7 KiB — 333 ms — h2https://0.academia-photos.com/137957/36615/31643429/s65_patricia.fronek.jpg0.academia-photos.com/137957/36615/... https://0.academia-photos.com/137957/36615/31643429/s65_patricia.fronek.jpg — 200 — 2.0 KiB — 290 ms — h2https://0.academia-photos.com/156189/40499/1481064/s65_graham.martin.jpg0.academia-photos.com/156189/40499/... https://0.academia-photos.com/156189/40499/1481064/s65_graham.martin.jpg — 200 — 2.9 KiB — 285 ms — h2https://0.academia-photos.com/209797080/72090005/60547733/s65_rose_mari.olsen.jpg0.academia-photos.com/209797080/720... https://0.academia-photos.com/209797080/72090005/60547733/s65_rose_mari.olsen.jpg — 200 — 2.6 KiB — 287 ms — h2https://0.academia-photos.com/24191374/6809598/7687330/s65_dominic.trepel.jpg0.academia-photos.com/24191374/6809... https://0.academia-photos.com/24191374/6809598/7687330/s65_dominic.trepel.jpg — 200 — 2.1 KiB — 292 ms — h2https://0.academia-photos.com/26965/8804/8357/s65_gregor.wolbring.jpg0.academia-photos.com/26965/8804/83... https://0.academia-photos.com/26965/8804/8357/s65_gregor.wolbring.jpg — 200 — 2.4 KiB — 280 ms — h2https://0.academia-photos.com/31778274/9433880/10522268/s65_hans-peter.klenk.jpg0.academia-photos.com/31778274/9433... https://0.academia-photos.com/31778274/9433880/10522268/s65_hans-peter.klenk.jpg — 200 — 150.0 KiB — 349 ms — h2https://0.academia-photos.com/2857593/1108182/11794081/s65_ann.hirsch.jpg0.academia-photos.com/2857593/11081... https://0.academia-photos.com/2857593/1108182/11794081/s65_ann.hirsch.jpg — 200 — 8.0 KiB — 292 ms — h2https://0.academia-photos.com/29194678/8333979/9320363/s65_jesus.romalde.jpg_oh_a609ddbc6edf2926d89ef6f1e8433284_oe_55b440cb___gda___1436869284_60825f5aaa5ea51aa2e28a52d59750230.academia-photos.com/29194678/8333... https://0.academia-photos.com/29194678/8333979/9320363/s65_jesus.romalde.jpg_oh_a609ddbc6edf2926d89ef6f1e8433284_oe_55b440cb___gda___1436869284_60825f5aaa5ea51aa2e28a52d5975023 — 200 — 2.4 KiB — 289 ms — h2https://0.academia-photos.com/49872707/13151641/14456948/s65_robert.jansen.jpg0.academia-photos.com/49872707/1315... https://0.academia-photos.com/49872707/13151641/14456948/s65_robert.jansen.jpg — 200 — 2.8 KiB — 324 ms — h2https://0.academia-photos.com/2319850/733917/911153/s65_michael.rose.jpg0.academia-photos.com/2319850/73391... https://0.academia-photos.com/2319850/733917/911153/s65_michael.rose.jpg — 200 — 4.7 KiB — 343 ms — h2https://0.academia-photos.com/7713630/2759925/3216717/s65_david.twell.jpg0.academia-photos.com/7713630/27599... https://0.academia-photos.com/7713630/2759925/3216717/s65_david.twell.jpg — 200 — 6.0 KiB — 298 ms — h2https://0.academia-photos.com/30961221/9929872/11071614/s65_robert.reisz.jpg0.academia-photos.com/30961221/9929... https://0.academia-photos.com/30961221/9929872/11071614/s65_robert.reisz.jpg — 200 — 3.8 KiB — 335 ms — h2https://0.academia-photos.com/3810490/1772546/21125063/s65_johannes.van_oort.jpg0.academia-photos.com/3810490/17725... https://0.academia-photos.com/3810490/1772546/21125063/s65_johannes.van_oort.jpg — 200 — 2.2 KiB — 333 ms — h2https://0.academia-photos.com/13276568/3728478/10925234/s65_jeffrey.morrow.jpg0.academia-photos.com/13276568/3728... https://0.academia-photos.com/13276568/3728478/10925234/s65_jeffrey.morrow.jpg — 200 — 23.8 KiB — 192 ms — h2https://0.academia-photos.com/211731/48722/467352/s65_andrei.orlov.jpg0.academia-photos.com/211731/48722/... https://0.academia-photos.com/211731/48722/467352/s65_andrei.orlov.jpg — 200 — 3.0 KiB — 340 ms — h2https://0.academia-photos.com/811272/279818/18376830/s65_salvador.ryan.jpg0.academia-photos.com/811272/279818... https://0.academia-photos.com/811272/279818/18376830/s65_salvador.ryan.jpg — 200 — 2.0 KiB — 320 ms — h2https://0.academia-photos.com/24244467/13515411/23355313/s65_robyn.horner.jpg0.academia-photos.com/24244467/1351... https://0.academia-photos.com/24244467/13515411/23355313/s65_robyn.horner.jpg — 200 — 1.6 KiB — 329 ms — h2https://0.academia-photos.com/232088/998089/22315400/s65_benedikt_paul.g_cke.jpg0.academia-photos.com/232088/998089... https://0.academia-photos.com/232088/998089/22315400/s65_benedikt_paul.g_cke.jpg — 200 — 3.0 KiB — 290 ms — h2https://0.academia-photos.com/510163/177425/14939684/s65_peter-ben.smit.jpg0.academia-photos.com/510163/177425... https://0.academia-photos.com/510163/177425/14939684/s65_peter-ben.smit.jpg — 200 — 1.8 KiB — 342 ms — h2https://a.academia-assets.com/images/landing/closing_hero.pnga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/closing_hero.png — 200 — 466.9 KiB — 189 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.1 KiB — 400 ms — h2https://a.academia-assets.com/images/design_system/academia_logo_short_white.svga.academia-assets.com/images/design... https://a.academia-assets.com/images/design_system/academia_logo_short_white.svg — 200 — 1.3 KiB — 38 ms — h2https://a.academia-assets.com/images/design_system/academia_logo_white.svga.academia-assets.com/images/design... https://a.academia-assets.com/images/design_system/academia_logo_white.svg — 200 — 2.5 KiB — 61 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 53 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-5G9JF7Z&l=dataLayer_oldwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5G9JF7Z&l=dataLayer_old — 200 — 132.7 KiB — 332 ms — h2https://a.academia-assets.com/images/landing/top_hero.pnga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/top_hero.png — 200 — 651.9 KiB — 338 ms — h2https://a.academia-assets.com/images/landing/icon-blue-checkmark.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/icon-blue-checkmark.svg — 200 — 1018 B — 57 ms — h2https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_symbols.woff2a.academia-assets.com/fonts/design_... https://a.academia-assets.com/fonts/design_system/Roboto_100-900_normal_symbols.woff2 — 200 — 17.0 KiB — 10 ms — h2https://connect.facebook.net/en_US/sdk.jsconnect.facebook.net/en_US/sdk.js https://connect.facebook.net/en_US/sdk.js — 200 — 5.1 KiB — 112 ms — h3https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.jsappleid.cdn-apple.com/appleauth/sta... https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js — 200 — 17.4 KiB — 185 ms — http/1.1https://a.academia-assets.com/images/google/google-color-transparent-bg-2.svga.academia-assets.com/images/google... https://a.academia-assets.com/images/google/google-color-transparent-bg-2.svg — 200 — 1.6 KiB — 183 ms — h2https://a.academia-assets.com/images/apple/apple-black.svga.academia-assets.com/images/apple/... https://a.academia-assets.com/images/apple/apple-black.svg — 200 — 1.3 KiB — 181 ms — h2https://a.academia-assets.com/images/facebook/facebook-color-transparent-bg-2.svga.academia-assets.com/images/facebo... https://a.academia-assets.com/images/facebook/facebook-color-transparent-bg-2.svg — 200 — 1.5 KiB — 184 ms — h2https://www.academia.edu/record_hit?url=https%3A%2F%2Fwww.academia.edu%2Fwww.academia.edu/record_hit?url=htt... https://www.academia.edu/record_hit?url=https%3A%2F%2Fwww.academia.edu%2F — 200 — 1.0 KiB — 206 ms — h2https://www.academia.edu/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.academia.edu/cdn-cgi/challenge-... https://www.academia.edu/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 399 B — 108 ms — h2https://connect.facebook.net/en_US/bundle/sdk.js/connect.facebook.net/en_US/bundle/s... https://connect.facebook.net/en_US/bundle/sdk.js/ — 200 — 77.7 KiB — 110 ms — h3https://www.academia.edu/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js?www.academia.edu/cdn-cgi/challenge-... https://www.academia.edu/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0a7532ac8ec/main.js? — 200 — 11.6 KiB — 37 ms — h2https://www.academia.edu/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed52d45bff0f1f9www.academia.edu/cdn-cgi/challenge-... https://www.academia.edu/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0a7532ac8ec/0.5318469050084949:1776359656:ln3RLbZdcwVQxb75aXDKAHo1AsFFcq1l_zzfP5ot_C8/9ed52d45bff0f1f9 — 200 — 756 B — 13 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-5VKX33P2DS&gtm=45je64f0v9119176402za200zd9119176402&_p=1776363342044&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=674108325.1776363343&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~118131810&sid=1776363343&sct=1&seg=0&dl=https%3A%2F%2Fwww.academia.edu%2F&dt=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.controller=home&ep.action=show&ep.controller_action=home%23show&ep.logged_in=false&ep.edge=unknown&ep.ab_test_bucket=&tfd=1376analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-5VKX33P2DS&gtm=45je64f0v9119176402za200zd9119176402&_p=1776363342044&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=674108325.1776363343&frm=0&pscdl=noapi&rcb=7&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~118131810&sid=1776363343&sct=1&seg=0&dl=https%3A%2F%2Fwww.academia.edu%2F&dt=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&_tu=QA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.controller=home&ep.action=show&ep.controller_action=home%23show&ep.logged_in=false&ep.edge=unknown&ep.ab_test_bucket=&tfd=1376 — 204 — 550 B — 127 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5VKX33P2DS&cid=674108325.1776363343&gtm=45je64f0v9119176402za200zd9119176402&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~118131810stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-5VKX33P2DS&cid=674108325.1776363343&gtm=45je64f0v9119176402za200zd9119176402&rcb=7&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~118131810 — 204 — 559 B — 172 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-381421769&l=dataLayer_old&cx=c&gtm=4e64f0 — 200 — 137.8 KiB — 173 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 664 B — 64 ms — h2https://a.academia-assets.com/images/landing/track-impact.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/track-impact.svg — 200 — 1.2 KiB — 11 ms — h2https://a.academia-assets.com/images/landing/icon-right-arrow.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/icon-right-arrow.svg — 200 — 798 B — 8 ms — h2https://a.academia-assets.com/images/landing/discover-research.svga.academia-assets.com/images/landin... https://a.academia-assets.com/images/landing/discover-research.svg — 200 — 1.6 KiB — 7 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/381421769/?random=1776363343334&cv=11&fst=1776363343334&bg=ffffff&guid=ON&async=1&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fwww.academia.edu%2F&rcb=2&frm=0&tiba=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=460805314.1776363343&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/381421769/?random=1776363343334&cv=11&fst=1776363343334&bg=ffffff&guid=ON&async=1&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fwww.academia.edu%2F&rcb=2&frm=0&tiba=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=460805314.1776363343&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&rfmt=3&fmt=4 — 200 — 2.2 KiB — 132 ms — h3https://www.google.com/rmkt/collect/381421769/?random=1776363343334&cv=11&fst=1776363343334&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fwww.academia.edu%2F&rcb=2&frm=0&tiba=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=460805314.1776363343&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&gcp=5www.google.com/rmkt/collect/3814217... https://www.google.com/rmkt/collect/381421769/?random=1776363343334&cv=11&fst=1776363343334&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&u_w=412&u_h=823&url=https%3A%2F%2Fwww.academia.edu%2F&rcb=2&frm=0&tiba=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=460805314.1776363343&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&gcp=5 — 200 — 20 B — 114 ms — h3https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fwww.academia.edu%2F&scrsrc=www.googletagmanager.com&rnd=114924920.1776363343&dt=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&auid=460805314.1776363343&navt=n&npa=0&_tu=CA&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-381421769&tid=AW-381421769&tft=1776363343357&tfd=1690www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&dl=https%3A%2F%2Fwww.academia.edu%2F&scrsrc=www.googletagmanager.com&rnd=114924920.1776363343&dt=Academia.edu%20-%20Find%20Research%20Papers%2C%20Topics%2C%20Researchers&auid=460805314.1776363343&navt=n&npa=0&_tu=CA&gtm=45be64f0z8846814154za20gzb846814154zd846814154xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-381421769&tid=AW-381421769&tft=1776363343357&tfd=1690 — 200 — 21 B — 117 ms — h3https://www.academia.edu/cdn-cgi/rum?www.academia.edu/cdn-cgi/rum? https://www.academia.edu/cdn-cgi/rum? — 204 — 175 B — 5 ms — h2https://a.academia-assets.com/images/favicons/favicon-production.icoa.academia-assets.com/images/favico... https://a.academia-assets.com/images/favicons/favicon-production.ico — 200 — 7.9 KiB — 7 ms — h2https://sentry.io/api/27953/envelope/?sentry_version=7&sentry_key=530c6d33a0de4ebfb124b47975ef405c&sentry_client=sentry.javascript.browser%2F9.15.0sentry.io/api/27953/envelope/?sentr... https://sentry.io/api/27953/envelope/?sentry_version=7&sentry_key=530c6d33a0de4ebfb124b47975ef405c&sentry_client=sentry.javascript.browser%2F9.15.0 — 200 — 102 B — 400 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 5027ms · 926KB · $67/mo
Unattributable
Other
Costly
Execution 1125ms
Transfer 0 KB
Monthly Cost $15/mo
a.academia-assets.com
Other
Costly
Execution 756ms
Transfer 31 KB
Monthly Cost $10/mo
www.academia.edu
Other
Costly
Execution 682ms
Transfer 22 KB
Monthly Cost $9/mo
a.academia-assets.com
Other
Costly
Execution 519ms
Transfer 210 KB
Unused 25%
Monthly Cost $7/mo
Google Tag Manager
Tag Manager
Costly
Execution 364ms
Transfer 165 KB
Unused 39%
Monthly Cost $5/mo
www.academia.edu
Other
Costly
Execution 306ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 265ms
Transfer 138 KB
Unused 43%
Monthly Cost $4/mo
a.academia-assets.com
Other
Costly
Execution 262ms
Transfer 33 KB
Unused 75%
Monthly Cost $3/mo
a.academia-assets.com
Other
Costly
Execution 211ms
Transfer 6 KB
Monthly Cost $3/mo
accounts.google.com
Other
Optional
Execution 186ms
Transfer 96 KB
Unused 74%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 139ms
Transfer 133 KB
Unused 63%
Monthly Cost $2/mo
Facebook Pixel
Advertising
Optional
Execution 94ms
Transfer 78 KB
Unused 72%
Monthly Cost $1/mo
a.academia-assets.com
Other
Optional
Execution 63ms
Transfer 3 KB
Monthly Cost $1/mo
static.cloudflareinsights.com
Other
Optional
Execution 54ms
Transfer 11 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1125ms and costs ~$15/month
  • a.academia-assets.com adds 756ms and costs ~$10/month
  • www.academia.edu adds 682ms and costs ~$9/month
  • a.academia-assets.com adds 519ms and costs ~$7/month
  • Google Tag Manager adds 364ms and costs ~$5/month
  • www.academia.edu adds 306ms and costs ~$4/month
  • Google Tag Manager adds 265ms and costs ~$4/month
  • a.academia-assets.com adds 262ms and costs ~$3/month
  • a.academia-assets.com adds 211ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 1125ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

a.academia-assets.com takes 756ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.academia.edu takes 682ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

a.academia-assets.com takes 519ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 364ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.academia.edu takes 306ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 265ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

a.academia-assets.com takes 262ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

75% of a.academia-assets.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

a.academia-assets.com takes 211ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

74% of accounts.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

63% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

72% of Facebook Pixel's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback