Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Performance Increase Apache and PHP ? |
|
Author |
|
neoapache
Joined: 27 Jun 2012 Posts: 1 Location: usa, cleveland
|
Posted: Wed 27 Jun '12 20:25 Post subject: Performance Increase Apache and PHP ? |
|
|
I'm attempting to increase the performance of apache and .php on my Windows 2008 R2 server (8gig RAM and 2 3.47GIG processors). Below are some of the php.ini setting that I have set to increase performance, are you aware of any more setting I can configure to increase performance.
realpath_cache_size=64k
realpath_cache_ttl=480
memory_limit = 1024M
post_max_size = 50M |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 28 Jun '12 14:05 Post subject: |
|
|
increasing memory_limit does not help to inscrease the performance. It is the amount of ram a single script my consume.
The question is how long does a single script run on your server? Longer than second? |
|
Back to top |
|
|
|
|
|
|