Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for DOM monitoring in single page apps #24

Open
ishaikovsky opened this issue Dec 23, 2015 · 0 comments
Open

Support for DOM monitoring in single page apps #24

ishaikovsky opened this issue Dec 23, 2015 · 0 comments

Comments

@ishaikovsky
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant