Grey images or infinite loading
-
?
Using the cyberpulse theme and wp rocket, if we enable Load JavaScript deferred & Delay JavaScript Execution, the images will be grey, if we add some exclusions to wprocket like
/wp-content/plugins/visual-portfolio/assets/vendor/fancybox/dist/jquery.fancybox.min.js?ver=3.5.7
/wp-content/plugins/visual-portfolio/assets/vendor/isotope-layout/dist/isotope.pkgd.min.js?ver=3.0.6
/wp-content/plugins/visual-portfolio/assets/js/plugin-isotope.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/vendor/simplebar/dist/simplebar.min.js?ver=5.3.0
/wp-content/plugins/visual-portfolio/assets/js/layout-tiles.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/custom-scrollbar.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/lazysizes-swiper-duplicates-load.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/lazysizes-cfg.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/lazyload.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/layout-grid.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/plugin-fancybox.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/js/popup-gallery.min.js?ver=3.1.3
/wp-content/plugins/visual-portfolio/assets/vendor/lazysizes/lazysizes.min.js?ver=5.2.2
/wp-content/plugins/visual-portfolio/assets/js/lazysizes-object-fit-cover.min.js?ver=4.1.0
/wp-content/plugins/visual-portfolio/assets/js/main.min.js?ver=3.1.3Then we will get an infinite spinning circle, if we disable Load JavaScript deferred & Delay JavaScript Execution settings only, then it will work again.
Do you know any other JS files we can exclude to get it working ?
- The topic ‘Grey images or infinite loading’ is closed to new replies.