Reducing load for LAMP app?
- From: Gilles Ganault <nospam@xxxxxxxxxx>
- Date: Fri, 04 Jan 2008 09:34:20 +0100
Hello,
I'm no LAMP expert, and a friend of mine is running a site which is a
bit overloaded. Before upgrading, he'd like to make sure there's no
easy way to improve efficiency.
A couple of things:
- MySQL : as much as possible, he keeps query results in RAM, but
apparently, each is session-specific, which means that results can't
be shared with other users.
Is there something that can be done in that area, ie. keep the maximum
amount of MySQL data in RAM, to avoid users (both logged-on and
guests) hitting the single MySQL server again and again?
- His hoster says that Apache server is under significant load. At
this point, I don't have more details, but generally speaking, what
are the well-know ways to optimize PHP apps?
Thank you.
.
- Follow-Ups:
- Re: Reducing load for LAMP app?
- From: Richard
- Re: Reducing load for LAMP app?
- From: Jeremy
- Re: Reducing load for LAMP app?
- From: faulkes
- Re: Reducing load for LAMP app?
- From: Jerry Stuckle
- Re: Reducing load for LAMP app?
- From: Rik Wasmus
- Re: Reducing load for LAMP app?
- From: _q_u_a_m_i_s's
- Re: Reducing load for LAMP app?
- Prev by Date: Re: Double Vs. Float
- Next by Date: Re: How to use MySQL from PHP ?
- Previous by thread: does upgrade cause slowdown?
- Next by thread: Re: Reducing load for LAMP app?
- Index(es):
Relevant Pages
|