[quote:2oqceny8]Turn off collisions for objects that don't need it e.g. background and GUI objects
This is not really necessary. Construct only performs collisions checks for an object if there are relevant events or behaviors.
If your background sprite has no behaviors like Solid or Physics, and is not part of "on collision"/"is overlapping" events, it will not generate any collision checks.