Yes, if it's per tick, this is definitely too much. You can try optimizing events which use collision checks - On collision, Is overlapping etc. Also if there are lots of objects with behaviors like Bullet, Platform, 8direction - disabling them when they are not needed (say, when off-screen) can help.
Finally you can update collision polygons in objects, make them simpler by deleting unnecessary points.