One of the main reasons for a slow site is due to how the database calls are handled in the code. Unfortunately, there is no easy way to monitor these calls so many shops limp along, not realizing they may have a serious problem. This package adds code to the shop that records all such activity. It also provides a way to view those results in admin allowing you to quickly identify problems. With this package installed, the following can easily be checked in admin: - Find out which database query is taking the most time as well as which page it is on
- Get an average of the time each page takes to load
- Check if search engine "spiders" are looking at pages they should not be looking at
- See what pages customers are looking at the most
And all of this is done in the background with hardly any extra load to the server at all. If you want to see how well your database is perfoming, this is a must have.
|