Hello,
In my apache2 error logs, I'm receiving a lot of warnings for background_image:
[Thu Dec 16 22:56:37.667317 2021] [proxy_fcgi:error] [pid 2138:tid 140104349726464] [client 172.17.2.5:22425] AH01071: Got error 'PHP message: Drupal\\Core\\Database\\DatabaseExceptionWrapper: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction: INSERT INTO "cache_page" ("cid", "expire", "created", "tags", "checksum", "data", "serialized") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6) ON DUPLICATE KEY UPDATE "cid" = VALUES("cid"), "expire" = VALUES("expire"), "created" = VALUES("created"), "tags" = VALUES("tags"), "checksum" = VALUES("checksum"), "data" = VALUES("data"), "serialized" = VALUES("serialized"); Array\n(\n [:db_insert_placeholder_0] => https://sseto.ca/schedules/:\n [:db_insert_placeholder_1] => -1\n [:db_insert_placeholder_2] => 1639695308.038\n [:db_insert_placeholder_3] => background_image:1 background_image_view block_content:14 block_content:2 block_content_view b...'4xx-response background_image:1 background_image_view block_content:20 block_content:4 block_content:5 ...', referer:
Also on Chrome, I get this on Console:
The resource https://www.sseto.ca/sites/default/files/styles/background_image_preload... was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Any idea what is causing this issue from using the background_image module?
Thanks!