Thursday, October 19, 2006 12:31 AM
So today I spent some time optimizing the performance of the site. I have been putting this kind of work on the back burner for quite a while now, while I was trying to get the application up and running. But, oh my geez this is bad. My Sign In to Member Homepage was executing near 300 SQL statements. *blush* Well with a simple change I was able to get it down to about 80 which is still waaaaay to much. Geez, where did I go wrong?
I think I over connected my domain model and now I have to take it apart. Except, how do I do that. It makes sense as it is right now. So I guess I am going to have to remodel some of my entities to make the load not so large. I still think its funny, 300 queries.
So if you have any suggestions I am all ears.