Wondering if anyone could help with a small problem I have ...
In among a page of code I've got a small block which is quite time consuming to process. This is causing the containing module to take an unacceptable time to complete.
I was thinking if there was anyway of starting this 'slow code' going and then continuing with the rest of the code so that the user does not notice any slowdown?
I'd had an idea of creating a separate script and then using a 1x1 image on the page with the source as that script, this should create the effect I'm after but it's not really good programming.
Has anyone got any better ideas?