質問編集履歴

2

追記

2024/05/09 02:04

投稿

student
student

スコア83

test CHANGED
File without changes
test CHANGED
@@ -45,6 +45,7 @@
45
45
 
46
46
  ### 試したこと
47
47
  タイムアウトの原因が処理が多いから重いのか、ifの処理が原因なのかを調べています。
48
+ WARN PHP Fatal error: Maximum execution time of 60 seconds exceeded in vendor/symfony/polyfill-mbstring/Mbstring.php on line 515. のエラーを発見して探したところ、タイムアウトの時間を変更する方法を見たのですが、そちらはどうでしょうか?
48
49
 
49
50
  ### 補足情報(FW/ツールのバージョンなど)
50
51
  PHP8

1

追記

2024/05/09 02:03

投稿

student
student

スコア83

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,7 @@
8
8
 
9
9
  ```
10
10
  504 Gateway Time-out
11
+ WARN PHP Fatal error: Maximum execution time of 60 seconds exceeded in vendor/symfony/polyfill-mbstring/Mbstring.php on line 515.
11
12
  ```
12
13
 
13
14
  ### 該当のソースコード