Questions tagged [opcode]
11 questions
4
votes
1 answer
Two separate PHP-FPM sites seem to be using the same code?
I have two websites with two codebases, yet when I change one codebase, I see the change in both.
I have two checkouts of the same website. They are set up to use PHP-FPM through Apache2 with FastCGI. The checkouts are…
Sander Marechal
- 289
- 4
- 11
3
votes
1 answer
Save PHP opcache to Memcached
Running on small servers it would make sense offloading these as much as possible for performance. Also offloading will prevent from the server becoming a bottleneck. Therefore I use memcached for sessions, database indexes, user data etc.
Question;…
Robert De Wilde
- 81
- 3
1
vote
1 answer
Apache 2.4 Event MPM + php-fpm + php-opcache yields "Connection reset by peer" errors
I have a CentOS 7 server running Apache 2.4.6 with Event MPM and php-fpm version 5.6.10 (from REMI repo). Here's the relevant Apache config to send requests to php-fpm within the vhost (it's the only site on this server):
…
ldennison
- 143
- 1
- 7
0
votes
1 answer
Errors when enabling zend_opcache on php-fpm with apache 2.4 proxy
I'm setting up a webserver to host several small sites (mostly wordpress) by putting together php-fpm 5.5.9 and apache 2.4.10 on ubuntu.
After reading a good amount of tutorials and post, I decided to setup php-fpm to run a socket per website and to…
tempo
- 1
- 1
- 5
0
votes
1 answer
How can I speed up the opcode cache response time?
I've got a moderately powerful VPS (quad core Xeon, 3GB ram, ssd) running Ubuntu 12.10, PHP 5.5.8 and Opcode cache is enabled.
I'm using memcached, opcode cache and mod_pageSpeed.
I'm monitoring the app using New Relic.
The issue is that no matter…
i-CONICA
- 630
- 1
- 9
- 22
0
votes
1 answer
A web server or caching proxy to cache php completely as html?
My Server's load and mysql usage are higher than usual and recently I see about 350 processes for each HTTPd and mysqld.
Is there a web server or caching proxy to cache PHP as HTML?
Zim3r
- 1,384
- 5
- 23
- 45
0
votes
1 answer
APC keeps flushing
See my APC here: http://www.animefushigi.com/apc.php
If you keep hitting the Refresh button on the top left, watch the number of "Hits" and the "Start Time" and "Uptime" values. They all go up and down.
I find this quite strange, normally all 3 of…
Greatestswordsman
- 387
- 1
- 5
- 17
0
votes
1 answer
Install APC/eaccelerator and Memcached php-extensions on shared hosting
let's say I want to improve my application's performances.And I want to use an Opcode cache tool such as APC or eaccelerator and apply variable caching using Memcached.
Let's say then I'm a beginner and I have built a working-app using the above…
luca
- 101
- 3
0
votes
2 answers
Disable APC Cache for cached files?
I have a quite large website, in which there is a forum powered by phpBB. I have APC enabled with 1Gb of RAM. phpBB generates a lot of php files of cache (60 000-70 000 in my case), and they rapidly fill up APC memory. I was thinking to disable apc…
Nicolò Martini
- 101
- 2
0
votes
2 answers
Apache 2.2, PHP5 and APC
I read, that APC causes Apache to throw Segmentation faults.
Is this error still valid? I'm asking because we have a web application (PHP) that is used at a local fair and currently has a lot of usage.
We have no problems with memory consumption…
Sebastian Hoitz
- 3,019
- 3
- 23
- 19
0
votes
2 answers
HP - BIOS - Invalid Opcode Exception
I have an HP DL360 Gen9. It is running Windows Server 2019, but after I restarted it, I'm not able to boot again after "Loading System Firmware Modules - Complete" it just dies with an "Invalid Opcode Exception" ass can be seen below.
("Loading…
Mikki Sørensen
- 1
- 4