Encinoman

How can I use Memcache to speed up my php?

Asked by Encinoman 2 years ago php


Pablo G
0
 
Actually I would use memcache_pconnect() in place of that. These are the four things you'll be able to cache:

  • Loading something from a file;
  • Loading something from a database;
  • Storing the result of something that takes significant time to calculate.

by Pablo G 2 years ago

Answer this question

How can I use Memcache to speed up my php?

0 errors found:

 
0