APC or Memcached?

steitieh

New member
Joined
Apr 23, 2014
Messages
61
Points
0
Hello guys,

just wondering which is better to use for wordpress blogs or forums.

I know there is APC and memcached installed with Centmin, which I'm waiting to add to the config file. Which I'd like to ask which one is probably better suited to a VPS or a dedicated server?

And what is the difference between APC and Memcached?
 

ElixantTechnology

New member
Joined
Nov 26, 2014
Messages
622
Points
0
APC caches chunks of PHP code in to RAM so that when you need to run said PHP code later it is already in the RAM and you will utilize less Disk I/O. Memcached stores static information in the RAM and makes it easily accessible, primarily used to store MYSQL information for quick and easy access. I would actually recommend a combination of APC/eAccelerator/xCache and MemCached for optimal performance, however, I wouldn't recommend utilizing EITHER unless you have a significant amount of Memory/RAM assigned to your server.
 

ElixantTechnology

New member
Joined
Nov 26, 2014
Messages
622
Points
0
Somewhat what I was getting at. What I mean is I recommend at least having 1GB of RAM dedicated to EACH of the two services, depending on the size of your website, maybe more.
 

vps9

New member
Joined
Apr 22, 2015
Messages
64
Points
0
Both APC and Memcached reduces the load of a particular Machine. It completely depends on the purpose of usage of VPS or Dedicated server.
 

LorisZ

New member
Joined
Apr 24, 2015
Messages
9
Points
0
you can use anyone of these. It will not harm the performance of VPS or Dedicated server.
 

RDO Servers

New member
Joined
Apr 3, 2015
Messages
770
Points
0
you can use anyone of these. It will not harm the performance of VPS or Dedicated server.
Both APC and Memcached reduces the load of a particular Machine. It completely depends on the purpose of usage of VPS or Dedicated server.
Not necessarily true.

APC and MemCached are both great tools to use to improve the performance of a site.

However, like everything, if it is not configured properly, or you try to run it on hardware that cannot support it (not enough memory), you can in fact make things worse!
 

Imbahost-Andy

New member
Joined
Jun 3, 2015
Messages
17
Points
0
Both are good tools, it is good for speeding up dynamic websites by caching data and objects in RAM to reduce the number of times an external data source must be read.
 
Older threads
Replies
3
Views
2,535
Replies
11
Views
4,039
Replies
3
Views
2,392
Latest threads
Replies
1
Views
71
Replies
1
Views
87
Replies
1
Views
223
Replies
0
Views
232
Replies
0
Views
253
Recommended threads
Replies
1
Views
4,491
Replies
14
Views
4,914
Replies
3
Views
2,875
Similar threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top