Url cache context was added to fix issue for anonymous users, however that results in a large number of cache context variations because the url cache context includes any query parameter. The AddtoAny block has the largest number of cache variations on our site > 122,000. This can result in slowdowns to the site when bots start probing for weaknesses with random url query strings on pages that have AddtoAny.
N/A
AFAICT the only thing that varies per page is the link url and title. Is it possible to use a less broad cache context e.g. url.path? Or will that break things? Maybe there is a smarter solution?
N/A
N/A
N/A
Active
2.0
Code