Optimization question for PHP

i build all the pages of my site w/PHP. to do this i build one big string and then echo it at the end of the page. would this cause my site to be slow? say, as opposed to printing it out bit by bit?

thanks