You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
13
+
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
14
+
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
15
+
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
; A note on OpCache JIT: For typical web applications with I/O-bound workloads (e.g., database queries or API calls), the performance gains from JIT may be minimal.
518
+
;
519
+
; A note on OpCache JIT WordPress Performance:
520
+
; For typical web applications with I/O-bound workloads (e.g., database queries or API calls), the performance gains from JIT may be minimal.
519
521
; JIT is more beneficial for CPU-bound workloads (e.g., heavy computations, number crunching).
522
+
; It is recommended to benchmark your specific application with and without JIT enabled to determine its impact.
0 commit comments