Skip to content

Jit for Opcache #96

@jakobmelti

Description

@jakobmelti

Hello, how are you? thank you for your good project,

i have a question how can i enable JIT in opcache?

; A note on OpCache JIT WordPress Performance:
; For typical web applications with I/O-bound workloads (e.g., database queries or API calls), the performance gains from JIT may be minimal.
; JIT is more beneficial for CPU-bound workloads (e.g., heavy computations, number crunching).
; It is recommended to benchmark your specific application with and without JIT enabled to determine its impact.
;opcache.jit=tracing
;opcache.jit_buffer_size=SEDOPCACHEJITBUFFER
;opcache.lockfile_path=/tmp
;opcache.log_verbosity_level=1
;opcache.max_file_size=0
;opcache.mmap_base=
;opcache.opt_debug_level=0
;opcache.preferred_memory_model=
;opcache.preload=
;opcache.preload_user=
;opcache.protect_memory=0
;opcache.restrict_api=
;opcache.validate_permission=0
;opcache.validate_root=0

What should to uncomment ? everything ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions