Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize en.saif.sjtu.edu.cn
Render-blocking CSS and JavaScript delay LCP by 3.8 seconds, severely impacting page load performance.
Inline critical CSS directly in the HTML head section instead of loading external stylesheets. Defer non-critical CSS using media='print' onload technique. Move JavaScript files to load asynchronously using async or defer attributes, especially for swiper.js and tracking scripts.
A score of 79 falls in the "Needs Improvement" range (50-89). While it is better than poor (0-49), you should aim for 90+ to provide an optimal user experience and maximize SEO benefits.
This site is slower than approximately 35% of similar sites. The main issues affecting performance are image optimization, JavaScript execution time, and layout stability.
Addressing these issues could improve your conversion rate by 15-20% and boost your search engine rankings.
Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
Interaction to Next Paint
Good: < 200ms
Measures how quickly the page responds to user interactions
Cumulative Layout Shift
Good: < 0.1
Measures visual stability - how much content shifts during page load
This website has below-average performance with a score of 79/100, but faces serious loading speed issues. The biggest problem is render-blocking resources that are delaying page display by nearly 4 seconds, particularly a large 5.5MB font file that's crushing the loading experience and contributing to a very poor Speed Index of 9.9 seconds. The site is also bloated with 6MB of total resources, including 120KB of unused JavaScript and oversized images that could be compressed by 300KB. Fixing the render-blocking font loading and optimizing images would likely improve the performance score by 15+ points and dramatically speed up the user experience.
Why It Matters:
Large, unoptimized images waste 303 KiB and lack proper dimensions causing layout shifts.
How to Fix:
Compress the hero banner image (currently 257 KiB) and convert to WebP format for 60% size reduction. Add explicit width and height attributes to all images to prevent CLS. Serve properly sized images - resize the 1920x190 banner to match its 412x41 display size on mobile.
Why It Matters:
120 KiB of unused JavaScript increases bundle size and parsing time without providing functionality.
How to Fix:
Remove or defer Yandex Metrika tracking script (53 KiB unused) until after page load. Tree-shake the Swiper library to include only needed components, reducing 48 KiB waste. Consider replacing jQuery with vanilla JavaScript for simple DOM operations to eliminate 21 KiB overhead.
Once your site is optimized, maintain that speed. Use DeployHQ for zero-downtime, automated deployments—so performance fixes and updates go live safely every time, without breaking your site.
Get AI-powered performance insights with actionable fixes in 30 seconds
More Generic Speed Tests
120 KiB of unused JavaScript increases bundle size and parsing time without providing functionality.
Large, unoptimized images waste 303 KiB and lack proper dimensions causing layout shifts.
Unsized media elements are causing 0.117 CLS score from images and videos loading without dimensions.
Images are causing 19.2 seconds of LCP delay and using oversized files that are 8.6MB larger than needed.