Ron5262221
Posts: 0
Joined: Sat Nov 24, 2012 2:18 am

How many screens is too many for a web app?

I'd like to build a web app and export as jquery single page that could possibly contain 200 or so screens. Is this going to be so large that it would take an unreasonable amount of time to load.

What's the largest you've ever seen?

Thx

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How many screens is too many for a web app?

200 would be too big for a single page template. When the app loads, all 200 pages would be loaded into the DOM.

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

How many screens is too many for a web app?

I'm at 20 with lots of content.
Found it too be too much as a multi-page.
Went to single page now Tiggzi loads fast, phone app performs much better.
The BIG Plus I have control over history, cache etc.

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

How many screens is too many for a web app?

@neil
I'm looking for some advices on best native app setup - performace, transitions etc

anything you noticed works great, anything we should avoid?

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

How many screens is too many for a web app?

Hi Eric !
Oh my. That's a loaded question... lol

All I can reference to is Android.
While everything works for the most part. Jquery gets slow when DOM is packed with too many pages. Even if Content not excessive.
Transitions NONE. Its plain but fast as long as the spinner is disabled.
I use css for all my animations. Moving buttons, effects, fade etc.
Cache is a huge problem with Multi-page template. Pages shown with previous user inputs etc. No control over DOM and History gets broken if u muck with it.
Single page is the best solution(I think).
Keep images to a minimum a well compressed. Load dynamically if possible.
Don't use the calender plugin its bulky and buggy. Use Mobiscroll instead.
Avoid the Footer with button. There hit and miss with jquery.

Maybe other could add to this?...
Regards.
Neil

Return to “Issues”