> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/release-notes/release-notes-archive/release-2.3.3.md).

# Release 2.3.3

### :race\_car: Performance Improvements

* Early Access/Preview Features. Contact <support@pixiebrix.com> for access
  * Add `disableExpensiveChecks` managed storage option to disable input/output validation checks. For use in low-CPU environments. See [Performance](/enterprise-it-setup/performance.md#tuning-cpu-utilization) for more information.
  * Automatically exclude unused variable from text template rendering calls to reduce CPU and memory utilization
  * Pre-serialize sandbox data to avoid memory duplication across contexts: content script, service worker, offscreen document, sandbox
* Expose "Include Default Input" for triggers in Page Editor to disable non-event `@input` data. For performance tuning with frequent triggers and/or heavy pages. See [Advanced: Mod Performance Tuning](/developing-mods/developer-concepts/advanced-mod-performance-tuning.md)
* Increase secure sandbox timeout to 15 seconds to prevent host jank from causing PixieBrix to detect the sandbox as being unresponsive/crashed
* Mark trigger/sidebar listeners triggers as [passive](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#passive) to reduce host page jank
* Secure sandbox improvements to reduce CPU and memory utilization
  * Cache compiled text templates and user-defined Javascript in the sandbox
  * Batch text template rendering calls to the sandbox
* Runtime task queue optimization
  * Prioritize sidebar panel mod component runs based on active panel/panel visibility
  * Move asynchronous brick runs for `Run Bricks` and `Run with Async Mod Variable` from the microtask queue to the event queue
* Optimize local IDB log database access patterns
  * Avoid blocking IDB call on mod component run when tracing/debug logging is not enabled
  * Group logging communication to the background worker to reduce web-extension messaging overhead

### :sparkles: Enhancements

* Page Editor: include example tool argument schema to Add Copilot Tool brick configuration

### :bug: Bug Fixes

* Page Editor: Fix missing variable analysis warnings for complex text template expressions


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pixiebrix.com/release-notes/release-notes-archive/release-2.3.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
