I've got a 512mb server instance with one core. As of right now I have about 3 websites with about 10k articles, on all of them I have wp super cache enabled. The typical cache time is 3600 secs or 7200 secs. And The vps instance is holding on just fine. It has only a spike of around 60% of cpu once a day.
I read that once a website reaches 30k articles, it is not a good practice to rely on wp super cache, because of the file number (linux file system) or something like that.
So I thought maybe, I should switch to using, nginx fastcgi cache. In their website they recommend this as the best practice, compared to wp super cache or w3 total cache.
Considering the amount of ram, I have available. Would you guys think fastcgi cache would be a better alternative for my sites?
What about memcached?
I have php 7.1 with opcache enabled.