My webform submissions started to be really slow. First I thought it was an e-mail problem. However, the emails arrive some time before the webform has finished loading after clicking submit (we are talking maybe a minute after the e-mails arrive). What can cause such slowness, if it is not e-mail? Other pages function properly. Anybody experienced this?

Comments

lsolesen’s picture

Issue summary: View changes
bachomp’s picture

I have the same issue with both version 7.x-3 and 7.x-4 of the module. I am also not sending emails so it can't be the email functionality that is causing the slow down.

The script times out but the record is in the database ...

lsolesen’s picture

Maybe we should try to work out some common ground for our webforms?

lsolesen’s picture

Might be some information here: https://github.com/vih/vih.dk-deploy/issues/14

quicksketch’s picture

Status: Active » Closed (fixed)

Looks like this was solved in https://github.com/vih/vih.dk-deploy/issues/14. It came down to MIME Mail generating a large number of CSS rules (so maybe it's not the same problem @bachomp was having). Since it appears like the original poster's problems were solved, I'm closing this issue.

lsolesen’s picture

@quicksketch Yes, it has been solved. However, I am pretty sure the e-mails was sending in plain text and the function responsible for the slowdown was css related. Shouldn't the code be more robust - like checking for too many CSS rules? Your call :)