WebSite X5Help Center

 
Justin G.
Justin G.
User

Site slow after Upload  en

Author: Justin G.
Visited 1402, Followers 1, Shared 28  

Hi,

I've just use your product, Preview looks great, think it is really a great site creation software. But I uploaded my site to hosting, this is where it gets bad.

The Javascript, and stylesheets take a minimum of 3 seconds to load, it take a complete 13s +/- few. This is very bad, I don't like setting the sites first impressions as being another slow crappy site. How do I speed this up? is there something wrong with one of your templates causing this bad waiting time?

Posted on the
5 ANSWERS
Jorge L.
Jorge L.
User

Looks like your hosting is having problems, the best solution is to wait it out give it some hours and try again.

Read more
Posted on the from Jorge L.
Justin G.
Justin G.
User
Author

I don't believe that is correct.

I have had the site on two different free webhost, and a 2Gig + 4Cores VPS. All the same.

Read more
Posted on the from Justin G.
Justin G.
Justin G.
User
Author

There is something else wrong, as I have wordpress running from the sameVPS as well, that loads morethen fine. Somethingto do with the program it self, the way it codes, or exports.

Read more
Posted on the from Justin G.
Justin G.
Justin G.
User
Author

As a part of my problem solving, I took out the javascipt loading lines.

<script type="text/javascript" src="res/swfobject.js"></script>
<script type="text/javascript" src="res/jquery.js"></script>
<script type="text/javascript" src="res/x5engine.js"></script>
<script type="text/javascript" src="res/x5cartengine.js"></script>
<script type="text/javascript" src="res/l10n.js"></script>
<script type="text/javascript" src="res/x5settings.js"></script>

They are all gone from the index.html file. Site loads REALY fast.

But as a resault of this the site doesn't work completly. Music/videos/etc

What is is in these javascript file that make them load so slow?

Read more
Posted on the from Justin G.
Justin G.
Justin G.
User
Author

Ok, my corrent fix is moving 

<script type="text/javascript" src="res/swfobject.js"></script>
<script type="text/javascript" src="res/jquery.js"></script>
<script type="text/javascript" src="res/x5engine.js"></script>
<script type="text/javascript" src="res/x5cartengine.js"></script>
<script type="text/javascript" src="res/l10n.js"></script>
<script type="text/javascript" src="res/x5settings.js"></script>

just before the closing body tag, still loads a bit slow on first visit, after that the site is fast. 

But as my personal opinion, Please look into them file and octimie them. I knocked out a good two thirds of junk, making 107Kb file, just 34Kb.

Read more
Posted on the from Justin G.