Picture of Suresh Kumar
Course loading step
by Suresh Kumar - Friday, 1 September 2017, 7:39 AM
 

Hi,

I created a course (simple course with default features, not SCORM) and downloaded it. The extracted files are uploaded to the organization's internal server. When I access the course from the server link for the first time, initially the browser screen is blank for about 5-10 seconds and then the loading text and gif image appears. Sometimes, the 10-15 seconds duration is a bit longer and some of the users thinking that the course is not loading and they try to refresh the browser page. Is there any suggestions to avoid such experience?

Thanks.

Picture of Matt Leathes
Re: Course loading step
by Matt Leathes - Friday, 1 September 2017, 10:11 AM
 

It sounds like you either have a very slow connection to that server or your course is really large (or a combination of both).

I think you need to find out the connection speed to the server and build your course in such a way that it targets that.

The initial 'wait time' before the loading text and gif appears will be most affected by the amount of source code it has to download, so if you're using a large amount of plugins you may want to cut down on those.

As a temporary workaround you could modify index.html to be hard-coded to contain some kind of loading message - so that it will appear instantly.

Having very large JSON files also affects start up time but I think they start loading after the loading text and gif appear.