Performance issue when using the K2 Designer site?

Resolving K2 Designer Site Performance Issues: Addressing Invalid Form.Peer Entries

Key Points:

  • Invalid entries in the Form.Peer table can contribute to performance slowdowns in the K2 Designer site.
  • Regularly checking and removing these entries can significantly improve performance.

Steps:

  1. Identify Invalid Entries:

    • Run the following SQL query to list all entries in the Form.Peer table:
      SQL
      SELECT * FROM [Form].[Peer]
    • Carefully examine the results for any outdated or invalid data.
  2. Delete Old/Invalid Values:

    • Proceed with deleting the identified invalid entries from the Form.Peer table.
    • Important: Exercise caution and consider taking a database backup before making any deletions.

Additional Considerations:

  • Identify Root Causes: If performance issues persist after cleanup, explore other potential causes, such as:
    • Server hardware limitations
    • Network latency
    • K2 software configuration
    • Large forms or workflows
  • Seek Further Guidance: Consult K2 documentation or support for complex troubleshooting scenarios.

By following these guidelines, you can effectively address performance issues related to the Form.Peer table and maintain optimal performance of your K2 Designer site.

Comments

Popular posts from this blog

Blocking Error during K2 5.6 Server migration

Client Credentials flow with K2 Cloud with Odata, Workflow REST or SCIM

Blocking error RegisterServiceInstanceObjects when upgrading to K2 5.6/5.7