Remove Unused CSS Rules

How to optimize dtagrimart.com

Generic SiteScore: 96/100Analyzed June 2026Re-analyze this site

Remove Unused CSS Rules

Medium Impact+2 points estimated

Why It Matters

97% of your main stylesheet is unused, wasting 20 KiB of bandwidth unnecessarily.

How to Fix

Use PurgeCSS or UnCSS to identify and remove unused CSS rules from all.min.css. Split critical above-the-fold CSS inline and defer non-critical styles. Consider using CSS-in-JS or utility-first frameworks for better optimization.

0Good

What This Score Means

A score of 96 falls in the "Good" 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.

Core Web Vitals Analysis

LCP

Largest Contentful Paint

2.4s
Good

Good: < 2.5s

Measures how long it takes for the main content to appear on screen

INP

Interaction to Next Paint

34ms
Good

Good: < 200ms

Measures how quickly the page responds to user interactions

CLS

Cumulative Layout Shift

0.01
Good

Good: < 0.1

Measures visual stability - how much content shifts during page load

AI Performance Analysis

This website has excellent performance with a score of 96/100, indicating fast loading times for users. The biggest opportunity for improvement is reducing unused JavaScript from the Swiper library, which could save 26 KiB and improve loading speed by 280 milliseconds. Additional optimizations include compressing images better (potential savings of 47 KiB), minifying CSS files (11 KiB savings), and adding explicit width and height attributes to images to prevent layout shifts. While these improvements are relatively minor given the high score, implementing them would further enhance the already strong user experience.

Other Optimization Recommendations

Remove Unused JavaScript Code

High Impact+3 points estimated

Why It Matters:

Unused JavaScript wastes 26 KiB and delays LCP by 300ms, directly impacting user experience.

How to Fix:

Analyze Swiper.js usage and load only required modules instead of the full bundle. Implement code splitting to defer non-critical JavaScript until needed. Use tree shaking during build process to eliminate unused code automatically.

Optimize Image Compression Settings

Medium Impact+2 points estimated

Why It Matters:

Current images can be reduced by 47 KiB through better compression without quality loss.

How to Fix:

Re-compress grains-pulses.webp and our-story.webp using tools like Squoosh or ImageOptim with 85-90% quality setting. Implement responsive images with srcset for different screen sizes. Add explicit width and height attributes to prevent layout shifts.

Keep Your Site Fast After Optimization

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.

Explore DeployHQ →Trusted by engineering teams shipping high-performance sites

Want to Analyze YOUR Website?

Get AI-powered performance insights with actionable fixes in 30 seconds

More Generic Speed Tests

Generic Performance Resources

Frequently Asked Questions