I’m not sure if anyone else is experiencing this, but lately, the flood of requests from search engine spiders and AI systems has been bringing my Drupal sites to their knees.
Right now, I’m using the Internal Dynamic Page Cache, but the issue is that all these requests are overloading the cache system and generating a ton of database inserts, which actually slow things down instead of speeding them up.
Hello, i use Drupal 11 with ECA - Event, condition, action and i want to delete all webform submissions referencing the same content, when a user starred/flagged a submission without deleting the starred/flagged one. I mean, only delete submissions that aren't starred/flagged for given content.
I've upgraded Drupal 9 to 10.4 on my DEV site, while the production site remained publicly accessible. During this period, the statistics module has been accumulating the number of page views. I'd like to carryover those page view totals on all content by exporting from Prod and importing to DEV.
I am not a DBA, so I'm hoping somebody can outline how to accomplish this?
It should be noted that DEV is Drupal 10.4 with contrib statistics module, and DEV is Drupal 9 with the core statistics module. Just in case the DB structure differs.