Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 19.5 MB (19.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/276d887a-9307-4140-9e62-4f8f0d5022e0)<a href="https://beavercheck.com/results/276d887a-9307-4140-9e62-4f8f0d5022e0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsnu.ac.kr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsnu.ac.krThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 40.6s 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.
6 barrier(s) likely increasing bounce by ~25%.
Page takes 40.6s to load
+12% bounceUsers abandon at ~3s — you're 38.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
2 broken link(s) on the page
+3% 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.
₩420,000 investment → ₩6,574/month returns + KRW 3,000,000,000 risk avoided
₩420,000
6h · 5 findings
₩6,574 /mo
~₩78,890 / year
KRW 3,000,000,000
if kept compliant
₩70,000 — 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.
6.0 developer hours at ₩70000/hr
Based on South Korea rates (₩70000/hr)
Start here for the best return on investment
₩250,006,574 / month at risk
~₩3,000,078,890 / year if left unfixed
₩3,000,000,000
+1 more
₩6,574 /mo
60811.1 MB/mo × 108.108 KRW/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 4 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.
14.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
40.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
83 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.049
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
25.86 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.
42.50 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.
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.
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 | |
|---|---|---|---|
[샤로잡다 시즌2] 나노기술로 질병도 정복할 수 있을까? div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/89bzee0z6faz094za88ze30z7e6z6... | 621.0 KiB | 562.4 KiB |
yellow yellow yellow li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/fccz595zc59zc4az988ze6bz1fdzf8fz64ez485zcf.png | 488.1 KiB | 447.4 KiB |
눈부신 봄날의 캠퍼스 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/f5bz07dzec1z95az0dfzae1zc47z43az372z180zec.png | 465.9 KiB | 425.2 KiB |
제66주년 4·19혁명 희생자 추모 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2ddzd68z767z535zce8z320z5a4z1a6z46fzde5z6b.png | 463.7 KiB | 423.0 KiB |
[샤로잡다 시즌2] 극락도 락이다, 힙불교 제대로 알아보기 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/9d2z6a7zaf9z00bzfd6z945z410z9... | 479.0 KiB | 420.5 KiB |
‘도서관 속 작은 펼침, 세상을 여는 큰 열림’, 2026 도서관의 날 도서관 주간 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fcz6a6zdddz683zb40z8aeza34z7... | 474.1 KiB | 415.5 KiB |
경계 없는 지식의 확산, 서울대학교 공식 유튜브 20만 구독자 돌파 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/c94z5d8z835zddez31bz6e4z055zd... | 467.1 KiB | 408.5 KiB |
서울대생을 위한 벚꽃 맛 스티커 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/c5bze68z98ez3fez481zc8ez6f9z296zc1ez8f0zcf.png | 420.2 KiB | 379.5 KiB |
여자핸드볼부, 제81회 전국종별핸드볼선수권대회 전승 우승 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/6a7z4d6zc6ez103zaf0zbd9zb38z9... | 421.4 KiB | 362.8 KiB |
중간고사 A+ 맞는 주파수 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2c0z832zf5fz184ze68z9c6zc28zdffz4c1z485z17.png | 348.3 KiB | 307.6 KiB |
AI 네이티브 캠퍼스로의 도약, 서울대학교 AI Summit 2026 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/1b6zb2bzab0ze8bz909zedbz21fze... | 365.4 KiB | 306.8 KiB |
Full Blossom at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/6faz210zd02z51fza6bzccbz968zb42z3ffz440z99.png | 312.8 KiB | 272.2 KiB |
고유전체로 밝힌 삼국시대 지역 사회에서의 친족 네트워크와 족내혼 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/825zaf1ze52z6d4zb1azd79z... | 256.6 KiB | 234.7 KiB |
26학번 새내기 앙케이트 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/ff3zec8zf37zeecz847zdbbz01ez048z2d4za5bzdf.png | 252.8 KiB | 212.1 KiB |
Flower Walk at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/1d0z29dz08az482z07fzfa5zb01zce0z63cz138z5d.png | 249.9 KiB | 209.2 KiB |
고형암 치료의 난제 ‘항원탈락’을 극복하는 차세대 CAR-NK 플랫폼 개발 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/270ze0eza07zb6az3a4z0abz... | 215.2 KiB | 193.3 KiB |
새로 제2형 당뇨병을 진단받은 남성 흡연자, 금연 후 ‘체중 유지’가 골절 위험 낮춘다 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/fc9zd8dze5czcb6ze4fz312z... | 198.1 KiB | 176.1 KiB |
“몸 안 좋을 때 술 마시면 왜 더 위험할까?” 염증 상황에서의 알코올성 간 손상 기전 규명 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/3c2z3dfzfbaz357zd64z17dz... | 187.1 KiB | 165.2 KiB |
교수님! 출연해주세요! li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/89bzb4fzeacz13azfc7z4f9z9d9z8ebz1f6z313zd0.png | 197.8 KiB | 157.1 KiB |
장애인과 함께 살아가는 세상을 위해, 공익법률센터 세미나 ‘공공정책의 수단으로서의 장애인권리협약’ div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/adfza67zaaez74cz61ezd06zc45zd... | 209.5 KiB | 150.9 KiB |
샤대타로 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/000z6e6ze1dzd19z3abz09bz00ezd19zcafz104z0e.png | 106.6 KiB | 65.9 KiB |
[Asia and the World]Youth, Creativity, and Cultural Power(4/23) ([아시아와 세계] 청년, … div.ly-inner > div.board-index-img2 > a.item > span.thumb | /webdata/boardimages/koevent/066z86az2c0z82dz480z5eczaf2z... | 34.7 KiB | 24.9 KiB |
샤인기부, 당신이 만드는 빛나는 변화, 샤인 굿즈 받기 div#skip-content > div.ly-container > a.inner > img.only-mobile | snu.ac.kr/webdata/uploads/kor/image/2025/04/main_banner_20250429_mobile.jpg | 37.3 KiB | 24.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 425.1 KiB | 10.5 s |
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 457.9 KiB | 10.5 s |
| snu.ac.kr/_skin/kor/layout/js/responsive.js?ver=2026-02-24 | 4.7 KiB | 1.3 s |
| snu.ac.kr/js/slick.min.js?ver=2026-02-24 | 44.4 KiB | 2.6 s |
| snu.ac.kr/_skin/kor/layout/js/gnb.js?ver=2026-02-24 | 4.1 KiB | 1.3 s |
| snu.ac.kr/js/zenda-site.js?ver=2026-02-24 | 6.4 KiB | 1.3 s |
| snu.ac.kr/js/jquery.js | 88.0 KiB | 4.0 s |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 15.5 KiB | 1.8 s |
| snu.ac.kr/js/jquery-migrate-3.0.0.min.js | 2.5 KiB | 1.3 s |
| snu.ac.kr/_skin/kor/layout/js/webfont.js | 15.6 KiB | 1.8 s |
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.
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.
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 |
|---|---|---|
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 457.9 KiB | 57.5 KiB |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 15.5 KiB | 2.2 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 |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 422.5 KiB | 141.8 KiB |
| inline: $(function() { /… | 10.0 KiB | 3.6 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 |
|---|---|---|
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 455.3 KiB | 431.9 KiB |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 12.9 KiB | 12.9 KiB |
| snu.ac.kr/_skin/kor/layout/css/font.css | 11.2 KiB | 11.2 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 |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 422.5 KiB | 369.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 | 153.0 KiB | 64.0 KiB |
| snu.ac.kr/js/jquery.js | 85.5 KiB | 34.6 KiB |
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 |
|---|---|
| Other | 1.7 s |
| Script Evaluation | 506 ms |
| Style & Layout | 488 ms |
| Rendering | 224 ms |
| Script Parsing & Compilation | 109 ms |
| Parse HTML & CSS | 65 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 |
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 | |
|---|---|
iF Design Award ul.information-info-acc > li > a > img.web-accessibility-mark | snu.ac.kr/webdata/uploads/kor/image/2021/04/if_designaward2021_red_l_rgb.png |
‘도서관 속 작은 펼침, 세상을 여는 큰 열림’, 2026 도서관의 날 도서관 주간 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fcz6a6zdddz683zb40z8aeza34z7... |
장애인과 함께 살아가는 세상을 위해, 공익법률센터 세미나 ‘공공정책의 수단으로서의 장애인권리협약’ div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/adfza67zaaez74cz61ezd06zc45zd... |
무한한 상상, 담대한 도전, 새로운 미래… 개교 80주년 기념 표어·엠블럼 공개 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fbzb94z420zedfz0a7zefcz282z9... |
여자핸드볼부, 제81회 전국종별핸드볼선수권대회 전승 우승 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/6a7z4d6zc6ez103zaf0zbd9zb38z9... |
[샤로잡다 시즌2] 극락도 락이다, 힙불교 제대로 알아보기 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/9d2z6a7zaf9z00bzfd6z945z410z9... |
경계 없는 지식의 확산, 서울대학교 공식 유튜브 20만 구독자 돌파 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/c94z5d8z835zddez31bz6e4z055zd... |
AI 네이티브 캠퍼스로의 도약, 서울대학교 AI Summit 2026 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/1b6zb2bzab0ze8bz909zedbz21fze... |
[샤로잡다 시즌2] 나노기술로 질병도 정복할 수 있을까? div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/89bzee0z6faz094za88ze30z7e6z6... |
서울대생을 위한 벚꽃 맛 스티커 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/c5bze68z98ez3fez481zc8ez6f9z296zc1ez8f0zcf.png |
yellow yellow yellow li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/fccz595zc59zc4az988ze6bz1fdzf8fz64ez485zcf.png |
Flower Walk at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/1d0z29dz08az482z07fzfa5zb01zce0z63cz138z5d.png |
제66주년 4·19혁명 희생자 추모 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2ddzd68z767z535zce8z320z5a4z1a6z46fzde5z6b.png |
중간고사 A+ 맞는 주파수 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2c0z832zf5fz184ze68z9c6zc28zdffz4c1z485z17.png |
Full Blossom at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/6faz210zd02z51fza6bzccbz968zb42z3ffz440z99.png |
눈부신 봄날의 캠퍼스 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/f5bz07dzec1z95az0dfzae1zc47z43az372z180zec.png |
26학번 새내기 앙케이트 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/ff3zec8zf37zeecz847zdbbz01ez048z2d4za5bzdf.png |
교수님! 출연해주세요! li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/89bzb4fzeacz13azfc7z4f9z9d9z8ebz1f6z313zd0.png |
샤대타로 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/000z6e6ze1dzd19z3abz09bz00ezd19zcafz104z0e.png |
샤인기부, 당신이 만드는 빛나는 변화, 샤인 굿즈 받기 div#skip-content > div.ly-container > a.inner > img.only-mobile | snu.ac.kr/webdata/uploads/kor/image/2025/04/main_banner_20250429_mobile.jpg |
새로 제2형 당뇨병을 진단받은 남성 흡연자, 금연 후 ‘체중 유지’가 골절 위험 낮춘다 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/fc9zd8dze5czcb6ze4fz312z... |
“몸 안 좋을 때 술 마시면 왜 더 위험할까?” 염증 상황에서의 알코올성 간 손상 기전 규명 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/3c2z3dfzfbaz357zd64z17dz... |
고유전체로 밝힌 삼국시대 지역 사회에서의 친족 네트워크와 족내혼 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/825zaf1ze52z6d4zb1azd79z... |
고형암 치료의 난제 ‘항원탈락’을 극복하는 차세대 CAR-NK 플랫폼 개발 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/270ze0eza07zb6az3a4z0abz... |
80주년 엠블럼 div.nonslider > div.slide > div.slider-copy > img.symbol | snu.ac.kr/webdata/uploads/kor/media/2026/02/80emblem_main.svg |
지금 서울대학교에서는 div.common-boardtitle > div.bg-wrap > h2.title > img.only-mobile | snu.ac.kr/webdata/uploads/kor/image/2019/12/index-board01-title_sm.png |
서울대학교 캘린더 div.common-boardtitle > div.bg-wrap > p.title > img.only-mobile | snu.ac.kr/webdata/uploads/kor/image/2019/12/index-board02-title_sm.png |
과학기술정보통신부 WEB ACCESSIBILITY 마크(웹 접근성 품질인증 마크) div.information-footer-inner > ul.information-info-acc > li > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-wa_sm.png |
SNUNOW ul.social-ul > li > a > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-snunow_sm.png |
인스타그램 ul.social-ul > li > a > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-instagram_sm.png |
스누새편지 ul.social-ul > li > a > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-snubird_sm.png |
유튜브 ul.social-ul > li > a > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-youtube_sm.png |
페이스북 ul.social-ul > li > a > img.only-mobile | snu.ac.kr/_skin/kor/layout/image/footer-facebook_sm.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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
인스타그램
yellow yellow yellow
캠퍼스는 지금 노랑노랑노랑! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
Flower Walk at SNU
꽃으로 만개한 봄날의 캠퍼스, 함께 걸을까요? ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
제66주년 4·19혁명 희생자 추모
제66주년 4·19 혁명 희생자 추모행사가 금일 오전, 서울대학교 4·19 혁명 희생자 추모공… ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
중간고사 A+ 맞는 주파수
여러분의 중간고사 대박을 응원합니다! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
Full Blossom at SNU
완연히 만개한 서울대학교 봄 풍경 ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
눈부신 봄날의 캠퍼스
눈부시게 빛나는 봄날의 캠퍼스 풍경 ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
26학번 새내기 앙케이트
26학번 새내기에게 묻는다! 서울대학교 입학 후 가장 하고싶었던 일은?! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
교수님! 출연해주세요!
교수님! 〈샤로잡다〉에 추천해주세요! 학생들이 직접 추천한 교수님들?! 누가 있을까요~? ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
샤대타로
여러분의 1학기 운세, 지금 샤대타로에서 확인해보세요! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
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.
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 |
|---|
08826 서울시 관악구 관악로 1 서울대학교 div.information-info > div.information-info-area > div.area-address > span |
TEL. (02) 880-5114 div.information-info > div.information-info-area > div.area-address > span |
(02) 880-5114 div.information-info-area > div.area-address > span > a.tel |
FAX. (02) 885-5272 div.information-info > div.information-info-area > div.area-address > span |
Copyright 2026 Seoul National University All Rights Reserved. div.information-info > div.information-info-area > div.area-copy > p |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
이전
인스타그램
서울대생을 위한 벚꽃 맛 스티커
서울대생을 위한 벚꽃 맛 스티커 등장!
인스타그램
yellow yellow yellow
… main.ly-main > div#skip-content > section.ly-section > ul.instaslide |
정보공시 교내기관 안내 서울대포털
클린행정센터 개인정보처리방침
이메일무단수집거부 복지보조금 부정 신고 사이트맵
div.information-footer > div.information-footer-inner > div.information-terms > ul.terms-ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
인스타그램
서울대생을 위한 벚꽃 맛 스티커
서울대생을 위한 벚꽃 맛 스티커 등장! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 line 222, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-GX37CPT7T3>m=45je64k0v884708608za200zd884708608&_p=1776893156964&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1056506807.1776893157&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117512542&sid=1776893157&sct=1&seg=0&dl=https%3A%2F%2Fsnu.ac.kr%2F&dt=%EC%84%9C%EC%9A%B8%EB%8C%80%ED%95%99%EA%B5%90&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=5612' violates the following Content Security Policy directive: "default-src 'self' https://www.snu.ac.kr https://en.snu.ac.kr https://admission.snu.ac.kr https://identity.snu.ac.kr https://adminservice.snu.ac.kr https://www.google-analytics.com https://nam.veta.naver.com https://wcs.naver.com https://www.google-analytics.com". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 line 222, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-GX37CPT7T3>m=45je64k0v884708608za200zd884708608&_p=1776893156964&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1056506807.1776893157&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117512542&sid=1776893157&sct=1&seg=0&dl=https%3A%2F%2Fsnu.ac.kr%2F&dt=%EC%84%9C%EC%9A%B8%EB%8C%80%ED%95%99%EA%B5%90&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=5612. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.
5.35 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
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.
10.90 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.
10.63 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.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 425.1 KiB | 2.9 s |
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 457.9 KiB | 2.6 s |
| snu.ac.kr/_skin/kor/layout/js/responsive.js?ver=2026-02-24 | 4.7 KiB | 993 ms |
| snu.ac.kr/js/slick.min.js?ver=2026-02-24 | 44.4 KiB | 1.6 s |
| snu.ac.kr/_skin/kor/layout/js/gnb.js?ver=2026-02-24 | 4.1 KiB | 993 ms |
| snu.ac.kr/js/zenda-site.js?ver=2026-02-24 | 6.4 KiB | 993 ms |
| snu.ac.kr/js/jquery.js | 88.0 KiB | 1.6 s |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 15.5 KiB | 1.3 s |
| snu.ac.kr/js/jquery-migrate-3.0.0.min.js | 2.5 KiB | 993 ms |
| snu.ac.kr/_skin/kor/layout/js/webfont.js | 15.6 KiB | 1.3 s |
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.
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 | |
|---|---|---|---|
[샤로잡다 시즌2] 나노기술로 질병도 정복할 수 있을까? div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/89bzee0z6faz094za88ze30z7e6z6... | 621.0 KiB | 610.4 KiB |
yellow yellow yellow li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/fccz595zc59zc4az988ze6bz1fdzf8fz64ez485zcf.png | 488.1 KiB | 469.5 KiB |
[샤로잡다 시즌2] 극락도 락이다, 힙불교 제대로 알아보기 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/9d2z6a7zaf9z00bzfd6z945z410z9... | 479.0 KiB | 468.5 KiB |
‘도서관 속 작은 펼침, 세상을 여는 큰 열림’, 2026 도서관의 날 도서관 주간 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fcz6a6zdddz683zb40z8aeza34z7... | 474.1 KiB | 463.5 KiB |
경계 없는 지식의 확산, 서울대학교 공식 유튜브 20만 구독자 돌파 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/c94z5d8z835zddez31bz6e4z055zd... | 467.1 KiB | 456.5 KiB |
눈부신 봄날의 캠퍼스 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/f5bz07dzec1z95az0dfzae1zc47z43az372z180zec.png | 465.9 KiB | 447.3 KiB |
제66주년 4·19혁명 희생자 추모 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2ddzd68z767z535zce8z320z5a4z1a6z46fzde5z6b.png | 463.7 KiB | 445.1 KiB |
여자핸드볼부, 제81회 전국종별핸드볼선수권대회 전승 우승 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/6a7z4d6zc6ez103zaf0zbd9zb38z9... | 421.4 KiB | 410.8 KiB |
서울대생을 위한 벚꽃 맛 스티커 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/c5bze68z98ez3fez481zc8ez6f9z296zc1ez8f0zcf.png | 420.2 KiB | 401.6 KiB |
AI 네이티브 캠퍼스로의 도약, 서울대학교 AI Summit 2026 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/1b6zb2bzab0ze8bz909zedbz21fze... | 365.4 KiB | 354.9 KiB |
중간고사 A+ 맞는 주파수 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2c0z832zf5fz184ze68z9c6zc28zdffz4c1z485z17.png | 348.3 KiB | 329.7 KiB |
Full Blossom at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/6faz210zd02z51fza6bzccbz968zb42z3ffz440z99.png | 312.8 KiB | 294.2 KiB |
고유전체로 밝힌 삼국시대 지역 사회에서의 친족 네트워크와 족내혼 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/825zaf1ze52z6d4zb1azd79z... | 256.6 KiB | 249.6 KiB |
26학번 새내기 앙케이트 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/ff3zec8zf37zeecz847zdbbz01ez048z2d4za5bzdf.png | 252.8 KiB | 234.2 KiB |
Flower Walk at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/1d0z29dz08az482z07fzfa5zb01zce0z63cz138z5d.png | 249.9 KiB | 231.3 KiB |
고형암 치료의 난제 ‘항원탈락’을 극복하는 차세대 CAR-NK 플랫폼 개발 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/270ze0eza07zb6az3a4z0abz... | 215.2 KiB | 208.2 KiB |
장애인과 함께 살아가는 세상을 위해, 공익법률센터 세미나 ‘공공정책의 수단으로서의 장애인권리협약’ div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/adfza67zaaez74cz61ezd06zc45zd... | 209.5 KiB | 199.0 KiB |
새로 제2형 당뇨병을 진단받은 남성 흡연자, 금연 후 ‘체중 유지’가 골절 위험 낮춘다 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/fc9zd8dze5czcb6ze4fz312z... | 198.1 KiB | 191.1 KiB |
“몸 안 좋을 때 술 마시면 왜 더 위험할까?” 염증 상황에서의 알코올성 간 손상 기전 규명 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/3c2z3dfzfbaz357zd64z17dz... | 187.1 KiB | 180.1 KiB |
교수님! 출연해주세요! li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/89bzb4fzeacz13azfc7z4f9z9d9z8ebz1f6z313zd0.png | 197.8 KiB | 179.2 KiB |
샤인기부, 당신이 만드는 빛나는 변화, 샤인 굿즈 받기 div#skip-content > div.ly-container > a.inner > img.only-desktop | snu.ac.kr/webdata/uploads/kor/image/2025/04/main_banner_20250429_web.jpg | 163.3 KiB | 153.8 KiB |
샤대타로 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/000z6e6ze1dzd19z3abz09bz00ezd19zcafz104z0e.png | 106.6 KiB | 88.0 KiB |
무한한 상상, 담대한 도전, 새로운 미래… 개교 80주년 기념 표어·엠블럼 공개 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fbzb94z420zedfz0a7zefcz282z9... | 58.9 KiB | 48.3 KiB |
제2회 중앙도서관 연구자 커리어 멘토링 특강 개최 div.ly-inner > div.board-index-img2 > a.item > span.thumb | /webdata/boardimages/koevent/44ez3eaz175z6bfzafcz79dz596z... | 44.1 KiB | 34.3 KiB |
[해피아워]SNU OGA_HAPPY HOUR(2026-04-23, Thu, 16:00 ~ 17:00) Invitation(2026 Spring) div.ly-inner > div.board-index-img2 > a.item > span.thumb | /webdata/boardimages/koevent/9b9z9b0z59fz60dz687z8b6z38cz... | 36.6 KiB | 26.9 KiB |
[Asia and the World]Youth, Creativity, and Cultural Power(4/23) ([아시아와 세계] 청년, … div.ly-inner > div.board-index-img2 > a.item > span.thumb | /webdata/boardimages/koevent/066z86az2c0z82dz480z5eczaf2z... | 34.7 KiB | 24.9 KiB |
iF Design Award ul.information-info-acc > li > a > img.web-accessibility-mark | snu.ac.kr/webdata/uploads/kor/image/2021/04/if_designaward2021_red_l_rgb.png | 22.6 KiB | 22.4 KiB |
[경력개발센터]동문선배특강-CJ올리브영 현직자 특강 참여자 모집(~4/23) div.ly-inner > div.board-index-img2 > a.item > span.thumb | /webdata/boardimages/koevent/8e4ze5cz3e0zca0za34zc91z050z... | 27.7 KiB | 18.0 KiB |
SNUNOW ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-snunow_lg.png | 7.3 KiB | 7.1 KiB |
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.
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 |
|---|---|---|
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 457.9 KiB | 57.5 KiB |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 15.5 KiB | 2.2 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 |
|---|---|---|
| snu.ac.kr/_skin/kor/layout/css/base.css?ver=2026-02-24 | 455.3 KiB | 432.4 KiB |
| snu.ac.kr/_skin/kor/layout/css/oldboard.css?ver=2026-02-24 | 12.9 KiB | 12.9 KiB |
| snu.ac.kr/_skin/kor/layout/css/font.css | 11.2 KiB | 11.2 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 |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 422.5 KiB | 369.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 | 153.0 KiB | 63.6 KiB |
| snu.ac.kr/js/jquery.js | 85.5 KiB | 34.6 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 |
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 |
|---|---|---|
| snu.ac.kr/js/jquery-ui-1.10.js | 422.5 KiB | 141.8 KiB |
| inline: $(function() { /… | 10.0 KiB | 3.6 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 | |
|---|---|
샤인기부, 당신이 만드는 빛나는 변화, 샤인 굿즈 받기 div#skip-content > div.ly-container > a.inner > img.only-desktop | snu.ac.kr/webdata/uploads/kor/image/2025/04/main_banner_20250429_web.jpg |
iF Design Award ul.information-info-acc > li > a > img.web-accessibility-mark | snu.ac.kr/webdata/uploads/kor/image/2021/04/if_designaward2021_red_l_rgb.png |
‘도서관 속 작은 펼침, 세상을 여는 큰 열림’, 2026 도서관의 날 도서관 주간 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fcz6a6zdddz683zb40z8aeza34z7... |
장애인과 함께 살아가는 세상을 위해, 공익법률센터 세미나 ‘공공정책의 수단으로서의 장애인권리협약’ div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/adfza67zaaez74cz61ezd06zc45zd... |
무한한 상상, 담대한 도전, 새로운 미래… 개교 80주년 기념 표어·엠블럼 공개 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/4fbzb94z420zedfz0a7zefcz282z9... |
여자핸드볼부, 제81회 전국종별핸드볼선수권대회 전승 우승 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/6a7z4d6zc6ez103zaf0zbd9zb38z9... |
[샤로잡다 시즌2] 극락도 락이다, 힙불교 제대로 알아보기 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/9d2z6a7zaf9z00bzfd6z945z410z9... |
경계 없는 지식의 확산, 서울대학교 공식 유튜브 20만 구독자 돌파 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/c94z5d8z835zddez31bz6e4z055zd... |
AI 네이티브 캠퍼스로의 도약, 서울대학교 AI Summit 2026 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/1b6zb2bzab0ze8bz909zedbz21fze... |
[샤로잡다 시즌2] 나노기술로 질병도 정복할 수 있을까? div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/konews/89bzee0z6faz094za88ze30z7e6z6... |
서울대생을 위한 벚꽃 맛 스티커 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/c5bze68z98ez3fez481zc8ez6f9z296zc1ez8f0zcf.png |
yellow yellow yellow li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/fccz595zc59zc4az988ze6bz1fdzf8fz64ez485zcf.png |
Flower Walk at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/1d0z29dz08az482z07fzfa5zb01zce0z63cz138z5d.png |
제66주년 4·19혁명 희생자 추모 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2ddzd68z767z535zce8z320z5a4z1a6z46fzde5z6b.png |
중간고사 A+ 맞는 주파수 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/2c0z832zf5fz184ze68z9c6zc28zdffz4c1z485z17.png |
Full Blossom at SNU li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/6faz210zd02z51fza6bzccbz968zb42z3ffz440z99.png |
눈부신 봄날의 캠퍼스 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/f5bz07dzec1z95az0dfzae1zc47z43az372z180zec.png |
26학번 새내기 앙케이트 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/ff3zec8zf37zeecz847zdbbz01ez048z2d4za5bzdf.png |
교수님! 출연해주세요! li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/89bzb4fzeacz13azfc7z4f9z9d9z8ebz1f6z313zd0.png |
샤대타로 li.slick-slide > a > div.caption-item > img | snu.ac.kr/webdata/kor/instanews/000z6e6ze1dzd19z3abz09bz00ezd19zcafz104z0e.png |
새로 제2형 당뇨병을 진단받은 남성 흡연자, 금연 후 ‘체중 유지’가 골절 위험 낮춘다 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/fc9zd8dze5czcb6ze4fz312z... |
“몸 안 좋을 때 술 마시면 왜 더 위험할까?” 염증 상황에서의 알코올성 간 손상 기전 규명 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/3c2z3dfzfbaz357zd64z17dz... |
고유전체로 밝힌 삼국시대 지역 사회에서의 친족 네트워크와 족내혼 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/825zaf1ze52z6d4zb1azd79z... |
고형암 치료의 난제 ‘항원탈락’을 극복하는 차세대 CAR-NK 플랫폼 개발 div.board-index-img1 > a.item > span.thumb > img | /webdata/boardimages/kohighlight/270ze0eza07zb6az3a4z0abz... |
80주년 엠블럼 div.nonslider > div.slide > div.slider-copy > img.symbol | snu.ac.kr/webdata/uploads/kor/media/2026/02/80emblem_main.svg |
지금 서울대학교에서는 div.common-boardtitle > div.bg-wrap > h2.title > img.only-desktop | snu.ac.kr/webdata/uploads/kor/image/2019/12/index-board01-title_lg.png |
서울대학교 캘린더 div.common-boardtitle > div.bg-wrap > p.title > img.only-desktop | snu.ac.kr/webdata/uploads/kor/image/2019/12/index-board02-title_lg.png |
과학기술정보통신부 WEB ACCESSIBILITY 마크(웹 접근성 품질인증 마크) div.information-footer-inner > ul.information-info-acc > li > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-wa_lg.png |
SNUNOW ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-snunow_lg.png |
인스타그램 ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-instagram_lg.png |
스누새편지 ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-snubird_lg.png |
페이스북 ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-facebook_lg.png |
유튜브 ul.social-ul > li > a > img.only-desktop | snu.ac.kr/_skin/kor/layout/image/footer-youtube_lg.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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
인스타그램
중간고사 A+ 맞는 주파수
여러분의 중간고사 대박을 응원합니다! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
Full Blossom at SNU
완연히 만개한 서울대학교 봄 풍경 ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
눈부신 봄날의 캠퍼스
눈부시게 빛나는 봄날의 캠퍼스 풍경 ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
26학번 새내기 앙케이트
26학번 새내기에게 묻는다! 서울대학교 입학 후 가장 하고싶었던 일은?! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
교수님! 출연해주세요!
교수님! 〈샤로잡다〉에 추천해주세요! 학생들이 직접 추천한 교수님들?! 누가 있을까요~? ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
샤대타로
여러분의 1학기 운세, 지금 샤대타로에서 확인해보세요! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
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.
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 |
|---|
08826 서울시 관악구 관악로 1 서울대학교 div.information-info > div.information-info-area > div.area-address > span |
TEL. (02) 880-5114 div.information-info > div.information-info-area > div.area-address > span |
(02) 880-5114 div.information-info-area > div.area-address > span > a.tel |
FAX. (02) 885-5272 div.information-info > div.information-info-area > div.area-address > span |
Copyright 2026 Seoul National University All Rights Reserved. div.information-info > div.information-info-area > div.area-copy > p |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
이전
인스타그램
서울대생을 위한 벚꽃 맛 스티커
서울대생을 위한 벚꽃 맛 스티커 등장!
인스타그램
yellow yellow yellow
… main.ly-main > div#skip-content > section.ly-section > ul.instaslide |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
인스타그램
서울대생을 위한 벚꽃 맛 스티커
서울대생을 위한 벚꽃 맛 스티커 등장! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
yellow yellow yellow
캠퍼스는 지금 노랑노랑노랑! ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
Flower Walk at SNU
꽃으로 만개한 봄날의 캠퍼스, 함께 걸을까요? ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
인스타그램
제66주년 4·19혁명 희생자 추모
제66주년 4·19 혁명 희생자 추모행사가 금일 오전, 서울대학교 4·19 혁명 희생자 추모공… ul.instaslide > div.slick-list > div.slick-track > li.slick-slide |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 line 222, col 390 | Connecting to 'https://region1.google-analytics.com/g/collect?v=2&tid=G-GX37CPT7T3>m=45je64k0v884708608za200zd884708608&_p=1776893191739&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1463655867.1776893192&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512543~118128922&sid=1776893191&sct=1&seg=0&dl=https%3A%2F%2Fsnu.ac.kr%2F&dt=%EC%84%9C%EC%9A%B8%EB%8C%80%ED%95%99%EA%B5%90&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=5552' violates the following Content Security Policy directive: "default-src 'self' https://www.snu.ac.kr https://en.snu.ac.kr https://admission.snu.ac.kr https://identity.snu.ac.kr https://adminservice.snu.ac.kr https://www.google-analytics.com https://nam.veta.naver.com https://wcs.naver.com https://www.google-analytics.com". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
www.googletagmanager.com/gtag/js?id=G-GX37CPT7T3 line 222, col 390 | Fetch API cannot load https://region1.google-analytics.com/g/collect?v=2&tid=G-GX37CPT7T3>m=45je64k0v884708608za200zd884708608&_p=1776893191739&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1463655867.1776893192&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512543~118128922&sid=1776893191&sct=1&seg=0&dl=https%3A%2F%2Fsnu.ac.kr%2F&dt=%EC%84%9C%EC%9A%B8%EB%8C%80%ED%95%99%EA%B5%90&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=5552. Refused to connect because it violates the document's Content Security Policy. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback