On Thursday, May 8, 2014 9:41:19 AM UTC+2, Markus Staab wrote:
>
> Hi!
>
> I love console.timestamp() API
> http://www.softwareishard.com/blog/firebug/firebug-1-8-console-timestamp/<http://www.google.com/url?q=http%3A%2F%2Fwww.softwareishard.com%2Fblog%2Ffirebug%2Ffirebug-1-8-console-timestamp%2F&sa=D&sntz=1&usg=AFQjCNE6UMt3kQWgyNiBgV8dUFP5IOyGug>
>
> I would like to bring it to the next level and introduce timestamps from 
> the serverside painted into the network tab.
> This would help to get a great overall picture when things happend on the 
> server triggered by the client.
>
Sounds great to me
 

>
> I thought about e.g. see in the firebugs timeline a mark, at which time 
> the "routing" took place, controllers were invoked, view was rendered, etc. 
> etc.
>
One possible problem is the time synchronization between the client and the 
server. If it's off the event's coming from the server want match the Net 
pane's (client) timeline properly.
 

>
> therefore I would send the timestamps-data within the response and then 
> somehow use a JS api to make them appear in Firebug, like it is done with 
> console.timestamp().
>
I would send the data rather through HTTP headers.
See this issue report that's related:
https://code.google.com/p/fbug/issues/detail?id=1714

But I am not sure whether you want to actually build Firebug extension (or 
direct Firebug patch) that allows all that automatically.
 

> Since the events already happend and I need to mark them afterwards, I 
> need something like *console.timestamp(new Date())* or 
> *console.timestamp("date-string").*
>

> maybe it would even be a new method, so it won't affect the 
> console.timestamp() API.
>
It could be enough to use internal API, in case you want to build a Firebug 
feature.

Otherwise we could teach the console.timeStamp to use new Date argument... 
(and a label)

Honza
 

>
> WDYT?
>
> Thanks,
> Markus
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to firebug+unsubscr...@googlegroups.com.
To post to this group, send email to firebug@googlegroups.com.
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/72ce5ce3-e4ae-4c89-b8cf-8610c850cc86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to