Tried it on a faster server... the most complicated page which is a slightly simpler calendar page.
Initialization Complete: 0.00878 seconds (1255109823.9273) Page Creation Complete: 0.21312 seconds (1255109824.1404) typical page: Initialization Complete: 0.008954 seconds (1255109990.1569) Page Creation Complete: 0.128615 seconds (1255109990.2855) On Fri, Oct 9, 2009 at 10:14 AM, Kevin <[email protected]> wrote: > Thanks... thought something was missing. Was expecting there to be > function variable to output the data somehow. > > Playing with this a bit... > > Initialization is typically .04 most avg pages load in about .18 > complicated page that grabs a lot of stuff .39 - .52 > > The calendar page which fetches data from Google is taking the longest > which is expected... .85 - 1.40 as it needs to fetch the data each time > over the Internet. I don't have a cache setup for it yet, then it should be > lightning fast. > > I would imaging what you are running this on would make a big difference... > > > > On Fri, Oct 9, 2009 at 9:52 AM, Markus <[email protected]>wrote: > >> >> Kevin, add this line to index.php: >> >> $errorReporting=true; >> >> Otherwise it won't display. >> >> Markus >> >> On Oct 9, 6:38 pm, Kevin <[email protected]> wrote: >> > Never tried stopwatch before. >> > >> > I added it to index.php like it says and expected it to display >> something >> > somewhere but it didn't. >> > >> > It implies that you can add extra entries to a function to time it, but >> > without that do I have to add it to a function for it to output >> something or >> > is there a way to add it to say the bottom to display how long it took >> to >> > get there. >> > >> > >> > >> > On Fri, Oct 9, 2009 at 6:00 AM, DrunkenMonk <[email protected]> wrote: >> > >> > > I have a page with no markup in top, side, header, footer, main or >> > > bottom (just the word test or missing page). >> > >> > > Loading this page takes 0.5 to 0.8 seconds according to boltwires >> > > stopwatch. >> > >> > > Are other people getting similar load times, or is it just me? >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
