Compile modules and queries before distributing your application

In the rush of shipping an application this is an easy tip to overlook. This is unfortunate, because the first impression someone gets is marred by the delays associated with compiling first the modules and then the queries themselves as they are used. It is particularly bad if the database is being used read-only, because then it will silently happen every time everyone uses the database.