ok thanks for your input on events!
I put some console.logs when these events fire, and there is delay of more than 15 seconds on my android between beforeLeave
(on weightLevel
view) and enter
(on computeView
, the one containing the collection-repeat
and the filters, etc.)....Whoa!! Do you see a way to reduce this ?
console output:
................loaded
................before enter
................beforeLeave
(....here there is a 15+ seconds waiting...!)
................enter
................leave
................after enter
................afterLeave