High Score....

Lately the site's been bugging out.

Taking a look at it, the main issue are pages that use Lua scripts, the biggest culprit is High Score which is causing the site to crash.

MarioMario and some other's user page are another sources. Memcache wasn't even installeed.

I updated LocalSettings.php to update cache every 24 hours. If you want a page's changes to be seen earlier you should "purge page".

Finally took these oactions:

# Parser cache expiration - cache parsed pages for 24 hours
$wgParserCacheExpireTime = 86400; // 24 hours

# Additional cache optimizations
$wgCacheDirectory = "...edramatica.com/cache/";
$wgDisableLangCache = false;

Also fixed cache directory permissions in "...edramatica.com/cache/"

Any additional issues ping me on discord or @fleacollerindustry who will get a hold of me.

Hopefully we will be good for a while.
 
Last edited:
Lately the site's been bugging out.

Taking a look at it, the main issue are pages that use Lua scripts, the biggest culprit is High Score which is causing the site to crash.

MarioMario and some other's user page are another sources. Memcache wasn't even installeed.

I updated LocalSettings.php to update cache every 24 hours. If you want a page's changes to be seen earlier you should "purge page".

Finally took these oactions:

# Parser cache expiration - cache parsed pages for 24 hours
$wgParserCacheExpireTime = 86400; // 24 hours

# Additional cache optimizations
$wgCacheDirectory = "...edramatica.com/cache/";
$wgDisableLangCache = false;

Also fixed cache directory permissions in "...edramatica.com/cache/"

Any additional issues p[ing me on discord or @fleacollerindustry who will get a hold of me.

Hopefully we will be good for a while.
a dev actually doing their shit good job!
 
a dev actually doing their shit good job!

Should have focused on it sooner, been busy.

Still having issues so I temporary disabled it. Have @CrackRabbit look at it, maybe we can break it down to several smaller articles, keep a stripped down version as the main page/portal.

Once we get a plan togather I will unblock it. Right now I want to see if this solves the slowdown.
 
I am running into an issue where the images in galleries do not load at all, when I visit on mobile phone.
Yeah me too. I thought maybe it was something on my end. The image files are there when I manually load them (Right click > Load Image), but the browser all considers them to be 500 errors during the first pass.
 
Yeah me too. I thought maybe it was something on my end. The image files are there when I manually load them (Right click > Load Image), but the browser all considers them to be 500 errors during the first pass.
@CrackRabbit @fleacollerindustry

Issue seems to be fixed, $wgMFLazyLoadImages needed to be set as an arraym not a simple boolean:

[ 'base' => false, 'beta' => false ];
 
Thank you CLU for your efforts to keep EDF up and running.

I’ve encountered a few issues that I hope you will rectify. I’m having difficulty being able to post in the Cooking thread, the US Politics thread, and the Yearbook thread.

And believe it or not, there seems to be an issue with profile pages. I’m unable to post on my or anyone else’s profile pages.
 
Back
Top Bottom