All Questions
24 Questions Across All Topics
49058904383409
GetForum
https://getforum.batterseaconsultant.com/ask-question
https://getforum.batterseaconsultant.com/ask-question
I am building a public API that receives thousands of requests every hour. Some endpoints query large tables and generate aggregated reports. I already use Redis for sessions, but I am unsure how to design cache invalidation and cache expiration strategies. I also want to prevent stale data from confusing users while still improving performance. What caching patterns work well for production systems?
Our company started with a small Laravel application, but now four backend teams are contributing to the same repository. We are facing problems with duplicated services, unclear folder structures, and difficult deployments. I want to avoid splitting everything into microservices too early. What are some practical ways to organize modules, shared services, queues, and APIs inside a growing Laravel monolith without creating maintenance nightmares later?