PHP7.3 upgrade from php5.6 and wordpress backend slow The 2019 Stack Overflow Developer Survey Results Are InHow to migrate from PHP 5.5.* to PHP 7.0.* and upgrade the entire LAMP stack on Ubuntu Linux 12.04 LTS(64-bit) operating system?Ubuntu+Apache2+PHP7FPM - Very slow processing and CPU/Memory isn't efectedHow to run Php7.0 and Php5.6 at the same timeUpgrade to the specific php 7.1/7.2 from php 7.0 in Ubuntu 16.04How to upgrade gd library version to 2.2.5 from 2.1.1 for php 7.1?Safely upgrade PHP from 5.6.38 to PHP 7.2+ on Ubuntu 18.04.1 LTSCan't access my website after server release-upgrade to 18.04 from 16.04 (droplet)
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Falsification in Math vs Science
Why do UK politicians seemingly ignore opinion polls on Brexit?
How are circuits which use complex ICs normally simulated?
Are there incongruent pythagorean triangles with the same perimeter and same area?
Deal with toxic manager when you can't quit
Where to refill my bottle in India?
What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?
Why not take a picture of a closer black hole?
Why is the maximum length of OpenWrt’s root password 8 characters?
How come people say “Would of”?
If a Druid sees an animal’s corpse, can they wild shape into that animal?
How to type this arrow in math mode?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Pokemon Turn Based battle (Python)
Is "plugging out" electronic devices an American expression?
Is a "Democratic" Oligarchy-Style System Possible?
Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?
Are there any other methods to apply to solving simultaneous equations?
What did it mean to "align" a radio?
What does ひと匙 mean in this manga and has it been used colloquially?
Resizing object distorts it (Illustrator CC 2018)
Is bread bad for ducks?
PHP7.3 upgrade from php5.6 and wordpress backend slow
The 2019 Stack Overflow Developer Survey Results Are InHow to migrate from PHP 5.5.* to PHP 7.0.* and upgrade the entire LAMP stack on Ubuntu Linux 12.04 LTS(64-bit) operating system?Ubuntu+Apache2+PHP7FPM - Very slow processing and CPU/Memory isn't efectedHow to run Php7.0 and Php5.6 at the same timeUpgrade to the specific php 7.1/7.2 from php 7.0 in Ubuntu 16.04How to upgrade gd library version to 2.2.5 from 2.1.1 for php 7.1?Safely upgrade PHP from 5.6.38 to PHP 7.2+ on Ubuntu 18.04.1 LTSCan't access my website after server release-upgrade to 18.04 from 16.04 (droplet)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Recently i upgraded my dedicated server
from php-fmp 5.6 to 7.3
mysql from 5.5 to 5.7
Frontend is really fast...but backend is drammatically slow!
If i run a long processo like a revision of some product (i use woocommerce), this process make busy all backend and i cant open another chrome task that return a blank page.
Is there something wrong? I don't changed my configuration...only opgraded
ps mysql, php and nginx log are all empty...no error only some advice...
php7
add a comment |
Recently i upgraded my dedicated server
from php-fmp 5.6 to 7.3
mysql from 5.5 to 5.7
Frontend is really fast...but backend is drammatically slow!
If i run a long processo like a revision of some product (i use woocommerce), this process make busy all backend and i cant open another chrome task that return a blank page.
Is there something wrong? I don't changed my configuration...only opgraded
ps mysql, php and nginx log are all empty...no error only some advice...
php7
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Tryerror_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?
– LeonidMew
Apr 1 at 16:56
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06
add a comment |
Recently i upgraded my dedicated server
from php-fmp 5.6 to 7.3
mysql from 5.5 to 5.7
Frontend is really fast...but backend is drammatically slow!
If i run a long processo like a revision of some product (i use woocommerce), this process make busy all backend and i cant open another chrome task that return a blank page.
Is there something wrong? I don't changed my configuration...only opgraded
ps mysql, php and nginx log are all empty...no error only some advice...
php7
Recently i upgraded my dedicated server
from php-fmp 5.6 to 7.3
mysql from 5.5 to 5.7
Frontend is really fast...but backend is drammatically slow!
If i run a long processo like a revision of some product (i use woocommerce), this process make busy all backend and i cant open another chrome task that return a blank page.
Is there something wrong? I don't changed my configuration...only opgraded
ps mysql, php and nginx log are all empty...no error only some advice...
php7
php7
asked Apr 1 at 16:28
Vito SantimoneVito Santimone
1
1
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Tryerror_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?
– LeonidMew
Apr 1 at 16:56
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06
add a comment |
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Tryerror_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?
– LeonidMew
Apr 1 at 16:56
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Try
error_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?– LeonidMew
Apr 1 at 16:56
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Try
error_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?– LeonidMew
Apr 1 at 16:56
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06
add a comment |
1 Answer
1
active
oldest
votes
Try enabling the OPcache by uncommenting the following line in /etc/php/7.3/fpm/php.ini
, or /etc/php/7.3/apache2/php.ini
depending on if you use FPM or mod_php
:
;opcache.enable=1
followed by restarting Apache or php-fpm.
Even if OPcache was enabled in the previous version of PHP, it would not transfer over to 7.3 because it uses a different configuration file.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130393%2fphp7-3-upgrade-from-php5-6-and-wordpress-backend-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try enabling the OPcache by uncommenting the following line in /etc/php/7.3/fpm/php.ini
, or /etc/php/7.3/apache2/php.ini
depending on if you use FPM or mod_php
:
;opcache.enable=1
followed by restarting Apache or php-fpm.
Even if OPcache was enabled in the previous version of PHP, it would not transfer over to 7.3 because it uses a different configuration file.
add a comment |
Try enabling the OPcache by uncommenting the following line in /etc/php/7.3/fpm/php.ini
, or /etc/php/7.3/apache2/php.ini
depending on if you use FPM or mod_php
:
;opcache.enable=1
followed by restarting Apache or php-fpm.
Even if OPcache was enabled in the previous version of PHP, it would not transfer over to 7.3 because it uses a different configuration file.
add a comment |
Try enabling the OPcache by uncommenting the following line in /etc/php/7.3/fpm/php.ini
, or /etc/php/7.3/apache2/php.ini
depending on if you use FPM or mod_php
:
;opcache.enable=1
followed by restarting Apache or php-fpm.
Even if OPcache was enabled in the previous version of PHP, it would not transfer over to 7.3 because it uses a different configuration file.
Try enabling the OPcache by uncommenting the following line in /etc/php/7.3/fpm/php.ini
, or /etc/php/7.3/apache2/php.ini
depending on if you use FPM or mod_php
:
;opcache.enable=1
followed by restarting Apache or php-fpm.
Even if OPcache was enabled in the previous version of PHP, it would not transfer over to 7.3 because it uses a different configuration file.
answered 2 days ago
NerdOfLinuxNerdOfLinux
1,72611041
1,72611041
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130393%2fphp7-3-upgrade-from-php5-6-and-wordpress-backend-slow%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't known about wordpress specifics, but may be php configured to not show warnings and notices in error log. Try
error_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql?– LeonidMew
Apr 1 at 16:56
i mean backend of wordpress not php or mysql. But problem has gone after upgrading. Before all fast
– Vito Santimone
Apr 1 at 17:06