Skip to main content

12 posts tagged with "Performance"

View All Tags

🐞 Bug fixes

  • Fixed issue when executing Sync URLs that could lead to have "Too many connections" in the environment.

🚀 New Features and Improvements

  • Added an example function in the JavaScript app for more straightforward code implementation.
  • Implemented local validation for PDF layouts to help users identify missing parameters before sending them to the server.
  • Updated the data record label to include an edit button for manual modification.
  • Enabled the ability to pick finished data records for more accessible preview of documents.

🐞 Bugfixes

  • Fixed rendering issue in the Reports Search Modal on small screens.
  • Resolved the issue where Layout changes in the draft version of a Document were incorrectly applied to the published version.
  • Fixed scrolling issue in the Email layout editor where the layout setting blocks would get hidden upon page load or refresh.
  • Fixed error on Bottleneck App.

🚀 New Features and Improvements

  • Optimized condition evaluation logic in Contents to enhance performance during large processes, especially under heavy server load.

🚀 New Features and Improvements

  • Enhanced colour picker functionality with the addition of an opacity slider, allowing users to adjust transparency from 0 to 100%.
  • Integrated custom colour swatches into the colour picker for a more personalized user experience.
  • Increased performance when generating PDFs.

🐞 Bugfixes

  • Fixed an issue where the scheduler would unexpectedly proceed without waiting for the set date/time.
  • Resolved a bug in the "Report" App where it failed to generate reports, displaying an error "foreach () argument must be of type array|object, null given".

🚧 Improvement

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable @webhook-header.{webhook_id}.{request_header} for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.

🚀 New feature

  • Added a new App called "ADP API Request" for communicating with the ADP API.
  • Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.

🚧 Improvement

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
  • In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".

🚀 New feature

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.

🚧 Improvement

  • Telnyx API: Updated the function "Submit a verification code".
  • Public IPs of designers and workers are shown in the Project card.
  • New tool XML Schema validation.
  • Improved the performance of loading some views in the browser.

🐞 Bug fix

  • HTML editor shows the scrollbars correctly, and their size has been increased on Websites .
  • The data record editor now takes the full height of the screen.