There is only so much you can do, to be honest. First, you can try to separate geometry into as many sketches as you can. For instance, if there is an outer boundary, and then a lot of interior cutouts, you can separate the interior cuts into one or more separate sketches.
You can also try importing the SVG, then editing the resulting sketch, selecting all the sketch curves, and use the Fix command to lock all the curves in that sketch. This gets to one of the underlying cause of the slowness. Fusion is a constraint-based sketch environment. Every curve and point's position is computed with a solve of the sketch (which is also single-threaded), even if there are no constraints and dimensions. Once you have thousands of curves, that can take a significant amount of time. However, if you "Fix" those curves, that tells the solver that these curves are not going to move, so it can just ignore them in the solve.
Another possible cause of slowness in sketch is profile recognition. In the sketch palette, there is a "show profile" option. See what happens if you uncheck that. It can sometimes take a lot of time to determine the number of regions in the sketch. Leave it off until you need those profiles for Extrude, etc.
You can also use the SVG as a guide, and create native curves in Fusion by tracing over the SVG. Depending on how complex it is, that can be a surprisingly effective method. If it takes you 10 minutes to trace over a design, but you are seeing 3 minutes per operation, it only takes 4 operations for the time to trace the geometry to more than pay for itself.
Finally, ask the customer about their process - where did the SVG come from? I know that some drawing packages such as Adobe Illustrator have options, both on the creation side, and on the export side, to generate fewer, bigger curves, instead of lots of tiny curves. If a drawing is being used for display purposes only, it doesn't matter so much, but if it is intended for a CAD package like Fusion or any other "precise" CAD modeler, fewer curves is better.
Jeff Strater
Engineering Director