Status
Not open for further replies.

amplor

Customer
Amplor here, proud owner of 9 Dragonbyte-Tech lifetime products (brand free).

My question: With the recent update of Google as it ranks your page higher based on the amount of time it takes to load. I have a dedicated server for my forum and have noticed that my pages load considerably slower than competitors’ forums even with a 100MBit connection. Would this product enable faster page loading time thus possibly increasing my SERPs?

Thank you!
 
Hmm, page load times are a tricky thing...

I am on a crappy ADSL (phone based) internet connection (2760 kbps down, 860 kbps up). If I max out my upload speed, my download speed tanks. That would cause your site to load slowly for me.

There's also images. If you have a banner for a fluid skin, and you make it a 2560x120 (width x height) image and use CSS trickery to shrink it for smaller screens, that's still a gigantic image and the banner should be redesigned to feature a gradient for the "middle" component. In other words, have a "start" and "end" image at, say, 200x120 and use CSS gradients to fill out the "middle" bit (gradients are small 1x120 - to follow the size examples I've used thus far - images that are just repeated as needed, and are thus pretty small).

Next up is JavaScript, the more JS files you have hosted locally as opposed to remotely, the longer page load times are.

Unless your MySQL server is slow as an old dog, it's quite likely that the SQL server is not the bottleneck when you're looking at how to speed up your site.

vB Optimise focuses mainly on improving the MySQL aspect. That being said, v3.0.0 (which is currently in an opt-in beta) does support CDN (Content Delivery Network) which, depending on your provider, will speed up the images and JS aspects by quite a bit.

For reasons I do not understand, browsers can only download 1 image at a time from a local server, whereas remote content can be downloaded synchronously. That's why it's recommended to let a 3rd party like Google host jQuery (via the vBulletin options) as opposed to serving jQuery locally.

For people with a single-server setup (i.e. web server and database server on the same server) it's quite possible that vB Optimise, even the stable v2.3.0, could improve page loads due to the fact that the less time your server has to spend asking and waiting for MySQL to query and answer (as opposed to simply asking a RAM-based cache system like APC for the query result), the more time it can spend on pushing more internets through the tubes to your browser :)

I had a quick look on your front page, and it loaded pretty damn quick for me (I don't have YSlow data or anything so it's all "feel" :p) - I think the only thing that might slow your page loads down would be all those social media and network integration buttons - for each of those, they have to check if you're logged in to the site in question and fetch the "like" count or whatever.
But I don't actually know how those things work (though I am convinced they use some combination of black magic and magnets) so I may be wrong in saying that they slow down the page.


Hope this wasn't too fragmented and without structure, I pretty much just wrote it in one go as I thought of things to say. I am exceptionally horrible at explaining things to people, so have no worry about asking me to stop rambling and start making sense ;)
 
Good explanation of your experience visiting my forum, but the stats that I received are from vertain.com and other such services using different locations and network speeds. All the tests ran place my competition above my site rather than equal, so I was wondering if their sites are loading faster than mine-- is it possible that this product could help my site load faster in Googlebot's eyes thus increasing my SERPs? I keep bouncing around page 1 to 2 and with the competition that I have, it's a feirce market.

I've been doing SEO spending thousands of dollars, adding content daily and it still seems to not get me in the top 10 at a steady spot which I would like.

The only thing I can think of is my site load time compared to my competition.

If you're saying that vB Optimize only works for servers hosting their MySQL databases in a remote location to speed up queries, will this work for my site as I have a dedicated server? Does it cache pages as HTML so that they are not dynamic?
 
Status
Not open for further replies.
Back
Top