Changes between Initial Version and Version 1 of Ticket #37974, comment 163
- Timestamp:
- 10/18/2016 10:42:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37974, comment 163
initial v1 21 21 Again, I ran into the lack of endpoint for arbitrary post_types, which meant a mess of promises to try and sync all of the data. This also has performance issues if there are multiple post types, as each one is a separate (though simultaneous) request. Merging the results took a bit of experimenting to work out the right data to give to `$.when`. 22 22 23 Everything else stayed the same .23 Everything else stayed the same, but it's worth noting that this was a few hours of experimenting/debugging/searching for answers, not the 20 minutes or so that the few changes may imply. :-)