Laravel Pro Tips
#performance #tracking
Performance Tip 💡 Tracking something like page views with MySQL can be quite a performance hit when dealing with high traffic. Redis is much better at this. You can use Redis and a scheduled command to keep MySQL in sync on a fixed interval.
Philo Hermans
No articles were found.