So I've been developing a plugin in wordpress, which has been running very slowly, and have been making database calls directly to wp_usermeta, which I've just found out you should never call directly, as follows:So I've been developing a plugin in wordpress,