Hi,
We've started using DPA on one of our clients sites and it's helped us a lot by highlighting some issues with some problem queries, we've now hit a bit of a roadblock because the top SQL Statements is now being listed as "/* Commit */" and i have no idea what that means or where it's coming from. When this happens the users see 30+ second delays on the DB for the simplest of queries.
To give an example the application will run normally and then hit a commit



So the wait type is write log, and both the web service and website that utilse the db are "triggering" it. I'm at a loss to what the commit actually is??
I'm looked at the help guidelines and it hasn't really got me any further.
We're using Entity Framework so I would have though that if it was that causing the issue i would see some reference to the query that caused the commit.
Background
Sql Server 2008 R2
Relatively large db 150gb, full recovery model.
Checked the transaction log's and their size all is fine, also checked the VLF's and they're< 30 on a 1GB file
Can any one help? I have lots more information i can give but to be honest I'm not sure what would be useful, so please let me know if you want me to elaborate further.
Note I'm a Dev not a DBA so be nice :-)