Jump to content

Memcached


Recommended Posts

Hello,

 

I recently setup memcached on my site.

 

Well actually my host did it.

 

After doing so there seems to be a 30 min delay in anychanges to the page.

 

That is not so much an issues as basically thats what t does keep a ready version.

 

What i did notice is that the Main category for say Brand Tomix shows all models but the sub categories shows No products.

 

But there are products in that menu.

 

So i did wait 1 hours just to see if it was some kind of delay. but the same issue occured.

 

If i disable immediately they all show up again.

 

 

So does anyone know what i am doing wrong?

Is it ok to use smarty on when memcache is on?

Would the cdn be causing some kind of issue?

 

I did notice 1 other thing since it was turned on ccc seems to not be working.

 

Example google pagespeed test now tells me to turn on compression minify etc but they are on.

 

thanks for any help.

 

 

Link to comment
Share on other sites

Are you using only one server/host for serving the site to the customer? 

If so, then don't use memcache at all, the store should work faster without it and without caching issues. 

 

Memcached makes most sense, when you have at least one separate host for the database and more than one host for the frontend, then you can scale with memcached servers the whole system without adding more databases. In all other cases, I would not use it. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...