Tell us what you are trying to do?
Recently, I have been using more repeatable field groups to create my post. I also use content templates and Views to show those repeatable field groups in my content templates.
However, just today itself my website crashed twice. I'm not sure if it is because of repeatable field groups.
I contacted my web host and they say it is because of "table level lock" which I have no idea what that means as a non-technical person.
Any ideas and is it possible for repeatable field groups to crash the website and cause this "table level lock" issue?
Regarding the crash, it isn't one page. It is the whole website that went down.
Here are more details on what my web host said:
MySQL is backed up it appears, with a bunch of table locks - this is causing traffic to hang, and you're over your MaxRequestWorker limit of 30:
----
root@host [~]# grep Max[RC] /etc/apache2/conf/httpd.conf
MaxRequestWorkers 30
MaxConnectionsPerChild 10000
root@host [~]# ps auxf | grep -c httpd
33
----
This appears to be an issue with one of your plugins - though I'm not sure which. It may be a good idea to start disabling your plugins to see if this resolves your issue to nail down which one it is.
I've been going though your site and checking your Career and Courses CPT but they are both working fine. They both have the Repeatable field groups and the site isn't crashing.
If there is a specific page that the issue occurs on then you can let me know.
However for now the site seems to be running fine.