I have a website in which there is one query which really slows down loading times. I would like use jQuery (perhaps?) to load the page, put a loading placeholder where the div will be, then load the div and run the php query.
There might be a problem in that, depending on what the php query finds, the div will be different sizes. So it would need to have an expand effect or something, not just a staticl sized placeholder.
I've had trouble even finding anything regarding this using searches. Any help or direction would be much appreciated.
Dan