On Fri, Oct 9, 2009 at 2:49 PM, DrunkenMonk <[email protected]> wrote:
>
>> I would imaging what you are running this on would make a big difference...
>
> Yes, but half a second is still way to long. Something in boltwire's
> "construct and send a page" is taking too long, and I'm going to have
> to find what.
> Given that most peoples pages seem to load 10 times quicker, It's
> either a plugin (I seem to remember it being fast before) or just
> something plain wierd.
>
> Does Boltwire have hooks yet? I've not looked at that thread. Some
> more timestamps could really help me here.

Lot's of hooks. But not an array of edit function if that's what you
are talking about...

To insert timestamps anywhere in the code, put:

        BOLTstopWatch('Unique message');

You can put it both at the beginning and end of a function to time
that specific function. Currently it only tracks 3-4 points in the
page generation process but you can add as many as you wish for
debugging/benchmarking.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to