[pmwiki-users] New recipe: PageListMultiTargets

Petko Yotov 5ko at 5ko.fr
Wed Apr 17 13:19:00 CDT 2013


Thanks for this benchmark!

I think that in many cases an editor will not need wildcard searches, so  
I'll try to optimize the code for those cases and make it a bit faster.

Also, in most cases people will not specifically disable the pagelist  
caching with "cache=0", so the timestamps will be approximately the same.

Petko

Maxim writes:
> tamouse mailing lists writes:
> > Any idea how it performs on large page sets?
>
> On my site I implemented an alternative version of this functionality
> as posted on http://www.pmwiki.org/wiki/PITS/00908 (with less
> functionality - no + operator and no wildcards), and I've also added
> this recipe. I have thousands of pages (>18000 files in wiki.d, work.d
> is elsewhere) and a 5.5MB .pageindex.
>
> Example searches, with cache=0 and a simple fmt to reduce rendering time:
>
> PageListMulti:
>
> http://www.smspower.org/?action=search&q=links%3D%2BTags.Action%2C 
> %2BTags.Disney%2C-Tags.Movie+fmt%3D%23default+cache%3D0
>
> ~1.4s
>
> My link= modification:
>
> http://www.smspower.org/?action=search&q=link%3DTags.Action%2CTags.Disney%2C- 
> Tags.Movie+fmt%3D%23default+cache%3D0
>
> ~0.5s




More information about the pmwiki-users mailing list