Forum Moderators: coopster
If your are curious in the PHP doc notes there is an example of a microtime stamp function which can compute how long your page took to generate. You can experiment with that too to see the difference.
I've got about 150 pages, but it's moderately heavy traffic ( 50,000 monthly ) on a less than ideal server, so I was a little worried about overworking it.
I'm not worried about the time so much, it's a very light design ( <15k ), so I don't think it would be too noticeable, it's just that we aren't the only site on the server and I didn't want to end up causing problems.