I have an application using the Code First model with Entity Framework 6.1 and SQL Server Compact Edition 4. Inserting into a simple table with an ID, 1 DateTime 2 singles, 2 doubles, and 3 Ints is very slow, ranging from 8 to 15 inserts per second on a system with an SSD.
What are the best tools and techniques to track down the reason for slow inserts in SQL Server Ce 4?