Randomly display posts on a site hosted by WPEngine? [closed]
You’re right, RAND() is a performance killer which almost every time involves a full table scan, and if you have a large number of posts in WordPress, it’s going to be a nightmare. So instead of displaying random posts, it’s much more efficient to display what only seems like a random post, but in reality … Read more