#post_content <img src=test.com/wp-content/image1.jpg”/> <img src=test.com/wp-content/image2.jpg”/> #post_content then when click edit or something its need long time to get s3 link form db like
WP Offload Media Support Team here. Thanks for reaching out with your query, we would be happy to assist!
We don’t recommend modifying the URLs in the database directly. WP Offload Media rewrites URLs on-the-fly to make it more compatible with other plugins that may rely on these images.
One of the reasons why a site slows down is a plugin that accesses images on your server. If Remove Local Media is enabled, some plugins tries to access the images directly on your bucket. This could cause some performance issue.
Another possible reason is an issue with object caching, if you are using one. WP Offload Media caches the rewritten URLs so that it doesn’t have to always check the database. If the plugin detects that you have object caching, it uses that instead of saving the URLs in the postmeta table.
It’s possible that there’s an error happening during the rewrite process. If debugging is not enabled on your site, please try editing your wp-config.php file and replace this line –
Try editing a page again, then check your debug.log file for any errors. WP Offload Media logs its errors with “AS3CF” so you can search your debug.log file for that string to see if our plugin is experiencing some issues.
WP Offload Media has some caching system built in so that it doesn’t always call the database to retrieve the S3 version of a file URL. It’s possible it’s not working properly on your site.
Can you please try editing your wp-config.php file and replace this line –
Can you try again the process that generated that slow query, and then attach the debug.log file with your reply please. WP Offload Media logs its errors with “AS3CF” so you can search your debug.log file for that string to see if our plugin is experiencing some issues.
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘offload without relation’ is closed to new replies.