Re: [PHP] improve speed of PHP answers

2011-02-18 Thread Tommy Pham
On Thu, Feb 10, 2011 at 5:18 AM, Alex Nikitin wrote: > > One, while sorting and limiting, and improving mysql queries is a great way > to increase application performance, dont forget that sql is not a > programming language and as such certain tasks should not be done in > queries, any complex

Re: [PHP] improve speed of PHP answers

2011-02-10 Thread Alex Nikitin
1-2s? that sounds insane and (to me at least) entirely unacceptable, though not something that i haven't seen before when i was speeding up our wordpress... >From some significant experience of speeding up things, including php applications, frameworks, various other applications, servers, platfor

Re: [PHP] improve speed of PHP answers

2011-02-09 Thread Ashley Sheridan
On Wed, 2011-02-09 at 18:57 +0100, Alain Roger wrote: > it's a php component for joomla so it is written in PHP. > it access to DB as also the whole site root structure to backup database > structure , data as also web site folders and files. > due to slow freeing ressources (php pointers, memory,

Re: [PHP] improve speed of PHP answers

2011-02-09 Thread Alain Roger
it's a php component for joomla so it is written in PHP. it access to DB as also the whole site root structure to backup database structure , data as also web site folders and files. due to slow freeing ressources (php pointers, memory, andso on...) the backup process fails each time... A. On Wed