[SOLVED]Paginating with partial page caching
Posted: Tue Mar 15, 2011 6:47 am
Pagination stuck in page cache.
Hello,
I am building on a photo website. To keep pages in a loadable size I need to limit the displayed images per page. In generall no problem but since we had already problems with serverload etc. we also need to cache partial site content to reduce db access and php requests on the server. Both tasks by itself are not a real problem but soon as we start enabling the sitecache the paginating doesn't work anymore.
I am wondering if anybody got an idea to use a sitecache without loosing pagination.
Thanks for having a look
Hello,
I am building on a photo website. To keep pages in a loadable size I need to limit the displayed images per page. In generall no problem but since we had already problems with serverload etc. we also need to cache partial site content to reduce db access and php requests on the server. Both tasks by itself are not a real problem but soon as we start enabling the sitecache the paginating doesn't work anymore.
I am wondering if anybody got an idea to use a sitecache without loosing pagination.
Thanks for having a look