-1

I'm working on a Wordpress website which is completely made out of Visual Composer.

  • On one page I must use parallax effect which includes 4 different sliders with one slide (I'm using it that way as the template that I've imported is looking the same as my client want).
  • But the thing is, parallax effect is so laggy and totally ruining the looks. On example, the slider looks normally but when I change slider layers than it becomes laggy. Any thoughts how to fix this?

Thx

1 Answers1

0
  • Make sure you use the correct picture dimensions (... px x ... px)
  • I also compress my images before uploading it to my Wordpress website (kraken.io has a good free online tool for this)
  • I use W3 Total Cache (or WP Super Cache) to speed up my websites. (Don't forget to exclude the revslider in the minify js: wp-content/plugins/revslider/rs-plugin/js/jquery.themepunch.revolution.min.js?ver=4.6.92 => number depends on you'r version or revolution slider)

There are a lot of other things to keep in mind (version Wordpress, other plugins, hosting, ...)

RVE
  • 328
  • 4
  • 17
  • I'm using cache plugins to speed up this site, and there is just few plugins beside revslider and visual composer. When I import their complete template, it works fine the problem is when I edit that template. Only then I'm having lag issues. – Lazar Jovanetic Sep 20 '16 at 08:52
  • Did you use the layer position to position the slider? They suggest not to use negative values (authors from Revolution slider) – RVE Sep 20 '16 at 09:04
  • Yes, I'm using everything by their instructions – Lazar Jovanetic Sep 20 '16 at 09:27