does anyone know of a page render log script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ppc
Forum Newbie
Posts: 14
Joined: Sat May 27, 2006 9:59 pm

does anyone know of a page render log script

Post by ppc »

Does anyone know of a script that would test at certain times of the day how long it takes for a page to load and then log the speed in a file?

Thanks.

PPC
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

combo of cron and a couple microtime() calls surrounding a page request.
Post Reply