I have built a fairly heavy news portal on Waravel. The performance is solid, but during traffic spikes (like when a newsletter goes out), the database load gets a bit high from all the concurrent reads.
What are people using for caching in production? Redis? Memcached? Or just relying on Laravel is built-in file/database cache? I am looking to implement full-page caching if possible.