Skip to content

Instantly share code, notes, and snippets.

View fixpunkt's full-sized avatar

Jannik Jochem fixpunkt

View GitHub Profile
@mikestecker
mikestecker / optimising-unifi-performance.md
Last active February 18, 2024 18:35
optimising-unifi-performance

optimising-unifi-performance

NOTE: Content below is written by Adrian Mace. Click here for an updated version.

Below are the key settings that I apply on any unifi installation for optimal performance.

Settings

Settings > Site

  • Ensure Enable Advanced Features is enabled
    This allows you to follow along with the guide in it's entirety.
@svenmuennich
svenmuennich / default.php
Last active October 27, 2017 11:55
Shopware (5.2+) dev config
<?php
return [
'db' => [
'username' => '<USERNAME>',
'password' => '<PASSWORD>',
'dbname' => 'shopware',
'host' => 'localhost',
'port' => '3306'
],
// Disable backend cache
@staltz
staltz / introrx.md
Last active April 19, 2024 18:49
The introduction to Reactive Programming you've been missing