How to remove the page loading

May 2014 Joomla Template
GK User
Tue Oct 07, 2014 8:35 pm
How can we remove the current delay on the page loading?
User avatar
Fresh Boarder

GK User
Tue Oct 07, 2014 9:01 pm
There is a set of timeouts in /modules/mod_image_show_gk4/styles/gk_university/engine.js file, you would need to reduce them if size of your images is enought to load faster.
Each timeout looks this way:
Code: Select all
setTimeout(function() {
 bunch of code
}, 1000);

and the 1000px value (not only this one but all others) you would need to decrease.
User avatar
Moderator


cron