Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
499 views
in Q2A Core by
What more would memcaching add?
Q2A version: 1.8.1

2 Answers

0 votes
by

memcached needs to be installed on your server first

0 votes
by
You don’t need to use memcached. The basic filesystem cache works fine for most purposes.

Memcached is an in-memory cache and should be faster, though I haven’t done much performance testing on a live system.
by
I am using memcached on a very large site. What would you say are the best metrics to look at as far as performance and what is the best way to measure them? Also, can you clarify, the specified number of days, is this days from last new activity (comment/answer) or days from when the question was asked? How long does cache time need to be to really make a significant difference in performance? My site has 70,000+ questions many old questions get quite a bit, (sometimes hundreds of visits per day)  of activity and sometimes new answers are posted even a few years after the question was asked. Just trying to find the best settings for me.
...