Why Image Sliders Hurt Your WordPress Site (and What to Use Instead)

I used to install slider plugins on every WordPress site I built. Revolution Slider, Smart Slider, Soliloquy. They looked impressive in client demos. Then I started measuring what they actually did to performance, and I stopped using them entirely.

Side-by-side comparison of image slider vs static hero section with performance metrics

WordPress Sliders Cost You More Than You Think

The average slider plugin loads 200-400KB of JavaScript and CSS before a single image appears. That is on top of the images themselves, which typically add another 1-2MB across 3-5 slides. WP Rocket’s 2023 benchmark found that removing a slider plugin improved Largest Contentful Paint by 1.3 seconds on average.

Here is the real problem: nobody clicks them. Notre Dame University ran an A/B test on their homepage slider and found that only 1% of visitors interacted with it. Of that 1%, 84% only clicked the first slide. The remaining slides were dead weight.

For a Core Web Vitals score, that is catastrophic. You are loading megabytes of assets to display content that 99% of visitors never see.

What Sliders Actually Do to Your Site

Every slider plugin I have tested introduces the same problems:

  • Render-blocking resources. The slider JavaScript must load before the page can paint, pushing your LCP metric into the red.
  • Layout shift. As slider images load at different rates, the page jumps around, destroying your CLS score.
  • Mobile usability. Sliders built for desktop rarely translate well to mobile. Swipe gestures conflict with scrolling, and text overlays become unreadable at small sizes.
  • Plugin bloat. Slider plugins pull in their own animation libraries, font loaders, and admin interfaces. That is code running on every page load whether the page has a slider or not.

Better Alternatives That Convert

I have replaced every slider on my client sites with one of these three approaches, and conversion rates improved across the board.

WordPress Cover Block. The native Cover block gives you a full-width image with text overlay, zero extra JavaScript, and perfect responsiveness. It loads instantly because it is just HTML and CSS.

Static hero section. Pick your strongest image and your clearest headline. One image, one message. Google’s own research shows users form an opinion about a page in 50 milliseconds. A single focused hero does more than five rotating slides ever could.

Card grid layout. If you need to showcase multiple items, a grid of image cards lets visitors scan everything at once. No waiting for the next slide. No missed content. WordPress’s built-in Gallery and Columns blocks handle this without a plugin.

Do sliders affect SEO rankings?

Yes. Google uses Core Web Vitals as a ranking signal. Sliders inflate LCP and CLS scores, which directly hurt your search position. I have seen sites gain 5-15 positions on competitive keywords after removing a slider and optimizing their homepage layout.

Are there any lightweight slider plugins worth using?

If a client absolutely requires a slider, I use MetaSlider with lazy loading enabled. It is the lightest option I have tested at around 35KB of JavaScript. But a static hero section will still outperform it every time.

What should I put above the fold instead?

One strong headline, one supporting sentence, one clear call to action, and one relevant image. That combination consistently outperforms sliders in every A/B test I have run over the past eight years.


Ready to speed up your WordPress site and fix the elements dragging down your performance? Get in touch and I will audit your homepage for free.

Leave a Comment