• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Coding for a specific server: Optimize every layer? (web site performance)

the_servicer

2[H]4U
2FA
Joined
Aug 16, 2013
Messages
2,190
I found a web host that also offers a design service. For performance, they're pitching a vague idea of holistically optimizing at multiple layers:

We build your website and host it on our own infrastructure, which means faster performance, tighter security, and one point of contact for everything.
Because we control both the code and the server, we optimize every layer.

Is this only clever marketing, or is it a substantive concept aspiring webmasters can learn from? I always believed optimal code is optimal code, regardless of how or where it is hosted.
 
That could just be "hey we run your side in Wordpress and take care of updates for you". I feel the same could be claimed by say hosting with GoDaddy and being on their infrastructure, behind their firewalls, and only needing to call them if something goes wrong.
 
Sounds like fluff to me. If you really want maximum performance, you're integrating your website into the kernel... But a) that's insane, b) modern servers are pretty fast.

Unless you have real actual performance demands and a huge user base, a reasonable webpage with a reasonable webserver on a reasonable OS on a recentish CPU is going to be fine. You don't need heroic optimization; just not to use dumbass frameworks/wordpress plugins or run database driven content from a far away database. Some of the webpage generator+hosting companies do make trash pages that take forever to load for no reason, but like... as long as you make pages mostly static and are a little careful about how you write the dynamic stuff, and don't go overboard with enormous images or hero videos, it'll be mostly fine.
 
That does sound like fluff. Only major web sites really do a lot of optimizations. Otherwise it's too expensive. Sure FaceBook does lots of optimization work. A 1% performance improvement saves them millions in power and hardware. Small business web site? Cheaper to just throw more hardware at it - meaning renting a VM with a couple more cores and some more ram.
 
Back
Top