seems to me that not cached pages of pagers - taxonomy/term/40?page=1 (2 3 4)
Yes, pager URLs (e.g. pages with ?page=N in the URL) are not cached, because no URLs containing query strings are cached.
?page=N
Please read the "dispatch mechanism" section in the accompanying README.txt for a description of how Boost's caching strategy works.
I'm open to patches or improvement suggestions regarding this, but until then, I'm marking this "by design".
Comments
Comment #1
Arto commentedYes, pager URLs (e.g. pages with
?page=Nin the URL) are not cached, because no URLs containing query strings are cached.Please read the "dispatch mechanism" section in the accompanying README.txt for a description of how Boost's caching strategy works.
I'm open to patches or improvement suggestions regarding this, but until then, I'm marking this "by design".