Serve resources from a consistent URL
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm working on optimizing our website & am getting this notice when using GTMetrix.
The following resources have identical contents, but are served from
different URLs. Serve these resources from a consistent URL to save 2
request(s) and 10.9KiB.
Now, I can see from the URL that the issue is that 3 of our products have the exact same image, yet Magento has to reference these URLs differently. Is there any way that I can resolve this? I've done some digging using Google but nothing promising has come up.
Fewer requests means faster rendering time & improved efficiency.
magento-1 image catalog-optimize
add a comment |
I'm working on optimizing our website & am getting this notice when using GTMetrix.
The following resources have identical contents, but are served from
different URLs. Serve these resources from a consistent URL to save 2
request(s) and 10.9KiB.
Now, I can see from the URL that the issue is that 3 of our products have the exact same image, yet Magento has to reference these URLs differently. Is there any way that I can resolve this? I've done some digging using Google but nothing promising has come up.
Fewer requests means faster rendering time & improved efficiency.
magento-1 image catalog-optimize
add a comment |
I'm working on optimizing our website & am getting this notice when using GTMetrix.
The following resources have identical contents, but are served from
different URLs. Serve these resources from a consistent URL to save 2
request(s) and 10.9KiB.
Now, I can see from the URL that the issue is that 3 of our products have the exact same image, yet Magento has to reference these URLs differently. Is there any way that I can resolve this? I've done some digging using Google but nothing promising has come up.
Fewer requests means faster rendering time & improved efficiency.
magento-1 image catalog-optimize
I'm working on optimizing our website & am getting this notice when using GTMetrix.
The following resources have identical contents, but are served from
different URLs. Serve these resources from a consistent URL to save 2
request(s) and 10.9KiB.
Now, I can see from the URL that the issue is that 3 of our products have the exact same image, yet Magento has to reference these URLs differently. Is there any way that I can resolve this? I've done some digging using Google but nothing promising has come up.
Fewer requests means faster rendering time & improved efficiency.
magento-1 image catalog-optimize
magento-1 image catalog-optimize
edited 11 mins ago
Teja Bhagavan Kollepara
2,99542050
2,99542050
asked Aug 4 '14 at 8:39
MooseMoose
5,69563979
5,69563979
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is an edge case where you uploaded the same image to 3 products and those images are stored in different folders. That is why you have 3 different URLs and the same image.
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
add a comment |
Found what I was looking for, a method for Magento to reference the same image between different products thus saving disk space & bandwidth and in turn speeding up your site.
Magento use images on multiple Products
The extension is free to boot :)
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%2f31137%2fserve-resources-from-a-consistent-url%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
This is an edge case where you uploaded the same image to 3 products and those images are stored in different folders. That is why you have 3 different URLs and the same image.
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
add a comment |
This is an edge case where you uploaded the same image to 3 products and those images are stored in different folders. That is why you have 3 different URLs and the same image.
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
add a comment |
This is an edge case where you uploaded the same image to 3 products and those images are stored in different folders. That is why you have 3 different URLs and the same image.
This is an edge case where you uploaded the same image to 3 products and those images are stored in different folders. That is why you have 3 different URLs and the same image.
answered Aug 4 '14 at 8:47
mbalpardambalparda
6,76331644
6,76331644
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
add a comment |
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
I realize that, but this is no solution. If GTMetrix can detect that the content is identical, Magento should be able to & reference images more efficiently.
– Moose
Aug 4 '14 at 8:49
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
Yeah, i don’t agree. There is no actual solution since this is not a bug in the core but a justified feature.
– mbalparda
Aug 4 '14 at 9:05
add a comment |
Found what I was looking for, a method for Magento to reference the same image between different products thus saving disk space & bandwidth and in turn speeding up your site.
Magento use images on multiple Products
The extension is free to boot :)
add a comment |
Found what I was looking for, a method for Magento to reference the same image between different products thus saving disk space & bandwidth and in turn speeding up your site.
Magento use images on multiple Products
The extension is free to boot :)
add a comment |
Found what I was looking for, a method for Magento to reference the same image between different products thus saving disk space & bandwidth and in turn speeding up your site.
Magento use images on multiple Products
The extension is free to boot :)
Found what I was looking for, a method for Magento to reference the same image between different products thus saving disk space & bandwidth and in turn speeding up your site.
Magento use images on multiple Products
The extension is free to boot :)
answered Aug 4 '14 at 8:54
MooseMoose
5,69563979
5,69563979
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.
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%2f31137%2fserve-resources-from-a-consistent-url%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