Largest Contentful Paint
Good: < 2.5s
Measures how long it takes for the main content to appear on screen
How to optimize tasarimciabi.rf.gd
Critical CSS files block initial render for 900ms, significantly delaying both FCP and LCP.
Inline critical above-the-fold CSS directly in the HTML head section to eliminate render blocking. Move non-critical CSS (material-dashboard.min.css, nucleo-icons.css) to load asynchronously using media='print' onload="this.media='all'" technique. Remove unused CSS rules which account for 93% of your stylesheet.
A score of 63 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 poor performance with a score of 63/100, primarily caused by extremely slow loading times where the first content appears after 5 seconds. The biggest problem is multiple page redirects combined with render-blocking CSS files that are delaying the page load by over 1.6 seconds total. The site is also loading 93% unused CSS (56 KB waste) and 73% unused JavaScript from jQuery (22 KB waste), plus experiencing layout shifts that hurt user experience. Fixing the redirect chain, optimizing CSS delivery, and removing unused code could easily improve the performance score by 25+ points and make the site feel much faster to users.
Why It Matters:
The redirect from root domain delays LCP by 750ms and adds unnecessary server round trips.
How to Fix:
Update your hosting configuration to serve https://tasarimciabi.rf.gd/?i=1 directly without redirecting from https://tasarimciabi.rf.gd/. Configure your web server (Apache/Nginx) to handle this URL as the primary entry point. Update all internal links to point directly to the final URL.
Why It Matters:
The main container causes a 0.131 CLS score due to content moving during page load.
How to Fix:
Add explicit height or min-height CSS properties to the .container-fluid element to reserve space before content loads. Ensure all dynamic content areas have predefined dimensions. Use CSS transforms instead of changing top/left properties for any animations or dynamic positioning.
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
The main container causes a 0.131 CLS score due to content moving during page load.
The redirect from root domain delays LCP by 750ms and adds unnecessary server round trips.
CSS files block page rendering for 2.47 seconds, preventing users from seeing content quickly.
Images waste 639 KiB of bandwidth with oversized dimensions and outdated formats.