Jump to content

website scaling?


dadamssg87

Recommended Posts

It can be both, depending on context.

 

Scaling the code means how easy is it to expand & add new features, whereas application (in this case website) scaling can be viewed as a graph of "X more resources are required when there is Y more load?". Typically its the latter, and people are wondering how well your application can handle higher loads

Link to comment
https://forums.phpfreaks.com/topic/237821-website-scaling/#findComment-1222133
Share on other sites

I strongly believe that scaling is something that written theory (even in internet) is far behind real word examples. I am not referring to technical scaling (since I have little to do with these) like servers, that I believe is the easy part if you have the money, but in the programming – analysis’s aspect. Let me remind that few years ago “cashing” was something wrong in languages like PHP and this point of view was the dominant. First of all you should use a good testing framework and do a lot of tests in your own. There are few basics (that not everyone agrees) but to find your way you should make your own tests. And let me point one other aspect that is rarely mentioned, a good scaling technique in one application – site might not work as well in another. 

Link to comment
https://forums.phpfreaks.com/topic/237821-website-scaling/#findComment-1222873
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.