Magento Admin suddenly slowed down
We have Magento EE 1.14. Admin was working fine till last two days its speed dropped dramatically. Frontend is not affected. Also no changes in code or server configuration. here is my attempt to fix the problem but nothing worked:
- Log cleaning is properly configured
- removed two unused extensions. but no improvement
- tried to disable non-critical extensions to see if speed will improve but also not luck.
- I can NOT use REDIS cache at this time. but configured new server which is using REDIS cache and move to it next month.
- sometimes backend will gain speed for few minutes
- I enabled profilers the source of the delay is mage ( screenshot attached ).
here are my question:
- Is there anyway to know the exact reason for Mage delay ?
do I have other test i can use to identify the cause of delay ?
Thanks in advance,
magento-enterprise backend slowbackend
add a comment |
We have Magento EE 1.14. Admin was working fine till last two days its speed dropped dramatically. Frontend is not affected. Also no changes in code or server configuration. here is my attempt to fix the problem but nothing worked:
- Log cleaning is properly configured
- removed two unused extensions. but no improvement
- tried to disable non-critical extensions to see if speed will improve but also not luck.
- I can NOT use REDIS cache at this time. but configured new server which is using REDIS cache and move to it next month.
- sometimes backend will gain speed for few minutes
- I enabled profilers the source of the delay is mage ( screenshot attached ).
here are my question:
- Is there anyway to know the exact reason for Mage delay ?
do I have other test i can use to identify the cause of delay ?
Thanks in advance,
magento-enterprise backend slowbackend
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago
add a comment |
We have Magento EE 1.14. Admin was working fine till last two days its speed dropped dramatically. Frontend is not affected. Also no changes in code or server configuration. here is my attempt to fix the problem but nothing worked:
- Log cleaning is properly configured
- removed two unused extensions. but no improvement
- tried to disable non-critical extensions to see if speed will improve but also not luck.
- I can NOT use REDIS cache at this time. but configured new server which is using REDIS cache and move to it next month.
- sometimes backend will gain speed for few minutes
- I enabled profilers the source of the delay is mage ( screenshot attached ).
here are my question:
- Is there anyway to know the exact reason for Mage delay ?
do I have other test i can use to identify the cause of delay ?
Thanks in advance,
magento-enterprise backend slowbackend
We have Magento EE 1.14. Admin was working fine till last two days its speed dropped dramatically. Frontend is not affected. Also no changes in code or server configuration. here is my attempt to fix the problem but nothing worked:
- Log cleaning is properly configured
- removed two unused extensions. but no improvement
- tried to disable non-critical extensions to see if speed will improve but also not luck.
- I can NOT use REDIS cache at this time. but configured new server which is using REDIS cache and move to it next month.
- sometimes backend will gain speed for few minutes
- I enabled profilers the source of the delay is mage ( screenshot attached ).
here are my question:
- Is there anyway to know the exact reason for Mage delay ?
do I have other test i can use to identify the cause of delay ?
Thanks in advance,
magento-enterprise backend slowbackend
magento-enterprise backend slowbackend
asked Dec 15 '16 at 18:02
ZeediaZeedia
65119
65119
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago
add a comment |
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
"Is there anyway to know the exact reason for Mage delay? do I have other test i can use to identify the cause of delay?" Ultimately, yes. Easily, probably not.
First of all, see if you can replicate this issue in a staging or development environment. This will allow you to experiment without risking a negative impact to the production site.
It sounds like you are on the right track. You need to slowly eliminate possible sources of error, for example disabling extensions as you did. Other things I would try:
ensure codebase is at same version as production
ensure database is the same, as closely as possible: same stores, same products and categories, same system configuration
just disable your caches so you are not tricking yourself. Later, after you have resolved the issue, you can enable the caches in order to improve performance.
clear magento cache:
rm -rf var/cache var/full_page_cache
reindex from the command line:
php shell/indexer.php reindexall
After these basic cleaning steps, go through the workflow during which you experience slowness. If you still do not experience the slowness, then you can be reasonably confident that the issue is related to the server configuration: mysql, apache, DNS, redis, CDN, anything external to the Magento application. If you do experience the slowness, then that is a sign that something is amiss with your instance of the Magento application: a code issue, and extension, incorrect admin configuration, something of the nature.
I hope that helps. Unfortunately, with such a general error, I can't provide much more assistance than these basic troubleshooting steps to try and determine the source: Magento itself? or an environment issue?
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2fmagento.stackexchange.com%2fquestions%2f150552%2fmagento-admin-suddenly-slowed-down%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
"Is there anyway to know the exact reason for Mage delay? do I have other test i can use to identify the cause of delay?" Ultimately, yes. Easily, probably not.
First of all, see if you can replicate this issue in a staging or development environment. This will allow you to experiment without risking a negative impact to the production site.
It sounds like you are on the right track. You need to slowly eliminate possible sources of error, for example disabling extensions as you did. Other things I would try:
ensure codebase is at same version as production
ensure database is the same, as closely as possible: same stores, same products and categories, same system configuration
just disable your caches so you are not tricking yourself. Later, after you have resolved the issue, you can enable the caches in order to improve performance.
clear magento cache:
rm -rf var/cache var/full_page_cache
reindex from the command line:
php shell/indexer.php reindexall
After these basic cleaning steps, go through the workflow during which you experience slowness. If you still do not experience the slowness, then you can be reasonably confident that the issue is related to the server configuration: mysql, apache, DNS, redis, CDN, anything external to the Magento application. If you do experience the slowness, then that is a sign that something is amiss with your instance of the Magento application: a code issue, and extension, incorrect admin configuration, something of the nature.
I hope that helps. Unfortunately, with such a general error, I can't provide much more assistance than these basic troubleshooting steps to try and determine the source: Magento itself? or an environment issue?
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
add a comment |
"Is there anyway to know the exact reason for Mage delay? do I have other test i can use to identify the cause of delay?" Ultimately, yes. Easily, probably not.
First of all, see if you can replicate this issue in a staging or development environment. This will allow you to experiment without risking a negative impact to the production site.
It sounds like you are on the right track. You need to slowly eliminate possible sources of error, for example disabling extensions as you did. Other things I would try:
ensure codebase is at same version as production
ensure database is the same, as closely as possible: same stores, same products and categories, same system configuration
just disable your caches so you are not tricking yourself. Later, after you have resolved the issue, you can enable the caches in order to improve performance.
clear magento cache:
rm -rf var/cache var/full_page_cache
reindex from the command line:
php shell/indexer.php reindexall
After these basic cleaning steps, go through the workflow during which you experience slowness. If you still do not experience the slowness, then you can be reasonably confident that the issue is related to the server configuration: mysql, apache, DNS, redis, CDN, anything external to the Magento application. If you do experience the slowness, then that is a sign that something is amiss with your instance of the Magento application: a code issue, and extension, incorrect admin configuration, something of the nature.
I hope that helps. Unfortunately, with such a general error, I can't provide much more assistance than these basic troubleshooting steps to try and determine the source: Magento itself? or an environment issue?
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
add a comment |
"Is there anyway to know the exact reason for Mage delay? do I have other test i can use to identify the cause of delay?" Ultimately, yes. Easily, probably not.
First of all, see if you can replicate this issue in a staging or development environment. This will allow you to experiment without risking a negative impact to the production site.
It sounds like you are on the right track. You need to slowly eliminate possible sources of error, for example disabling extensions as you did. Other things I would try:
ensure codebase is at same version as production
ensure database is the same, as closely as possible: same stores, same products and categories, same system configuration
just disable your caches so you are not tricking yourself. Later, after you have resolved the issue, you can enable the caches in order to improve performance.
clear magento cache:
rm -rf var/cache var/full_page_cache
reindex from the command line:
php shell/indexer.php reindexall
After these basic cleaning steps, go through the workflow during which you experience slowness. If you still do not experience the slowness, then you can be reasonably confident that the issue is related to the server configuration: mysql, apache, DNS, redis, CDN, anything external to the Magento application. If you do experience the slowness, then that is a sign that something is amiss with your instance of the Magento application: a code issue, and extension, incorrect admin configuration, something of the nature.
I hope that helps. Unfortunately, with such a general error, I can't provide much more assistance than these basic troubleshooting steps to try and determine the source: Magento itself? or an environment issue?
"Is there anyway to know the exact reason for Mage delay? do I have other test i can use to identify the cause of delay?" Ultimately, yes. Easily, probably not.
First of all, see if you can replicate this issue in a staging or development environment. This will allow you to experiment without risking a negative impact to the production site.
It sounds like you are on the right track. You need to slowly eliminate possible sources of error, for example disabling extensions as you did. Other things I would try:
ensure codebase is at same version as production
ensure database is the same, as closely as possible: same stores, same products and categories, same system configuration
just disable your caches so you are not tricking yourself. Later, after you have resolved the issue, you can enable the caches in order to improve performance.
clear magento cache:
rm -rf var/cache var/full_page_cache
reindex from the command line:
php shell/indexer.php reindexall
After these basic cleaning steps, go through the workflow during which you experience slowness. If you still do not experience the slowness, then you can be reasonably confident that the issue is related to the server configuration: mysql, apache, DNS, redis, CDN, anything external to the Magento application. If you do experience the slowness, then that is a sign that something is amiss with your instance of the Magento application: a code issue, and extension, incorrect admin configuration, something of the nature.
I hope that helps. Unfortunately, with such a general error, I can't provide much more assistance than these basic troubleshooting steps to try and determine the source: Magento itself? or an environment issue?
answered Dec 15 '16 at 20:34
nshiffnshiff
486313
486313
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
add a comment |
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
I found the problem it was one of the extension that no longer supported. i had to disable it and everything went fine :)
– Zeedia
Dec 15 '16 at 23:19
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- 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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2fmagento.stackexchange.com%2fquestions%2f150552%2fmagento-admin-suddenly-slowed-down%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
sorry for resuming this old post but my magento 1.9 is suffering this issue on latest time. Could I know what extension has to be disabled to grow up the backend performances? Thanks a lot
– Pier
9 hours ago
Unfortunately I am no longer with that company and I dont remember the extension name. but I do remember that I had to disable extensions one by one and test till I found the bad one.
– Zeedia
5 hours ago