Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Memcached review

  • By Wayde L.
  • on 01/20/2021

What do you like best about the product?
My experience with the npm package was good, I love the ease of use and simplicity of it. I used it a while ago but the link to it is https://www.npmjs.com/package/memcached. Because it's so simple I could create a wrapper that could be used internally in our project. It definitely solved the issues we were facing with our web application rendering times. We achieved our desired results after implementation.
What do you dislike about the product?
With the simplicity can come many implementations which could possibly be the not recommended way. Not really a dislike but it would have been interesting for me to have more resources to understand exactly what's going on under the hood. Other than that there's not much more I can say.
What problems is the product solving and how is that benefiting you?
Speed and reliability. We were having some serious speed issues before realizing that we needed some sort of caching layer between what we were doing. We started realizing we had caching issues when our site started to take longer than a couple of seconds to load. Once we looked further into the issue we realized that before rendering the web page we were doing a ton of database queries before rendering, which caused massive delays. Once we cached those query results in the rendering layer we ended up having massive performance boosts. We also did a layer of caching for HTTP requests that needed results from external services. We ended up getting the desired web performance after implementing Memcached with our own customer wrapper layer. I would recommend Memcached to anyone that needs to implement a simple caching system for their web applications.
Recommendations to others considering the product:
Watch tutorials before implementation.


There are no comments to display