Hi everyone! I want to install php module php-fss on php5.3 since I heard that it boosts MediaWiki performance a lot. Is it possible to do that? Is it installed on wikipedias? ----- Yury Katkov
I've never heard of it and do not believe it's in use in production. On Mar 2, 2012 10:01 AM, "Yury Katkov" katkov.juriy@gmail.com wrote:
Hi everyone! I want to install php module php-fss on php5.3 since I heard that it boosts MediaWiki performance a lot. Is it possible to do that? Is it installed on wikipedias?
Yury Katkov _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Which is strange since it semms that this is wikipedia product http://apt.wikimedia.org/wikimedia-old/pool/main/php5-fss/ ----- Yury Katkov
On Fri, Mar 2, 2012 at 10:58 PM, John Du Hart compwhizii@gmail.com wrote:
I've never heard of it and do not believe it's in use in production. On Mar 2, 2012 10:01 AM, "Yury Katkov" katkov.juriy@gmail.com wrote:
Hi everyone! I want to install php module php-fss on php5.3 since I heard that it
boosts
MediaWiki performance a lot. Is it possible to do that? Is it installed
on
wikipedias?
Yury Katkov _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Mar 2, 2012 10:01 AM, "Yury Katkov" katkov.juriy@gmail.com wrote:
I want to install php module php-fss on php5.3 since I heard that it boosts MediaWiki performance a lot. Is it possible to do that? Is it installed on wikipedias?
On Fri, Mar 2, 2012 at 13:58, John Du Hart compwhizii@gmail.com wrote:
I've never heard of it and do not believe it's in use in production.
http://apt.wikimedia.org/wikimedia/pool/main/p/php5-fss/ is much newer.
I don't know for sure (and never heard of it before) but I have to assume it's in use:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/FastStringSearch/... (see the copyright/distribution note in there) http://svn.wikimedia.org/viewvc/mediawiki/trunk/debs/php5-fss/ http://svn.wikimedia.org/viewvc/mediawiki/trunk/debs/wikimedia-task-appserve... https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=blob;f=manif... https://gerrit.wikimedia.org/r/gitweb?p=operations%2Fpuppet.git&a=search...
-Jeremy
On 03/03/12 02:00, Yury Katkov wrote:
Hi everyone! I want to install php module php-fss on php5.3 since I heard that it boosts MediaWiki performance a lot. Is it possible to do that? Is it installed on wikipedias?
Prior to r82645, FSS was used in the wikitext parser for expanding tags like <nowiki> and <ref>. Installing FSS sped up this phase significantly. In MediaWiki 1.18 and later this is no longer the case, that part of the parser was rewritten to be fast whether or not FSS is installed.
There are still a few uses of FSS in MediaWiki and its extensions:
* Malayalam and Arabic character set normalisation * Chinese and Serbian variant conversion * Parsing edit section links (MWTidy) * Extensions: AbuseFilter, LiquidThreads, FCKeditor and Transliterator
You probably won't get enough of a performance benefit to make it worthwhile unless you are using one of the four content languages mentioned above or Transliterator.
The installation procedure is the same as any PHP extension, i.e.
phpize ./configure make sudo make install
-- Tim Starling
Hi!
Thanks to everyone. Tim, will that work in case of php 5.3? ----- Yury Katkov
On Sun, Mar 4, 2012 at 6:42 AM, Tim Starling tstarling@wikimedia.orgwrote:
On 03/03/12 02:00, Yury Katkov wrote:
Hi everyone! I want to install php module php-fss on php5.3 since I heard that it
boosts
MediaWiki performance a lot. Is it possible to do that? Is it installed
on
wikipedias?
Prior to r82645, FSS was used in the wikitext parser for expanding tags like <nowiki> and <ref>. Installing FSS sped up this phase significantly. In MediaWiki 1.18 and later this is no longer the case, that part of the parser was rewritten to be fast whether or not FSS is installed.
There are still a few uses of FSS in MediaWiki and its extensions:
- Malayalam and Arabic character set normalisation
- Chinese and Serbian variant conversion
- Parsing edit section links (MWTidy)
- Extensions: AbuseFilter, LiquidThreads, FCKeditor and Transliterator
You probably won't get enough of a performance benefit to make it worthwhile unless you are using one of the four content languages mentioned above or Transliterator.
The installation procedure is the same as any PHP extension, i.e.
phpize ./configure make sudo make install
-- Tim Starling
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org