For example, in the advanced settings for "Post Title"
Default Post Author will attempt to create a dropdown of all users in the database.
Our website has 380K+ users so this is a problem as the script tries to load all 380K+ author names into the dropdown, which ultimately either timesout, or crashes the browser with JQuery errors.
Is there a workaround we can use?
For the future.. Ideally, having a auto-complete there would be best and not use a dropdown at all.