Software Alternatives & Reviews

Scaling moderate sized websites

Redis New Relic APM memcached
  1. 1
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    Caching - while it's not possible to cache everything, there's always a large percentage of your website / app that can be cached for an hour or ten minutes or 1 day etc... - all depends on the type of content but the longer you can cache for without negatively effecting content quality - the better. A good caching server example would be redis : https://redis.io/ or https://memcached.org/.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  2. New Relic APM is a powerful solution that helps you to create deploy and maintain great software.
    A solid error tracking tool - e.g. : https://newrelic.com/platform/application-monitoring or https://sentry.io/. When stuff breaks - you'd want to know as quickly as possible because downtime at scale can be costly. With these sort of tools - you can constantly monitor your applications health and react more quickly and efficiently when something breaks.

    #Monitoring Tools #Performance Monitoring #Log Management 5 social mentions

  3. High-performance, distributed memory object caching system
    Pricing:
    • Open Source
    Caching - while it's not possible to cache everything, there's always a large percentage of your website / app that can be cached for an hour or ten minutes or 1 day etc... - all depends on the type of content but the longer you can cache for without negatively effecting content quality - the better. A good caching server example would be redis : https://redis.io/ or https://memcached.org/.

    #Key-Value Database #Databases #NoSQL Databases 28 social mentions

Discuss: Scaling moderate sized websites

Log in or Post with