Page 1 of 1

Joomla running slow

PostPosted: 21. September 2008 15:53
by mikeampp
Hi there,

I have joomla, 1.0.14 Stable, installed for testing purpusses. However, when I want to edit an item it takes a lot of time before the item is openend.
I changed in the php.ini the resource limite into:
max_execution_time = 120 ;
max_input_time = 120 ;
memory_limit = 32M ;
and
[eAccelerator]
extension=eaccelerator.dll
eaccelerator.shm_size = "0"
eaccelerator.cache_dir = "C:\server\xampp\tmp"
eaccelerator.enable = "1"
eaccelerator.optimizer = "1"

If you dont do this you get a timeout. Still, editing works very very slow.
any clues?

thanks in advance,

|\/|ichiel

PostPosted: 21. September 2008 16:46
by w4vy
which version of xampp are you running ? (different eaccelerators)

if its 1.6.6 change

eaccelerator.shm_size = "0" to "128"

and if its 1.6.7 change

eaccelerator.shm_size = "0" to "64"

and see if that helps, you might be able to have either option for either version of eAccelerator but I'm just going from my hosting providers php.info from different apache servers.

Regards, w4vy