Offload Media Adds 6 seconds of MySQL Queries
-
I know the support policy. Hoping for community contribution on this one.. I don’t have a paid license yet as we aren’t sure whether we’ll go forward.
Current production site (not running Divi) does not experience this issue.
New site in staging does.The new site is Divi based, MySQL 8, NGINX, Memcached, PHP-FPM.
With the offload plugin enabled, an additional 6-8 seconds of MySQL query time occurs. This is determined through Query Monitor.
All slow queries are similar to:
SELECT * FROM wp_as3cf_items WHERE source_type = 'media-library' AND (path LIKE '%uploads/2020/11/04020032/Wigerts-Bonsai-logos-1.png' OR original_path LIKE '%uploads/2020/11/04020032/Wigerts-Bonsai-logos-1.png');
There are somewhere around 20,000 images on this S3 bucket. The S3 bucket is then served via Cloudflare.
Again, this does not happen on the same server with the production site.
I’m baffled.
The page I need help with: [log in to see the link]
- The topic ‘Offload Media Adds 6 seconds of MySQL Queries’ is closed to new replies.