Handlebars.js and Edge / IE 11/10

0

all blz?

I have a project using handlebars.js and I was really enjoying the result until I saw the system working on EDGE and Internet Explorer.

I have a screen that receives about 1000 (thousand) records in json:

{ data_criacao:"2018-07-05 10:59:30" id:"77" montadora:"VOLKSWAGEN" tipo_pesquisa:"veiculo" veiculo:"FOX"}

EDGE and IE take more than a minute to run the handlebars template, so the browser comes up with a message saying it has a very time-consuming script to respond (more or less the phrase), the whole process it takes a minute or more, while in chrome and firefox it takes 1 to 3 seconds ..

Searching on, in the handlebars git itself, say that EDGE and IE have a slower JS engine anyway, that it would be "normal" to take longer ... but I'm thinking that I might have done something "wrong" for it takes so much, because in chrome 1, 2 seconds, in EDGE, IE over 60 seconds ... it's a lot of difference.

Has anyone had equivalent experience to give you some idea?

Thank you

    
asked by anonymous 27.08.2018 / 19:47

0 answers