We have a database driven website that uses ASP to generate the pages.
I works very well, but IIS sets the Cache-control to "private" by
default for ASP pages because they are "dynamic". We can override this
setting, but Page-Speed recommends setting the Cache-Control to
"private" for resources that have a "?" in the url. Our pages use
"?"'s in the urls, but everything after the "?" could be considered
static because the content almost never changes for those identifiers.
Here is an example:
http://www.my-website.com/products.asp?=widget1
http://www.my-website.com/products.asp?=widget2
These two url's use the same asp page "products.asp" which is dynamic,
but the information for widget 1 and widget 2 could be considered
static because the information for these products almost never change.
My question is, can we safely set Cache-Control to "public" for these
resources?
Thanks,
MWN
--
You received this message because you are subscribed to the Google Groups "page-speed-discuss" group.
To post to this group, send email to page-spee...@googlegroups.com.
To unsubscribe from this group, send email to page-speed-disc...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/page-speed-discuss?hl=en.
To unsubscribe from this group, send email to page-speed-discuss+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to page-speed-disc...@googlegroups.com.
To post to this group, send email to page-spee...@googlegroups.com.
Visit this group at http://groups.google.com/group/page-speed-discuss.
For more options, visit https://groups.google.com/groups/opt_out.