
December 24th, 2012, 09:35 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 5
Time spent in forums: 51 m 8 sec
Reputation Power: 0
|
|
|
I have a lot of JavaScript intensive functions that I'd rather run on the client end, but if their computer can't handle it, then I should run it on the server end.
Processing Speed is what I'm concerned about. So RAM would be nice to have, but I can't have that it seems. My next best option is gauging my view-exports based on device.
Origin of my concern:
I've seen some "mobile optimized sites" that change with the width of the browser, but I don't want to optimize when data has already been sent to the client end, because I'm not optimizing display, I'm optimizing the processes that run on the client end. (and sense I already have a logic structure for that, I might as well manage the display through the same system)
I could be just being paranoid about processing capabilities though. Perhaps it's something I shouldn't be worried about. But the structure will be useful once we enter into the age of silicoon-photonics. The computers we use now will need to be optimized.
Alright, I'm rambling now
|