Changes between Initial Version and Version 1 of Ticket #3138, comment 9
- Timestamp:
- 01/20/2018 04:53:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3138, comment 9
initial v1 4 4 5 5 We could, say, listen for shortcodes that start with `bbp-` and always enqueue, and that seems OK I guess, but it’s pretty hokey. 6 7 The other problem is that these dynamic-type calls happen mid-page, so we are just-in-time enqueueing assets in such a way that page caching and remote assets like CDNs won’t really have much luck doing what they’re intended to do. 8 9 We can do it, but it may introduce other edge-case issues.