Hey guys

I'm running XAMPP 1.6.7 on Vista (its my work machine, so no alternative unless i go virtual)

and am seeing very slow responsiveness from the admin section. The front page is rendered fast and without issue, however go to the admin section and it take 60+ when it does work and typically displays a blank page (view source has nothing in there) for the majority of the time...

I don't have cron installed or access to a mail server....

What's going on ??

Comments

runssl’s picture

Does it have the same problem in both firefox and ie?

Discount SSL Certificates http://www.RunSSL.com

gpk’s picture

Try disabling update status module. If you search for this you will find various open issues/bugs because it stalls if the server (your PC) is unable to make outgoing connections. Alternatively you need to tweak Vista to make this work.

gpk
----
www.alexoria.co.uk

callison’s picture

You can also try editing php.ini for your webserver.

Find and change the following variables:
max_input_time should be at least 120
memory_limit should be at least 64M

I had the same problem and this fixed it for me. Good luck!

www.allisonmission.com

jonr’s picture

Changing max_input_time from 60 to 120 seems to have worked for me.