pods icon indicating copy to clipboard operation
pods copied to clipboard

Improve fetching posts and transient handling

Open JoryHogeveen opened this issue 1 year ago • 1 comments

I noticed that Pods 2.8+ creates much more querys than before. One part is done by \Whatsit\Storage\Post_Type::find().

Also, there are many transients stored for Pods and it's objects. Maybe we can improve on this part as well. Transients are nice but we'll have to check whether they are actually faster in all cases since our transients are not set to autoload anymore.

  • [x] Improve loading post objects for Pods: #6562
  • [ ] Improve transient loading

JoryHogeveen avatar Jul 08 '22 14:07 JoryHogeveen

Part one of this is done with the reducing queries (merged into 2.9), more can be done in a future release as well.

sc0ttkclark avatar Aug 07 '22 17:08 sc0ttkclark