https://support.cloud.engineyard.com/hc/en-us/articles/205411888-PHP-Performance-I-Everything-You-Need-to-Know-About-OpCode-Caches
Tags: #PHP #performance #programming #webdev
Tags: #PHP #performance #programming #webdev
Engine Yard Developer Center
PHP Performance I: Everything You Need to Know About OpCode Caches
Alternative Presentations:
Video Screencast (Transcript / Slides)
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
Video Screencast (Transcript / Slides)
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
https://www.sitepoint.com/sitepoint-smackdown-php-vs-node-js/
Tags: #webdev #programming #PHP #NodeJS
Tags: #webdev #programming #PHP #NodeJS
Sitepoint
SitePoint Smackdown: PHP vs Node.js - SitePoint
Choosing a server-side language is a subjective decision. Should you consider the reliable PHP or the more revolutionary Node.js? Let battle commence...
http://www.phpinternalsbook.com/index.html
This book, a collaborative effort between several PHP developers primarily targeted at C lang experienced programmers, document and describe how PHP internals work, how to extend the language with extension and how to interact with the community to develop PHP itself.
Tags: #webdev #PHP #C #programming
This book, a collaborative effort between several PHP developers primarily targeted at C lang experienced programmers, document and describe how PHP internals work, how to extend the language with extension and how to interact with the community to develop PHP itself.
Tags: #webdev #PHP #C #programming
https://nikic.github.io/2015/05/05/Internal-value-representation-in-PHP-7-part-1.html
"This article, divided in two parts, will take a look at the new representation of PHP values in general: this part will describe how the zval (Zend value) implementation differs between PHP 5 and PHP 7."
Tags: #programming #PHP #C
"This article, divided in two parts, will take a look at the new representation of PHP values in general: this part will describe how the zval (Zend value) implementation differs between PHP 5 and PHP 7."
Tags: #programming #PHP #C
http://www.codeproject.com/Articles/553018/Ultra-Rapid-PHP-Application-Development
Tags: #programming #PHP #Scavix
Tags: #programming #PHP #Scavix
Codeproject
Ultra-Rapid PHP Application Development - CodeProject
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).; Author: Christoph Buenger; Updated: 31 Oct 2014; Section: PHP; Chapter: Web Development; Updated: 31 Oct 2014
https://thenextweb.com/dd/2017/02/28/company-figured-run-wordpress-net/
Tags: #PHP #dotNET #wordpress #webdev
Tags: #PHP #dotNET #wordpress #webdev
The Next Web
This company figured out how to run Wordpress on .Net
I don’t think there are many web applications as widely used as WordPress. It powers a vast swathe of the Internet, ranging from blogs and news websites, to e-commerce sites. And wouldn’t it be nicer if it was a little bit faster? Enter PeachPie. This Czech…
https://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html
"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."
Tags: #php #webdev #programming #C
"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."
Tags: #php #webdev #programming #C
http://jpauli.github.io/2017/01/12/threads-and-php.html
This article will give you informations and details to some degree about PHP and threads management.
Tags: #programming #PHP #internals
This article will give you informations and details to some degree about PHP and threads management.
Tags: #programming #PHP #internals
http://www.phpinternalsbook.com/
A resourceful guide to PHP internals, now updated to PHP 7.
Tags: #programming #php #c
A resourceful guide to PHP internals, now updated to PHP 7.
Tags: #programming #php #c
http://phpsadness.com/
A beautiful (well, not that much) website that includes many of the PHP problems. Because PHP (probably) sucks, but you don't expect it to be that much.
Tags: #programming #webdev #php
A beautiful (well, not that much) website that includes many of the PHP problems. Because PHP (probably) sucks, but you don't expect it to be that much.
Tags: #programming #webdev #php