On 12.01.2013 17:16, lists-apache wrote:
------------ Original Message ------------Date: Saturday, January 12, 2013 05:04:49 PM +0100 From: Rafnews <raf.news@xxxxxxxxx> To: users@xxxxxxxxxxxxxxxx Subject: speed up response time Hi, on my NAS i have a webserver (php 5.4 / MySQL 5.6.8 / Apache 2.4.2) running on ubuntu 10.10 LTS. I use it as development webserver. I would like to speed it up because response time is between 2.2s and 3s which is unacceptable. What should i do concretely to make response time shorter ? thx AlainHow are you generating your pages? E.g., are they dynamic, based on database queries? If so, start by looking at the efficiency of those queries. Is everything you're querying against indexed? - Richard
Hi Richard, basically they are PHP server generated pages. A. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx