Does using set_transient() function can lead to MySQL problems?
Does using set_transient() function can lead to MySQL problems? No, although if you used it so much that the MySQL server ran out of disk space, then yes it could cause issues. However, you would know that’s the case by checking the disk space, and if you manage to do this then I would consider … Read more