Hi @wonderwooman
The first problem that I see is that the TTFB ( Time to first bye ) value is around 600ms, which is a little big high. According to Google, the ideal TTFB should be below 200ms.
Next I also see that the images of your slider are getting loaded after the the images appearing below the slider ( coming from the Featured Collection ), and they will delay your slider’s images.
You should try preloading the images that appear above the fold. Here you can learn more about preloading:
Finally you should optimize the page itself, as:
- your styles and scripts generate a lot of requests and the browser can only queue a limited amount of them at a them, meaning that the others will be delays. With a CSS or JS optimizer plugin, you should try combining the CSS and JS files
- you don’t use any cache, although a good caching plugin could massively improve the performance. ( A full page cache such as Cloudflare’s could further improve the speed. )
- you should use a CDN, that way the delivery of the resources would be more optimized
Tip: If you want to optimize your slider even further, then in our documentation you can learn some extra tips as well:
where we also mention some extra features such as webp generation and lazy loading available only in the Pro version. However on this forum we are not allowed to discuss topics about commercial plugins such as Smart Slider 3 Pro, so if you have questions connected to Pro features, then please get in touch with us directly over the ticket system:
Best regards,
Laszlo.