Thursday, August 9, 2012

Property Screen Efficiency

I wrote earlier in the summer about trying to squeeze more speed out of ZonePro. To that end I have published some updates that make numerous small coding changes. Most of the changes involve taking code out of the main ZonePro program and app files and putting that code in the SQL database instead. This means you can make more efficient SQL calls and the SQL database can be more efficient in producing results. In this pass I made changes to the way the Property Street search function operates, and the way the Application counts at the bottom of the screen are called. Typically the kind of speed increases for changes like this are measured in milliseconds rather than seconds, but every little bit helps.

No comments:

Post a Comment