Home
last modified time | relevance | path

Searched hist:"229529655 f061863ec76db9ea557fef8b1a5161b" (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dindexer.php229529655f061863ec76db9ea557fef8b1a5161b Tue Mar 23 21:50:41 UTC 2010 YoBoY <yoboy.leguesh@gmail.com> Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.

/dokuwiki/lib/plugins/config/lang/en/
H A Dlang.php229529655f061863ec76db9ea557fef8b1a5161b Tue Mar 23 21:50:41 UTC 2010 YoBoY <yoboy.leguesh@gmail.com> Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.

/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php229529655f061863ec76db9ea557fef8b1a5161b Tue Mar 23 21:50:41 UTC 2010 YoBoY <yoboy.leguesh@gmail.com> Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.

/dokuwiki/conf/
H A Ddokuwiki.php229529655f061863ec76db9ea557fef8b1a5161b Tue Mar 23 21:50:41 UTC 2010 YoBoY <yoboy.leguesh@gmail.com> Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.