Julien Pauli - My blog
  • Home

opcache

A collection of 2 posts
php

Huge Page usage in PHP 7

Recall on memory paging Memory paging is a way Operating Systems manage userland process memory. Each process memory access is virtual, and the OS together with the hardware MMU must translate that address into a physical address used to access the data in main memory (RAM). Paging memory is dividing
Oct 28, 2015 9 min read
php

PHP's OPCache extension review

Reminder on OPCodes caches PHP is a scripting language, that by default will compile any file you ask it to run, obtain OPCodes [http://blog.jpauli.tech/2015/02/05/zend-vm-executor.html] from compilation, run them, and trash them away immediately. PHP has been designed like that : it "forgets" everything
Mar 5, 2015 35 min read
Page 1 of 1
Julien Pauli - My blog © 2023
Powered by Ghost