🇮🇳India @Santhoshkumar

Account created on 16 October 2013, about 11 years ago
#

Recent comments

🇮🇳India Santhoshkumar

We have identified similar kind of issue when using purge_queuer_coretags module, there are 2 issues we identified as below

  1. Same cachetags inserted into purge_queue table multiple times.
  2. Due to duplicated tags inserted into purge_queueu table we facing your queue exceeded 100 000 items ! Purge shut down issue frequently.

To fix the issue we have added the patch duplicate_purge_tags.patch, In this patch we have DB lookup before insert into purge_queue also maintained the array in static array to prevent multiple database calls for same tag.

🇮🇳India Santhoshkumar

Hi,

Added all the steps with screencast. please refer - https://www.drupal.org/project/ckeditor_media_resize/issues/3376990#comment-15192351 🐛 Image & width not reflecting on frontend when resize the media image on second or more times Fixed

🇮🇳India Santhoshkumar

Hi,

Please find the attached screencast with more descriptive steps to reproduce the steps. You can find the issue we discussing (the resize width not save from second time onwards) after 1st minute of the video as it describes the width is not getting saved. Please run the video.

🇮🇳India Santhoshkumar

Hi,

The issue still remains after applied that MR.
The issue is drupal-media element is not getting updated with the resized width whenever any image media is resized from second time onwards (Whenever the media added for first the drupal-media element is got updated, Once the node saved and again opened for editing then it started mis behaving).

Production build 0.71.5 2024