Tuesday, December 6, 2016

Re: Integrating Google Analytics with GWT (SPA) Application to capture the User Flow


Thanks jens..now my worry is if i add this global handler will it create performance issue?

Obviously all DOM events will now reach your event handlers a bit slower because JavaScript is single threaded and you execute additional code inside the event loop and before event handlers are triggered. It's likely not noticeable but that's up to you to decide. I don't know your app nor your performance requirements.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment