Mobile app version of vmapp.org
Login or Join
Cugini213

: How can I make a site with 1.300.000 pages? Yeah I know, it's not a joke.....I really need some advice on how I could create a web site which could handle 1.300.000 ref. or more Currently

@Cugini213

Posted in: #Apache

Yeah I know, it's not a joke.....I really need some advice on how I could create a web site which could handle 1.300.000 ref. or more

Currently I'm running a dedicated server with 2mo ram and 1.6 proc, with a drupal 7 install and mysql 5.1, but the database keeps crashing and the load of the server is really awful!!! I was looking into an Apache Solr solution but still don't see how it will resolve my problem

I tried some solution with full xml page (no databases) or just html but nothing is working...I'm probably missing something here, but what, I can't see!!!

Does anyone have some light to shade on my problem?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

2 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

You need four things: your own VPS, nginx with php-fpm (Apache is a resource-hog), and lots of caching. If you're running Drupal, there must be some static caching plugins available. Static caching will reduce DB queries (which you want to do in most cases). Memcache is also an alternative.

For this, I'd recommend hiring an expert!

10% popularity Vote Up Vote Down


 

@Vandalay111

It depends how much traffic these 1.3m pages are getting. If it's a high-traffic site, I expect you'll be looking at a dedicated database server and another to handle 'the rest'...

More info.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme