With a video_embed_field it is almost unable to create/update a node. It lasts dozens of seconds (otherwise the website is almost empty, on DEV server and works well). After deleting the video_embed_field field everything works ok.

When I click another page at the same time I get the error: PDOException: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction: DELETE FROM {cache_bootstrap} WHERE (cid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => variables ) ve funkci cache_clear_all() (řádek: 165 v souboru /home/domains/vyvojwebu.cz/subdomains/setrnepodnikani/includes/cache.inc).

The same problem with the latest -dev version.

Comments

plopesc’s picture

Status: Active » Postponed (maintainer needs more info)

When saving an entity that contains a video, the system have to connect with the Youtube/Vimeo/Other provider API to retrieve the necessary data about the video.
In case the API is experiencing issues, your drupal site will be waiting for the service reponse for a long time.

Did your problems persist? Could you explain with more detail your issue to try to reproduce it? Which video provider are you using?

Thank you