WP-Optimize doesn’t have a built-in way to exclude specific parts of a page from caching by default. It mainly focuses on caching entire pages, and while you can exclude certain URLs or create separate cache files based on cookies, there’s no direct feature to leave out specific sections or elements within a page from being cached. If you need to keep dynamic elements like ads or randomly displayed content fresh, you might need to consider using JavaScript or AJAX to load those parts separately.
- This reply was modified 3 minutes ago by wpmansour.