Tag: memcached

  • Jak nie używać memcache

        (Don’t) read data from memcache to write back to a database. (Don’t) forget the negative caching case. (Don’t) set the cache timeouts too low. (Don’t) forget to lock. (Don’t) store low read/write ratio data. (Don’t) cache data too early. (Don’t) store large things (Don’t) store images (Don’t) rely on memcache as a persistence…

  • Przyspieszamy WordPress’a i odciążamy serwer

    Uwaga: powyższe rozwiązanie możliwe jest do zastosowania na serwerze dedykowanym lub VPS (chodzi o to żeby mieć dostęp do root’a). Z racji tego że na VPS’ie którym się hostuje nie można było wybrać mojej ulubionej dystrybucji, postawiłem na Ubuntu (tak, długo korzystałem z tej dystrybucji i nie mam jej nic do zarzucenia). Zakładam że macie…