I installed phpWiki but found it to be rather slow on my setup (load times of several seconds).
Is adding indices to the MySql tables to improve performance an option? If anybody experimented with this before, can (s)he share his/her experiences?
Thanks,
pieterr
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, there are already indices other than the primary key in table phpwiki_link , phpwiki_page, phpwiki_version.
I assume the guys who wrote the sql statements added indices where necessary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I installed phpWiki but found it to be rather slow on my setup (load times of several seconds).
Is adding indices to the MySql tables to improve performance an option? If anybody experimented with this before, can (s)he share his/her experiences?
Thanks,
pieterr
Well, there are already indices other than the primary key in table phpwiki_link , phpwiki_page, phpwiki_version.
I assume the guys who wrote the sql statements added indices where necessary.