[00:45:05] I see art! https://phabricator.wikimedia.org/T159895 [05:39:07] If I want to make additional data files available in the MediaWiki website environment (note: file uploads are disabled), should I use the resources/assets directory? I glanced at https://mediawiki.org/wiki/Manual:Code#resources/ [05:43:47] For example https://dev.moasspedia.org/w/resources/assets/json/data.json [05:44:32] Note: The data will be generated by other backend processes [05:49:45] Hi, may I know how to use APCu as $wgObjectCaches ? what do I need to add to my LocalSettings.php? Thank you [05:52:52] Guest81, beginner here, Take a look at https://mediawiki.org/wiki/Manual:$wgMainCacheType [05:55:27] Thank you ryzenda I'm using centralauth so my settings are : [05:55:30] $wgMainCacheType = CACHE_MEMCACHED; [05:55:31] $wgParserCacheType = CACHE_MEMCACHED; // optional [05:55:31] $wgMessageCacheType = CACHE_MEMCACHED; // optional [05:57:10] I see. That's beyond my skill level then. [06:01:06] Hmmm I just want to know what do I need to write after $wgObjectCaches= as mentioned in https://www.mediawiki.org/wiki/Manual:Performance_tuning#Quick_start that "We recommend bytecode cache for PHP, APCu as local object cache, Memcached for main cache;" [06:09:15] Guest81, Feel free to stick around and someone will likely help when they are available. Also there is a MediaWiki Discord server too [06:10:54] Thanks ryzenda. I'll wait for someone to help. :) [06:25:09] Oh wait, (regarding my question earlier, I completely forgot about https://mediawiki.org/wiki/Extension:ExternalData that someone mentioned earlier [06:26:20] but even with that extension, I see that External_Data extension makes changes to the database, and I am wondering if that means that all the external data that is queried will be stored into the database [06:27:06] Because the JSON data I am preparing is almost 1MB and will be updated every 24 hours, and keeping a history of all the changes will consume a lot of disk space just for a single page to present the data pulled in from APIs for git repositories [06:35:02] Also i have yet to learn where to ask questions for specific extensions that are on Phabricator. I haven't figured this out yet. [06:36:18] I suppose it would be something related to https://phabricator.wikimedia.org/project/profile/494/ but I don't see where to submit a question [10:17:23] ryzenda: https://www.mediawiki.org/wiki/Extension:External_Data/Caching_data does not seem to keep any sort of history