Varien Profiler won't turn on for front end
I am using magento 1.9.3 and I have followed all the steps to turn on Varien Profiler but when I go to the frontend it still won't show up.
1) enabled it in system -> configuration -> advanced -> developer -> debug(profiler) = enabled
2) Varien_Profiler::enable() is uncommented in index.php
3) Cleared cache
I also have https://www.mgt-commerce.com/magento-developer-toolbar.html and its worth noting that the toolbar is showing up in the admin section but not on the frontend.
I have also enabled sql profiling.
Any idea what I am missing?
UPDATE
The allowed IP's is blank for every configuration. Also, its worth noting that im using a custom theme. However, turning this theme off and going to default or rwd doesn't seem to change anything.
magento-1.9 profiler
add a comment |
I am using magento 1.9.3 and I have followed all the steps to turn on Varien Profiler but when I go to the frontend it still won't show up.
1) enabled it in system -> configuration -> advanced -> developer -> debug(profiler) = enabled
2) Varien_Profiler::enable() is uncommented in index.php
3) Cleared cache
I also have https://www.mgt-commerce.com/magento-developer-toolbar.html and its worth noting that the toolbar is showing up in the admin section but not on the frontend.
I have also enabled sql profiling.
Any idea what I am missing?
UPDATE
The allowed IP's is blank for every configuration. Also, its worth noting that im using a custom theme. However, turning this theme off and going to default or rwd doesn't seem to change anything.
magento-1.9 profiler
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20
add a comment |
I am using magento 1.9.3 and I have followed all the steps to turn on Varien Profiler but when I go to the frontend it still won't show up.
1) enabled it in system -> configuration -> advanced -> developer -> debug(profiler) = enabled
2) Varien_Profiler::enable() is uncommented in index.php
3) Cleared cache
I also have https://www.mgt-commerce.com/magento-developer-toolbar.html and its worth noting that the toolbar is showing up in the admin section but not on the frontend.
I have also enabled sql profiling.
Any idea what I am missing?
UPDATE
The allowed IP's is blank for every configuration. Also, its worth noting that im using a custom theme. However, turning this theme off and going to default or rwd doesn't seem to change anything.
magento-1.9 profiler
I am using magento 1.9.3 and I have followed all the steps to turn on Varien Profiler but when I go to the frontend it still won't show up.
1) enabled it in system -> configuration -> advanced -> developer -> debug(profiler) = enabled
2) Varien_Profiler::enable() is uncommented in index.php
3) Cleared cache
I also have https://www.mgt-commerce.com/magento-developer-toolbar.html and its worth noting that the toolbar is showing up in the admin section but not on the frontend.
I have also enabled sql profiling.
Any idea what I am missing?
UPDATE
The allowed IP's is blank for every configuration. Also, its worth noting that im using a custom theme. However, turning this theme off and going to default or rwd doesn't seem to change anything.
magento-1.9 profiler
magento-1.9 profiler
edited Jul 12 '17 at 12:24
Bill Garrison
asked Jul 11 '17 at 22:09
Bill GarrisonBill Garrison
163114
163114
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20
add a comment |
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20
add a comment |
2 Answers
2
active
oldest
votes
We have encountered the same issue for the Mgt Commerce Developer Toolbar extension, and solved it like this:
Copy frontend extension files in frontend/rwd/default instead of
frontend/default/default as stated in the extension instructions.
Our installation was Magento 1.9.3.7 with Sample Data 1.9.2.4 included on, Windows 10 platform with XAMPP installed.
Regards.
add a comment |
You have to setup not only the Profiler but the configuration scope. Every scope has a profiler setting. See the top left corner select box (current configuration scope) in the admin.
New contributor
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');
});
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%2f183190%2fvarien-profiler-wont-turn-on-for-front-end%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
We have encountered the same issue for the Mgt Commerce Developer Toolbar extension, and solved it like this:
Copy frontend extension files in frontend/rwd/default instead of
frontend/default/default as stated in the extension instructions.
Our installation was Magento 1.9.3.7 with Sample Data 1.9.2.4 included on, Windows 10 platform with XAMPP installed.
Regards.
add a comment |
We have encountered the same issue for the Mgt Commerce Developer Toolbar extension, and solved it like this:
Copy frontend extension files in frontend/rwd/default instead of
frontend/default/default as stated in the extension instructions.
Our installation was Magento 1.9.3.7 with Sample Data 1.9.2.4 included on, Windows 10 platform with XAMPP installed.
Regards.
add a comment |
We have encountered the same issue for the Mgt Commerce Developer Toolbar extension, and solved it like this:
Copy frontend extension files in frontend/rwd/default instead of
frontend/default/default as stated in the extension instructions.
Our installation was Magento 1.9.3.7 with Sample Data 1.9.2.4 included on, Windows 10 platform with XAMPP installed.
Regards.
We have encountered the same issue for the Mgt Commerce Developer Toolbar extension, and solved it like this:
Copy frontend extension files in frontend/rwd/default instead of
frontend/default/default as stated in the extension instructions.
Our installation was Magento 1.9.3.7 with Sample Data 1.9.2.4 included on, Windows 10 platform with XAMPP installed.
Regards.
answered Nov 9 '18 at 22:11
Software RnDSoftware RnD
11
11
add a comment |
add a comment |
You have to setup not only the Profiler but the configuration scope. Every scope has a profiler setting. See the top left corner select box (current configuration scope) in the admin.
New contributor
add a comment |
You have to setup not only the Profiler but the configuration scope. Every scope has a profiler setting. See the top left corner select box (current configuration scope) in the admin.
New contributor
add a comment |
You have to setup not only the Profiler but the configuration scope. Every scope has a profiler setting. See the top left corner select box (current configuration scope) in the admin.
New contributor
You have to setup not only the Profiler but the configuration scope. Every scope has a profiler setting. See the top left corner select box (current configuration scope) in the admin.
New contributor
New contributor
answered yesterday
István DöbrenteiIstván Döbrentei
101
101
New contributor
New contributor
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fmagento.stackexchange.com%2fquestions%2f183190%2fvarien-profiler-wont-turn-on-for-front-end%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
Check system -> configuration -> advanced -> developer -> Developer Client Restrictions > Allowed IPs (comma separated) have blank value or your ip, check also with changing store.
– Emipro Technologies Pvt. Ltd.
Jul 12 '17 at 10:02
blank for each configuration. I've tried adding my IP address in there in the past just to see if that changed anything but it didn't.
– Bill Garrison
Jul 12 '17 at 12:20