From cd38475b5f5542ace9b332ae4ef5912d636b40b8 Mon Sep 17 00:00:00 2001 From: emily d'achiardi Date: Fri, 11 Sep 2026 12:39:43 -0400 Subject: [PATCH] Update fes_contribution_guide.md Removed sentence that links to the outdated Friendly Error performance test. As listed in "Broken Link #1578" --- contributor_docs/fes_contribution_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor_docs/fes_contribution_guide.md b/contributor_docs/fes_contribution_guide.md index 3960bddc7d..658712289d 100644 --- a/contributor_docs/fes_contribution_guide.md +++ b/contributor_docs/fes_contribution_guide.md @@ -456,7 +456,7 @@ The functionality described under `fesErrorMonitor()` currently only works on th ### Performance Issue with the FES -By default, FES is enabled for p5.js and disabled in `p5.min.js` to prevent FES functions from slowing down the process. The error-checking system can significantly slow down your code (up to \~10x in some cases). See the [Friendly Error performance test](https://github.com/processing/p5.js-website/tree/main/src/assets/learn/performance/code/friendly-error-system). +By default, FES is enabled for p5.js and disabled in `p5.min.js` to prevent FES functions from slowing down the process. The error-checking system can significantly slow down your code (up to \~10x in some cases). You can disable the FES with one line of code at the top of your sketch: