FortAwesome / wordpress-fontawesome

Font Awesome Official WordPress Plugin
Other
56 stars 19 forks source link

Release metadata loading optimization #96

Closed mlwilkerson closed 3 years ago

mlwilkerson commented 3 years ago

closes #51

Adding another layer of transient caching: cache just the last used resource collection from among the entire metadata collection, since most page loads only use that one.

The Release Provider will also no longer load all release metadata when constructed. It will only lazy-load it when those releases are requested via the existing API function (releases()).