Extension talk:BlueSpice
From MediaWiki.org
Hi,
I am wondering if someone can tell me how to use only the blue spice theme, without using the whole system.
- I fear this is currently not possible. BlueSpice skin uses a lot of function calls to BlueSpice framework which provides all the personalized information. --Mglaser 09:45, 14 June 2011 (UTC)
Thank you for the info, could someone explain how it changes my current normal mediawiki install? What functions will alter, how is SEO effected, if at all. Our wiki is open for example, but using Bluespice on our test server you need to be logged in to use it, see articles. Some info would be helpful.
[edit] Great extension
Its a great extension. Very helpful! Thank you!
- Nice to hear. Thanks for you comment :) --Mglaser 14:29, 11 February 2012 (UTC)
[edit] Speed Up
My installation runs very slow compared to the flat MediaWiki Installation. Especially pictures are now loading very slow. Are there any options for speeding up? Other features are perfect... i love the editor!--BeOCeKa (talk) 14:05, 19 April 2012 (UTC)
- Thanks! What version of BlueSpice are you using? There were some performance improvements in version 1.1. But still, to speed up BlueSpice significantly, I recommend switching the LC cache to manual recaching. This is done by adding these two lines at the end (after BlueSpice) of your LocalSettings.php:
$wgLocalisationCacheConf[ 'storeClass' ] = 'LCStore_DB'; $sgLocalisationCacheConf[ 'manualRecache' ] = true;
- Then execute the following command:
php <installpath-mediawiki>/maintenance/rebuildLocalisationCache.php
- This command should also be executed after any code changes.