client-side vs server-side

Posted by amalafrida on Stack Overflow See other posts from Stack Overflow or by amalafrida
Published on 2012-11-04T16:57:46Z Indexed on 2012/11/04 16:59 UTC
Read the original article Hit count: 139

Filed under:
|
|

In general, should one design in order to place processing load on client-side?

More specifically, a search engine to locate subscriber information requires a fair amount of parsing (multiple phone numbers to sort and format, hour of day, timezone, comparisons for possible substitutions of user information, etc.).

Again, in general, is it preferred that one have client-side do the work?

It seems to me 'yes' in a situation in which one will have many thousands of hits per minute.

Use php for quick database queries ... process retrieved data client-side.

yes ... no?

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript