Skip to content

4.3.0

Choose a tag to compare

@lorenzobruni lorenzobruni released this 20 Nov 13:01
· 57 commits to master since this release

API.Performance implemented to collect server performance indicators:

  • Add the API_PERFORMANCE_ENABLED key in the AppSettings of the Web.config
  • If you enable this new feature, then you must complete first the following steps:
    • Create the table TD_PERFORMANCE in you database by running the SQL script available at root/db/td_performance.sql
    • Add your Application pool in IIS (i.e. XXXXXX) to the Performance Monitor Users group.

How to add an Application pool to the Performance Monitor Users group.

  • Change the Location to be the local Server
  • Add the user by typing IIS APPPOOL\XXXXXX and click on Check Names to validate.

image

  • Open the Command Line or PowerShell as Administrator.

image

  • Run iisreset for all changes to take immediately effect.

image