Currently we are working on building a wordpress based application where we have few static pages and few dynamic pages. Also, we are using page cache in order to scale static pages.
Currently we are facing issue in scaling the dynamic pages, which we can't apply page cache since this pages has dynamic content and can change every second as well.
We are using redis for DB and object caching.
Please let us know if we have any way to handle dynamic pages, so that we can achieve lower latency.
Thanks in Advance