Are mobile web apps slow?
blogs.adobe.com
Are mobile web apps slow?
1–10 of 50 posts
Re: Are mobile web apps slow?
#2A: "A web app's CPU budget is spent in three different buckets"
Q: "That... doesn't answer my question."
A: "Javascript is the puppet master of the browser engine."
Q: "That doesn't either."
A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this."
Q: "Ah, ok. No hard feelings then. You're in a tough spot."
A: "Yes. Yes, I am."
Re: Are mobile web apps slow?
#3Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…
A meaningless question. Slow relative to what? Slow for whom? What sort of app are we talking about?
Re: Are mobile web apps slow?
#4Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…
Personally, I tend to agree with the original article that GC is an expensive thing to put in most apps. BUT, you need to be pragmatic about determining if the additional margin of execution speed from not having a GC justifies the coding effort.
Re: Are mobile web apps slow?
#5Re: Are mobile web apps slow?
#6I wrote this client. It is as fast as most other native HN mobile apps, but mine works on iOS, Android browser, and windows phone 8. It also works on regular browsers.
I have wrapped this in hybrid app using phonegap, but only submitted to Google play. One day I will submit it to Apple too. https://play.google.com/store/apps/details?id=com.premii.hn
But it is not a simple task to make fast performing HTML5 app that works on all mobile browsers.
Re: Are mobile web apps slow?
#7Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…
No, it doesn't answer the question, it suggests more questions to ask to make an informed answer. It's just a short cautionary tale to make the user consider what type of app he/she is building, and to consider if significant activity within the app is, or not, likely part of the GC/JavaScript (or HTML/CSS) that would suffer in some cases vs local, native, code. Personally, I tend to agree with the original article t…
Re: Are mobile web apps slow?
#8Re: Are mobile web apps slow?
#9Q: "Are mobile web apps slow?" A: "A web app's CPU budget is spent in three different buckets" Q: "That... doesn't answer my question." A: "Javascript is the puppet master of the browser engine." Q: "That doesn't either." A: "I'm the director of engineering for the Web Platform team at Adobe. I sort of have to write blog posts like this." Q: "Ah, ok. No hard feelings then. You're in a tough spot." A: "Yes. Yes, I am.…