We have a quite a big site, around 70k pages. And the form auto detection feature is taking quite a long time to finish and many times it fails the build due to timing out.
So I was wondering if we have any way to declare which pages the detection should run on explicitly so it would hopefully quicken the process?
Hi, @donsbox. There is another workaround. Only enable the forms auto detection once until the form handlers are created. Then disabled the forms auto detection for future builds. You would only need to enable it if the forms changed again in the future. If the form have not changed, the previously created form handlers will be used and forms detection can be skipped entirely.
Note, this would be a manual process where you would need to re-enable forms detection anytime the forms change. However, it would cut down time spent on forms detection for most builds where there are no changes to the forms.