From 3d18f08a07f5af199ad37dfab87bb06049a99d88 Mon Sep 17 00:00:00 2001 From: poswalsameer Date: Fri, 11 Oct 2024 21:04:33 +0530 Subject: [PATCH 1/2] fixed the broken link in contributor_docs/fes_contribution_guide.md --- 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 8796ab9102..e1164b830b 100644 --- a/contributor_docs/fes_contribution_guide.md +++ b/contributor_docs/fes_contribution_guide.md @@ -484,7 +484,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). See the [Friendly Error performance test](https://github.com/poswalsameer/p5.js-poswalsameer/edit/main/contributor_docs/friendly_error_system.md). You can disable the FES with one line of code at the top of your sketch: From 5f3e898304055390ebbd8085d0e9e073537bda0d Mon Sep 17 00:00:00 2001 From: poswalsameer Date: Fri, 11 Oct 2024 21:13:18 +0530 Subject: [PATCH 2/2] fixed the broken link by setting the right link from the docs --- 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 e1164b830b..87f3cb2e9a 100644 --- a/contributor_docs/fes_contribution_guide.md +++ b/contributor_docs/fes_contribution_guide.md @@ -484,7 +484,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/poswalsameer/p5.js-poswalsameer/edit/main/contributor_docs/friendly_error_system.md). +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/blob/main/contributor_docs/friendly_error_system.md). You can disable the FES with one line of code at the top of your sketch: