MyBB Community Forums

Full Version: Theme lags site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just made a fresh install of MyBB with an AutoInstaller on my webhost.
The site is fast, until I tried using this theme:
http://mods.mybb.com/view/gze-style-gamerzelite-de

When I make this theme default, it dramatically slows down loading. It takes ~4-6 seconds to load the forum (with no posts or changes to the forum at all, other than the theme)

Is there any idea why this is happening?
Also, if it just happens to be this theme, could anyone suggest a theme similar to this one?

Thank you!
At a guess, I'd say it's loading too many unoptimised images. I haven't tried the theme my self though so I can't say for sure.
Whoops, I forgot to include the URL.
http://www.crypticguides.tk/forum

Would you suggest finding a new theme?
Or is there a way to fix it loading the unoptimised images?
Your whole site takes ages to load for me (35 seconds) and it's not just because of the theme. There's a few calls to a URL like redirect.main-hosting.com/error404.php that all take over 10s and ultimately fail.

It looks like the following resources are causing this issue:

http://crypticguides.tk/forum/jscripts/m...sements.js
http://crypticguides.tk/forum/jscripts/profiledesign.js
http://crypticguides.tk/forum/jscripts/jquery.js
http://crypticguides.tk/forum/jscripts//colorpicker.js
http://crypticguides.tk/forum/jscripts/eye.js
http://crypticguides.tk/forum/jscripts/utils.js
http://crypticguides.tk/forum/css/colorpicker.css


Make sure you've uploaded all of the above correctly or remove any references to them from your templates.
Alright. I'll try installing MyBB manually and seeing how it goes from there.