I am not sure if there is an incompatibility issue with basic-7.x-4.0-beta3 and my server or ? With no changes to the theme it is a slow load on a fast server/site. I have downgraded it to basic-7.x-4.0-beta2 and the slow load issue goes away.

In fire bug, I am seeing: socket.io.js aborted. Does this version require node.js to be loaded on the server? This is the only part that I have noticed that may be broken. I have also jumped to other themes with no slowdowns.

Thanks,

Comments

scrambled’s picture

At the bottom of the template/html.tpl.php is this:

  <script type='text/javascript'>//<![CDATA[
;document.write("<script defer src='//HOST:3000/socket.io/socket.io.js'><\/script><script defer src='//HOST:3001/client/browser-sync-client.0.9.1.js'><\/script>".replace(/HOST/g, location.hostname));
//]]></script>

Not sure what this is required for in the theme?

lil.destro’s picture

the script is for style injection during development if you are using the included grunt.js for compiling your sass and minifying scripts, it can be removed for production servers. If you haven't unpacked the grunt archive included in the theme it will be trying to load a script that doesn't exist and most likely causing the slow loads.

scrambled’s picture

Ah... Thanks!

SteveK’s picture

I've removed this from HTML and added it to the readme file as it may be missed by most. We should probably have this as a theme configuration setting.

joelpittet’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.