so i'm done building small web app , since deploying performance has been awful. doesn't have in terms of graphics, bunch of datagrids, databound through number of linq queries. it's painfully slow... i'm inclined point finger @ host (ahem... gd) should looking sure isn't code?
slowness can due numerous reasons, below small todo list:-
1) check size of page using developer tool.
2) use .net profiler tool see if particular area causing slownees of application.
3)check sql query generated linq sql, optimize if needed.
4)if visiting database master data or 1 doesn't change frequently. can use caching here.
once have identified pain area can figure out enough resources on internet, without knowing cause cannot remedy.
Comments
Post a Comment