Also I forgot to say that I fixed the problem of FPS dropping every 5 frames. The issue was that the attractor "System" was updating every 5 frames. Now I split the task into 3 parts. Update 1/3 at the 3rd frame, 2/3 at the 4th frame and 3/3 at the last frame.