I have a site: www.patcrawforddds.com
Its using Karma theme, which uses one of 3 sliders. The slider is pulling in "featured posts", but these are basically some html tags and buttons. The thing is, is that it is taking around 10 seconds to load, as you may notice. On my end however, it takes around 4 seconds, even after clearing the cache.
Ive looked into what the footer.php file is pulling in, and its determining the page template, then pulling in the slider plugin for that page template (there are two different sliders, and the files are jquery-cycle.php and jquery-cycle-2.php), in this case, we are using the jquery-cycle.php.
Ive tried moving the script to the header to load in first (bad practice) and still loads slow. The page template already has the html and php code to pull in the slides already, so Im just curious as of what is all going on here and how to fix the load time!
Any help debugging would be greatly appreciated!