-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
As I see from the code
https://github.com/HubSpot/BuckyClient/blob/master/bucky.coffee#L369
Bucky will ignore all the calls to sendPagePerformance after it is done it once on initial load.
Is it just engine performance API that prevents from collecting the data during just Ajax interactions?
I don't really understand the point of configuring the call like
Backbone.history.on 'route', (router, route) ->
# Will only send on the initial page load:
Bucky.sendPagePerformance("some.location.page.#{ route }")
if it is not going to send anything anyway because there was no full page request in SPA.
SPA often have bottlenecks on some specific subviews due to non-optimal implementation of DOM updates etc... So in general monitoring for that would be perfect thing (again, if it is something that can be supported by using standard APIs)
Metadata
Metadata
Assignees
Labels
No labels