statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.09k stars 534 forks source link

[5.x] Prevent duplicate nocache regions in session #11109

Closed duncanmcclean closed 1 week ago

duncanmcclean commented 1 week ago

This pull request prevent duplicate nocache regions from being saved to a nocache sessio, which should hopefully reduce memory a little bit for some sites.

Fixes #10973.