hi there
is there any way to integrate memcache into the php files to make the script faster and more powerful?
hi there
is there any way to integrate memcache into the php files to make the script faster and more powerful?
If nicecoder develop this feature is will be wonderful. Increase a lot the web page speed.
You can read more about memcache here hereThe “mem” in memcached refers to memory of course. Therefore, memcached is a memory cache; but it is so more than that. Memcache can be deployed anywhere and be accessed from anywhere over a network. Additionally the cache can span as many machines as you need, but no matter how many machines make up your memcached cluster, as far as your code is concerned memcached acts as a single cache so that you never have to worry about which machine your information is stored on. You just say to the cache, “give the object named ‘foo’” and memcached knows where to go to get ‘foo’ for you.
If nicecoder developed this feature is will be wonderful. Increase a lot the indexu page speed.
You can read more about memcache hereThe “mem” in memcached refers to memory of course. Therefore, memcached is a memory cache; but it is so more than that. Memcache can be deployed anywhere and be accessed from anywhere over a network. Additionally the cache can span as many machines as you need, but no matter how many machines make up your memcached cluster, as far as your code is concerned memcached acts as a single cache so that you never have to worry about which machine your information is stored on. You just say to the cache, “give the object named ‘foo’” and memcached knows where to go to get ‘foo’ for you.