Hi there, hope you are doing well. Could you please check the settings in below screenshots, what am I missing. The Cache Groups section is not working for me. I cleared all my cache. I am using memcached for caching. I don’t know where I am missing. Please guide me to the right direction. If this generating cache for the mobile version and desktop version works, I would have gone for pro version.
https://assets.deshsanchar.com/wp-content/uploads/2024/03/29141108/Screenshot-from-2024-03-29-14-10-45.png
https://assets.deshsanchar.com/wp-content/uploads/2024/03/29141107/Screenshot-from-2024-03-29-14-09-37.png
https://assets.deshsanchar.com/wp-content/uploads/2024/03/29141105/Screenshot-from-2024-03-29-14-09-32.png
And another problem that I am facing and I saw this same problem in another support query also. I am getting 100% CPU used by these queries.
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = ‘w3tc_imageservice_file’ )
WHERE 1=1 AND (((wp_posts.post_title LIKE ‘%Russaarmy%’) OR (wp_posts.post_excerpt LIKE ‘%Russaarmy%’) OR (wp_posts.post_content LIKE ‘%Russaarmy%’))) AND (wp_posts.post_mime_type LIKE ‘image/%’) AND (
wp_postmeta.post_id IS NULL
) AND wp_posts.post_type = ‘attachment’ AND ((wp_posts.post_status = ‘inherit’ OR wp_posts.post_status = ‘private’))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 80;
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = 'w3tc_imageservice_file' ) WHERE 1=1 AND (((wp_posts.post_title LIKE '%bhagawai%') OR (wp_posts.post_excerpt LIKE '%bhagawai%') OR (wp_posts.post_content LIKE '%bhagawai%')) AND ((wp_posts.post_title LIKE '%chau%') OR (wp_posts.post_excerpt LIKE '%chau%') OR (wp_posts.post_content LIKE '%chau%'))) AND (wp_posts.post_mime_type LIKE 'image/%')
I have enabled lazy loading but disabled webp conversion. How to solve this problem? I am getting this problem frequently. Can It be solved?
I hope you will help me to solve the problem.
Thank you so much for your support.
Best regards,
Hemant