-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add support for Memcached and Amazon ElastiCache #47
Comments
+1 for memcache (this would also make QC compatible with ElastiCache from AWS). Next Actions
|
Memcached and ElastiCache support sounds like a great idea. I'm adding this feature request to my todo list. I'm also copying the following notes from @JasWSInc that he left on Issue #54 which may be relevant when working on this feature request.
|
Please don't leave out APC/APCu as an option here. Perhaps a good option would be an abstraction that can talk to a variety of caching systems... Something like this: Or one of these options? |
Cachify allows you to cache via "DB, HDD, APC or Memcached": http://wordpress.org/plugins/cachify/ Definitely planning to add support for at least APC and Memcached to Quick Cache. |
almost an year, no update for memcache ? Anyways, +1 for memcache, I 'm looking for a memcache! |
Pasting notes here from Jason regarding adding Memcache support to ZenCache Pro:
|
+1111111 (ooops my finger slipped) for Memcached/ |
Yes this should be something |
+1 for Memcached! |
YAPO (yet another plus 1) for memcached! |
It would be great :) +1 👍 |
So great to see all of these votes for Memcached. I can't wait to see this added to ZenCache; i.e., move away from disk writes and see the speed increase with memory allocation being used instead. On the AWS platform, in particular, this seems to make a lot of sense. cc @raamdev |
Adding a list of next actions above ↑ |
You can force to use memory by mounting the WordPress cache folder to tmpfs. I do this with zencache's cache folder and it is now served by memory. |
+1 just purchased the Pro Unlimited version. Can't wait for this release for Memcache |
Just a quick note here for everyone subscribed to this GitHub issue: The next release of Comet Cache Pro will include support for Memcached / AWS ElastiCache and since we could use all the help we can get testing this new feature we're doing something special this time around and opening the next Comet Cache Pro Beta to everyone, even non-Pro customers. If you're not a Pro customer and you're interested in helping test this feature, please send an email to support@cometcache.com with the following subject line: "I want to help test Issue #47" I'll send you an email with details as soon as a beta version is available for testing (within the next week or so). |
This is fantastic news! I'm a pro user and will report back on this when it's released. I was using tmpfs up until now. |
I can't wait to test this out! |
Hi, |
Hi, |
@xberg We're hoping to have a release out within the next week or two. This GitHub issue will be updated once a release occurs. |
Hi Raam, Your support is, well not only late but also not really helping. It seams that i will switch to the FREE version of W3 Cache. All in all – not good. You´ve go an unhappy paying customer here. Regards Robert |
@konjusina How is this constructive to this topic? It's not, you are just complaining. This is not the place. GitHub is not meant to be used in this manner. You just look like a troll. Use the proper channels to report distaste for the product. Good Luck with W3 Cache. As for breaking CSS and JS. There are most likely other issues in play. You will experience the same with W3 as I have too. Plus your account seems fake as you have nothing on it. So pretty much, you're a troll. Back on topic, any news on this release? |
@konjusina You've opened 6 tickets with us over the past two months and our entire team has spent a considerable amount of time answering your questions and helping you figure problems that you have admitted to us are due to the theme that you're using on your site. I'm sorry that Comet Cache is not working out for you, but abusing our support reps by using profanity in your tickets is not a friendly or professional way to get a response. Also, as @jpSimkins mentioned above, this is not the place for those sort of comments. If you need a place to vent, please post feedback on our community forum. Any further off-topic comments here on GitHub will be deleted. On topic: An update on Memcached releaseI sincerely apologize for the delays. We expected to have a release out a lot sooner, but our small team has been unexpectedly busy. I promise to have a Release Candidate published within the next few days that includes the new Memcached integration. Thanks so much for your patience! |
@konjusina I am in no way affiliated to Comet Cache. I am a customer like you. I think you do not understand what gitHub is. It is a place for coders to discuss project issues and make suggestions. This is not a place to leave feedback bashing a project. Use forums for this. Your comment has nothing to do with the ticket you posted in. You are simply irate and are in the wrong place to vent. This is most likely why your comments are deleted... Just be glad they left some up, I'd delete them all personally. Go to the forums if you want to act like that. This place is meant to be collaboration or constructive feedback. You are simply complaining with nothing on topic. Learn how to use this site before you post on it. I don't care if you think I am being rude. You have already been rude in your first comment which, again, has nothing to do with this ticket. Even your follow up comment is off-topic... I know I am only feeding a troll... Back on topic (note the subject of the thread): Will this update have support for AWS ElastiCache? |
- **New Feature: Memcached / RAM** (Pro): Comet Cache Pro now includes support for Memcached / AWS ElastiCache to serve the cache directly from RAM. This allows for a faster cache delivery than what is possible when serving the cache via disk. Memcached / AWS ElastiCache can be configured from **Dashboard → Comet Cache Pro → Plugin Options → RAM / Memcached**. See [Issue #47](#47) - **Enhancement**: Added `Referrer-Policy` to whitelist for cachable HTTP headers. See [Issue #892](#892). - **Bug Fix** (Pro): The Cache Statistics feature was broken when the PHP `disk_total_space()` and/or `disk_free_space()` functions were disabled by the PHP configuration. Comet Cache now handles this scenario gracefully by hiding disk-related stats when those functions are not allowed. See [Issue #775](#775) - **Bug Fix** (Pro): The HTML Compressor was returning an empty string upon encountering an invalid UTF-8 sequence. See [Issue #871](#871) reported by a Comet Cache user. - **Compatibility** (Pro): Many improvements to the Pro software update system, including changes to the API Endpoints and the Proxy Fallback endpoint. See [Issue #879](#879) and [Issue #315](wpsharks/comet-cache-pro#315) for full details. - **Compatibility**: Fixed a WooCommerce compatibility issue that was generating a "Notice: id was called incorrectly. Product properties should not be accessed directly." Props @vestaxpdx. See [Issue #896](#896).
@jpSimkins Yes, the new Memcached integration should work fine with AWS ElastiCache. |
Comet Cache v170808-RC (Release Candidate)A release candidate has been published that includes the new Memcached support. Please see the announcement for details. Note that the Memcached integration is a Pro-only feature. |
@ramdev, |
The reason i came here in the firts place was to ask if there is a chance that Comet would support Apcu any time soon. The memcached option sounds gret but it seems my provider does not support this. They do offer Opcache and Apcu. |
Instead of storing the cache files on disk, how about an option for storing them in memory?
APC/APCu / Memcached
http://we-love-php.blogspot.com/2013/02/php-caching-shm-apc-memcache-mysql-file-cache.html
The text was updated successfully, but these errors were encountered: