Our site when it's loading (particularly in Chrome) it goes like this: left side, middle, right side ( see here: http://qwikad.com ). My question is is there a CSS code that can be used to make the loading more stable where the whole site loads at the same time? Thanks!
Are the links hard coded, or are they fetched with a query? The last column takes a while to pop up, indeed.
They are fetched. Someone told me here my problem is that the site is designed with <tables>, changing them to <divs> will solve the issue. Well. I do not really want to do the entire site overhaul.
I'm assuming that the last column is fetched with 1 query? You could try to chop those in multiple queries. Or the Div solution.