Google AMP case study: leads dropped by 59%
1–10 of 163 posts
Re: Google AMP case study: leads dropped by 59%
#2Re: Google AMP case study: leads dropped by 59%
#3Hopefully this one-sided, web damaging framework will die a death like IE finally did, with its awful standards.
I can’t understand why the hell anyone would want to use it anyway. The experience is terrible.
Re: Google AMP case study: leads dropped by 59%
#4Hopefully this one-sided, web damaging framework will die a death like IE finally did, with its awful standards.
Definitely. I can’t understand why the hell anyone would want to use it anyway. The experience is terrible.
Hacker News doesn't need it, but they're nearly unique in having written a good website.
Re: Google AMP case study: leads dropped by 59%
#5Re: Google AMP case study: leads dropped by 59%
#6Front end engineers are not selected for their skills in understanding algorithms and data structures. It's quite easy to speed up a web site if you understand how CPU works on a low level and how Javascript is compiled to machine code, but it requires a lot of knowledge.
You need to understand how html css and js work and not cut and paste megabytes of cruft.
Re: Google AMP case study: leads dropped by 59%
#7Earlier quoted context omitted.
Definitely. I can’t understand why the hell anyone would want to use it anyway. The experience is terrible.
It's wonderful when browsing. Pages load in less than half a minute, unlike nearly the entire rest of the internet. Hacker News doesn't need it, but they're nearly unique in having written a good website.
Re: Google AMP case study: leads dropped by 59%
#8Hopefully this one-sided, web damaging framework will die a death like IE finally did, with its awful standards.
Definitely. I can’t understand why the hell anyone would want to use it anyway. The experience is terrible.
Re: Google AMP case study: leads dropped by 59%
#9Front end engineers are not selected for their skills in understanding algorithms and data structures. It's quite easy to speed up a web site if you understand how CPU works on a low level and how Javascript is compiled to machine code, but it requires a lot of knowledge.
Re: Google AMP case study: leads dropped by 59%
#10Front end engineers are not selected for their skills in understanding algorithms and data structures. It's quite easy to speed up a web site if you understand how CPU works on a low level and how Javascript is compiled to machine code, but it requires a lot of knowledge.
In depth knowledge of the DOM would serve you a lot better than knowing about CPUs. What triggers a repaint, how you can avoid it, and so on.