When pasting in simple but long content via the "source code" button. The editor throws an exception (Maximum execution time of 30 seconds exceeded).
Expected behavior
It should process the content in a timely manner, maintaining responsiveness, and not throw any exceptions.
Steps to reproduce
Simply paste the test content provided below in to the editor using the "source code" button, click ok, then wait long enough and you will see a 500 error occurs due 30 seconds being exceeded. Note that 30 seconds is the default unchanged timeout limit for a PHP install by default and is used widely.
Filament Version
v3.2.39
Plugin Version
v3.4.1
PHP Version
v8.1.26
Problem description
When pasting in simple but long content via the "source code" button. The editor throws an exception (Maximum execution time of 30 seconds exceeded).
Expected behavior
It should process the content in a timely manner, maintaining responsiveness, and not throw any exceptions.
Steps to reproduce
Simply paste the test content provided below in to the editor using the "source code" button, click ok, then wait long enough and you will see a 500 error occurs due 30 seconds being exceeded. Note that 30 seconds is the default unchanged timeout limit for a PHP install by default and is used widely.
Reproduction repository
No response
Relevant log output