Manual talk:Performance tuning

From mediawiki.org
Latest comment: 4 months ago by Wikinaut in topic apc.php not available

disable mbstring.func-overload ?[edit]

it is recommended to disable mbstring.func-overload. How can I do that? Is "php_admin_value mbstring.func-overload 0" fine? --Subfader (talk) 20:24, 27 March 2012 (UTC)Reply

Unnecessary extensions[edit]

What about disabling unnecessary extensions? Are there some extensions listed at wikipedia:Special:Version that use up a lot of resources, that most wikis wouldn't need? Leucosticte (talk) 11:20, 16 December 2013 (UTC)Reply

Compress JavaScript[edit]

I notice that there are wikis around which make me download a lot of uncompressed JavaScript... we should really document that here. --Nemo 22:47, 19 November 2014 (UTC)Reply

Performance tuning with LinkTitlesParseOnRender=true[edit]

We have huge performance problems with Linktitles since we want no hard coded links on our wikipages and we have logged in users only. As far as I understood, SQUID can help us only with anonymous users. Am I right? I found no other option to precache pages for logged in users... :/ My Idea: Is there a way to deliver the anonymous user cache to a logged in user and only when pressing the "Edit" button it will consider that this user is logged in? Any other ideas? --> Thanks in advnace— Preceding unsigned comment added by BIG RizZ (talkcontribs) 18 Aug 2015

2 URLs are 404 now, and what is the 'single command'?[edit]

  • puppet/modules/role/manifests/simple_performant.pp
  • puppet/modules/role/manifests/simple_miser.pp files

URLs above are 404.

  • if you install puppet, you can make them all at once with a single command.

What is the 'single command'? Pityonline (talk) 13:25, 19 December 2015 (UTC)Reply

composer[edit]

How does composer relate to this page? [1] --Nemo 22:02, 9 July 2016 (UTC)Reply

mod_disk_cache instructions[edit]

This page is from 2011, seems to be about 1.16, and says you need to hack a core file to make it work properly. It also gives an inaccurate description of s-maxage (s = shared, not stale). Would be nice if a more accurate and up to date instruction page could be provided. 9cfilorux (talk) 19:24, 13 June 2019 (UTC)Reply

default of wgMainCacheType[edit]

The default of $wgMainCacheType in MediaWiki 1.31.5 is CACHE_ACCEL that makes the section Manual:Performance_tuning#Single_web_server unnecessary.

--Monty oso (talk) 20:17, 18 October 2019 (UTC)Reply

The default (github.com/wikimedia/mediawiki/blob/REL1_35/includes/DefaultSettings.php#L2462) is CACHE_NONE. CACHE_ACCEL is set by the installer if a cache is available during installation. If no cache was available, the installer sets this value to CACHE_NONE. AdamMillerchip (talk) 03:47, 3 February 2021 (UTC)Reply

PHP object caching[edit]

Both APCu and Opcache are mentioned as being the recommended PHP object caches, so which one is truly the recommended one, or are there situations that can favor one over the other? Voidwarped (talk) 14:55, 21 April 2020 (UTC)Reply

Added translation tags[edit]

I added some translation tags for this manual. @Shirayuki: Could you please mark my revision for translation?--Alexander Misel (talk) 04:30, 12 October 2021 (UTC)Reply

cannot access to reference [2] : SSL_ERROR_PROTOCOL_VERSION_ALERT[edit]

@Nikerabbit cannot access to reference [2] http://laxstrom.name/blag/2013/12/09/performance-is-a-feature/

code :  : SSL_ERROR_PROTOCOL_VERSION_ALERT

Christian 🇫🇷 FR (talk) 10:45, 22 September 2022 (UTC)Reply

You probably need to upgrade your browser:
Nikerabbit (talk) 08:59, 26 September 2022 (UTC)Reply

apc.php not available[edit]

The article page mentioned that apc.php is bundled with the php APCu extension. This passage appears to be incorrect, as no such script is bundled (currently). Wikinaut (talk) 07:16, 11 November 2023 (UTC)Reply