Question

My back-end page is keep loading in sometimes like this.

enter image description here

I found out that is because a download of javascript file jdk.js from http://community.thegiantdata.com/jdk/ takes too long. Sometimes, I even need to wait few minutes. Is there any way that I can make it quickly.

Was it helpful?

Solution

It's probably something from a 3rd party module. You could download the file, find the reference in the layout XML file that loads it and point it to the local version but it might have negative effect since the content from the remote source could be dynamic.

Optionally, contact the company (MageGiant I think it is) and ask them whats up

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top