Hi Vishwa,
Your PHP code should "generate" a web page on the fly, so it is down to the browser on whether or not it renders the code. Unless you're attempting a huge function (like printing out all combinations of RGB :-)), the user is normally waiting for the browser/bandwidth, as most browsers will display content as it is loaded, rather than waiting to load the entire document.
Regards,
David