Commit a282d58
Add cache full status and interned strings usage to Opcode Cache debug information.
Expanded the Opcode Cache debug data to include:
- 'opcode_cache_full': Indicates if the cache has reached its capacity.
- 'opcode_cache_interned_strings_usage': Displays the percentage of the interned strings buffer used, the total buffer size, and the amount of free memory.
These additions provide more comprehensive diagnostic information for troubleshooting performance issues related to PHP's OPcache.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: szepeviktor <[email protected]>1 parent 6ef53de commit a282d58
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
507 | 524 | | |
508 | 525 | | |
509 | 526 | | |
| |||
513 | 530 | | |
514 | 531 | | |
515 | 532 | | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
516 | 539 | | |
517 | 540 | | |
518 | 541 | | |
| |||
0 commit comments