I'm working on my new page and have a real intensive php function (1,000 lines) that reads and configures/displays events from an iCal feed.
It really slows up the loading of the rest of my page.
Any way to have the page load first, then when the page is done - load this iCal function?
Thanks!