javascript - Data Mb Limit Client Side Apps -
working angularjs it's easy run through lots of data on client.
is there rule of thumb how data want work @ once? i'm transferring files few mb of text data , don't seem running trouble. (barring i'm not displaying records @ once).
is there point think should still working off server? how much? browser/os/device dependent?
i think depends on browsers targeting. if targeting ie8 have no near same performance if user using latest chrome release.
as rule of thumb tend want experience (speed, smoothness, user ability etc) when visit sites develop same across browsers , versions. of heavy lifting on server , send down pre-packages, pre-parsed data sets client display.
you should testing application across full spectrum of browsers support , find areas each browser excels , not it's rivals. can tweak accordingly.
however, argue if targeting latest browsers reduce cpu cycles on server should push processing client. agree here if can ensure using using latest browsers on decent machines internet connections.
Comments
Post a Comment