Do you think trade secrets will be revealed publicly? I don't think so.
What is the cost of maintaining a website ( like desidime ) ??
Can anyone tell or link me to knowledge on this thing. Just wondering what all goes into managing a site. And how big the team behind dd is ?
@admin -- Congrats on the 14th bday ... please do update more on how the journey was , if possible.
- Sort By
It kinda depends on several factors, one can achieve that for cheap or one can go with the usual big spendings, here's an outline for running a big load website(only website human resources not included) There should be minimum two dedicated servers and one load balancer for the backend processing tasks, one will need a cluster of DB most preferable SQL based one with master-master-slave replication, one will also need a caching solution preferably redis in memory caching a beefy memory oriented server will do just fine. Now one will need a CDN for that using the CDN providers like gcore and bunny are good. Now some important things, one will need a WAF to filter pyit malicious traffic, one will also need a backup solution in place just in case something goes awry, now comes bandwidth a pretty good latency between the processing servers and DB cluster to minimize the wait/blocking time and you are good to go pretty much will handle same or more traffic compared dd of configured right.
It kinda depends on several factors, one can achieve that for cheap or one can go with the usual big spendings, here's an outline for running a big load website(only website human resources not included) There should be minimum two dedicated servers and one load balancer for the backend processing tasks, one will need a cluster of DB most preferable SQL based one with master-master-slave replication, one will also need a caching solution preferably redis in memory caching a beefy memory oriented server will do just fine. Now one will need a CDN for that using the CDN providers like gcore and bunny are good. Now some important things, one will need a WAF to filter pyit malicious traffic, one will also need a backup solution in place just in case something goes awry, now comes bandwidth a pretty good latency between the processing servers and DB cluster to minimize the wait/blocking time and you are good to go pretty much will handle same or more traffic compared dd of configured right.