PDA

View Full Version : speed



cortiwiki
08-20-2007, 03:02 PM
I install deki hayes in a new machine because in the test machine (Pentium III 500 Mhz) it is very slow but the access time don't change:
a page with a table and 3 immages (extension npg - size 2Kb total 6Kb) is load in 7 seconds.
The OS is windows XP Pro.

What Can I do?

Thanks

SteveB
08-20-2007, 05:58 PM
It might be apache not allowing enough simultaneous connections. Somebody posted about this a while ago. Search for "Deki Wiki slow".

Umair
08-21-2007, 08:40 AM
I would reccomend you to check Apache Logs and print them here if you see some unusuall acticity

cortiwiki
08-21-2007, 11:05 AM
I see that when load every page the apache log write about 200 line with error like:

[error] [client 127.0.0.1] PHP Notice: Undefined variable: i in C:\\deki-hayes\\web\\includes\\GlobalFunctions.php on line 2562, referer: http://deki-hayes/Mappa_area_sensibile

Undefined index: comment-count in C:\\deki-hayes\\web\\includes\\GlobalFunctions.php on line 2566, referer: http://deki-hayes/Mappa_area_sensibile

[error] [client 127.0.0.1] PHP Notice: Undefined index: dynamic-nav in C:\\deki-hayes\\web\\includes\\GlobalFunctions.php on line 2566, referer: http://deki-hayes/Mappa_area_sensibile

[error] [client 127.0.0.1] PHP Notice: Undefined index: email in C:\\deki-hayes\\web\\includes\\GlobalFunctions.php on line 2566, referer: http://deki-hayes/Mappa_area_sensibile

Is it a program error? The speed problem depends also for this error?
Thanks

royk
08-22-2007, 04:26 AM
no, speed is unaffected. you have your error logging on PHP to report warnings, which is why you see so much stuff in there.

please see http://forums.opengarden.org/showpost.php?p=2254&postcount=2 for the suggested warning levels you should set for PHP.