A common mistake I see is that people think foreign keys will automatically create indexes. Missing indexes is a general problem in SQL. Missing indexes on columns that are in foreign keys are even worse.
I think this falls under the read the documentation fully point.
Edit: It occurs to me you likely meant on the column itself rather than on the referenced column. I don't have an example that does that.