Author: jgonera
Description:
We use event logging to log clicks in left nav. The problem with it is that we don't redirect to the given link until EL request finishes. Usually it's fast, but on a mobile connection it can take up to a few seconds.
There should be either a hard limit on the EL request (500ms?) or EL should be done server-side or after the destination page is loaded (by hijacking the link with a query param or a hash).
Version: unspecified
Severity: normal