Performance issue
-
Hi,
This is to update as we have many images approximately 80-100 images on homepage.
We have seen many Duplicate Queries Calls from the plugin which is impacting to our site performance.
So we want to request if we can cache the query at below path
Filename: amazon-s3-and-cloudfront\classes\items\item.php
Line No: 946$sql = $wpdb->prepare( “SELECT * FROM ” . static::items_table() . ” WHERE source_id = %d AND source_type = %s”, $source_id, static::$source_type );
$object = $wpdb->get_row( $sql );
The above query is need to be cache.
For us if we cache this query we have seen the post edit page load time decrease from 30 second to 20 seconds in our case.
Let us know if you need more information.
Regards,
Vimal Agarwal
Asentech
The topic ‘Performance issue’ is closed to new replies.