I would say that it depends on what the dynamic content is. If it is public content from a CMS and you are OK with it potentially being your cache age out of date, then caching it rather than reloading it from the database every page load is fine. If the pages are for anything sensitive, for example a user's account, then definitely do not cache it.
Robin
On Tue, 31 Dec 2024 at 17:55, Jonathan Lee <jonathanlee571@xxxxxxxxx> wrote:
_______________________________________________What are your thoughts? This is in relation to ssl intercept with certificates installed and bump active.
Keep in mind I am still a student and learning.
Is a rule like this recommended? Does anyone have a better version of this?Sent from my iPhoneOn Dec 30, 2024, at 14:10, Jonathan Lee <jonathanlee571@xxxxxxxxx> wrote:Hello fellow Squid Users,Can you please help?What are your thoughts on this rule? Should cgi-bin aspx and jsp files be excluded from the web-cache? They are dynamic correct? This could help speed up systems right?acl QUERY urlpath_regex cgi-bin \? asp aspx jsp
## Prevent caching jsp, cgi-bin etc
cache deny QUERY
Ref:
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.squid-cache.org/listinfo/squid-users
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx https://lists.squid-cache.org/listinfo/squid-users