building a high traffic web portal |
(11-26-2014, 12:39 PM)sans Wrote: The first thing you can do is run a Apache AB test on it. http://httpd.apache.org/docs/2.2/programs/ab.html Hit a few different urls and compare the results. Secondly you want to look into a siege test http://www.joedog.org/siege-home/ That thing can really put a hurting on your server(s). Finally, remember PHP is a shared nothing language. You can always fire up another box and put a load balancers in front of them. |
Messages In This Thread |
building a high traffic web portal - by sans - 11-26-2014, 12:39 PM
RE: building a high traffic web portal - by dmyers - 11-26-2014, 05:36 PM
RE: building a high traffic web portal - by sans - 11-27-2014, 06:10 AM
RE: building a high traffic web portal - by includebeer - 11-26-2014, 07:06 PM
RE: building a high traffic web portal - by sans - 11-27-2014, 12:18 AM
RE: building a high traffic web portal - by alroker - 11-27-2014, 02:22 AM
RE: building a high traffic web portal - by sans - 11-27-2014, 06:07 AM
|