2014-04-21

torkell: (Default)
2014-04-21 06:59 pm
Entry tags:

Making PHP go faster: the Alternative PHP Cache

Right, let's have another crack at that NAS.

Last time I'd come up with a hypothesis for why [livejournal.com profile] pleaseremove's HomePortal software was so slow on my NAS (namely, that PHP was spending most of its time just parsing the source files) and had attempted to prove this by installing the "official" Zend OPcache for PHP. Compiling it then failed because (as best as I can tell) it doesn't actually support the version of PHP on the NAS, despite what the documentation says. So let's have a go with something else...

The Alternative PHP Cache )