# Optimization question for PHP

**URL:** https://forum.kirupa.com/t/optimization-question-for-php/125408
**Category:** Uncategorized
**Created:** [October 13, 2004, 10:11am UTC](https://forum.kirupa.com/t/optimization-question-for-php/125408 "2004-10-13T10:11:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rysolag](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@rysolag](https://forum.kirupa.com/u/rysolag)
#### Post date: [October 13, 2004, 10:11am UTC](https://forum.kirupa.com/t/optimization-question-for-php/125408/1 "2004-10-13T10:11:32Z")

</div>

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
