Sujet : Re: Apache + mod_php performance
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 28. Sep 2024, 00:16:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd7ec3$tdq8$4@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.160 (Toresk; )
On Fri, 27 Sep 2024 12:06:09 -0400, Arne Vajhøj wrote:
... PHP scripts has significant latency
when interacting with external database so parallelization is a must.
I haven’t noticed such latency (albeit mainly with intranet apps written
for an SME), but what I have noticed is getting the data with fewer
queries is faster than getting the same data with more queries.