The scalability tag has no wiki summary.
1
vote
0answers
19 views
Advice scaling website [duplicate]
We could use advice on a scaling/ops issue.
We have a simple website that runs on Rails 3.2.12 and uses MongoMapper instead of ActiveRecord. There is one database call that sporadically performs ...
5
votes
3answers
125 views
Is there a course I can learn that'll allow me to build sites that can handle heavy traffic?
A programmer friend is forever telling me that when I begin to use Drupal, Joomla or WordPress that I will only create sites that will crash as soon as the site begins to receive more attention / ...
2
votes
2answers
67 views
Optimizing large scale e-commerce sites
I have a few questions regarding optimizing large scale e-commerce sites with getting indexed. Over 1 million pages.
Should you optimize images for e-stores with over 1 million product images?
...
0
votes
0answers
9 views
Non-dynamic CMS [duplicate]
Some of the web sites I visit every day (news, sports, etc..), although the content changes very often (several times per day), the URLs always have .html extension, what makes me thing that the ...
0
votes
0answers
39 views
Building your own SlideShare alike website [closed]
Can you please recommend me a platform for building a website like Slideshare.
We are presently thinking of starting with an opensource Drupal Core. How much expertise is required in building this ...
0
votes
2answers
75 views
Slashdotted web site seeks new home [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I am maintaining a website that contains mostly simple html (just a little php).
Normally the site receives only ...
3
votes
2answers
228 views
How many production servers should I start with?
I'm building a site that I plan to grow to the size of SO.
I'm only planning to have one prodcuction server to start off with. This will host everything including the database.
I know it's very hard ...
4
votes
2answers
291 views
CDN for authenticated sites
We have a site that requires users to sign into. Typical stuff. Today, all the content (dynamic and static) is behind the login process, and you cannot access any of the pages or files via a URL ...