I have a large project in 7.2 / Ms Access with 30 tables / Audit table / one Master / child relationship table and some events and queries that are somewhat complicated but are running correctly. I have read all the articles and came to a couple of conclusions.
Windows 2003 server / IIS 6.0
- Shared Hosting can be a problem . Why If you ask them to cache your static and dynamic pages they seem like this is minor and won't chane much. So I did and guesss what actually slowed down my application more.
- I asked to change from MTA to STA in application pool . They said it was already using STA . So no help there.
4.I checked in firebug the load times of the pages. It seems the list page is the slowest and when I dug deeper the sprites that load are even slower.
So that go me wondering about the actuall styles I am using and sprites that load. I am getting page loads at anywhere from 10 to 39 seconds depending on the size of the data . I dropped data down to 10 per page . I do use some AJAX and have eliminated some of those calls but still slow.
- The big problem . Some users logon go to a tab or section and go the list page of a table and bang.....They get loogged out Session expired. They then have to login again . It happend almost everytime. It seems is does not hold the session on first login but holds it on second login.
- I have taken out search panel and loading box as that appeared slower . I also to out ICons for edit view add as a test . Still have same problem.
7.. My database is getting larger but not over 20 mb so it's still small. Concurrent users have increased but never over 5 in one session that I have found.
Any other Ideas . Like indexing queries ???? or different dbconnection. As I use the one generated by asprunner. for msaccess.
Would appreciate help with this. I cannot load this to demo account I think it is too large over 1500 files . I think it is ove 50mb.