wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
73 stars 26 forks source link

Cache attachments number count in payment modal for one day #920

Closed remyperona closed 1 week ago

remyperona commented 1 week ago

Description

Prevent excessive SQL requests on all pages by caching the attachments number count in the payment modal for a day.

Type of change

Detailed scenario

Technical description

Documentation

Use a transient to cache the value for a day

Mandatory Checklist

Code validation

Code style