Minification is not working even Magento is set to Production modeProblems with Fooman Speedster: 403 error + Verify Minification ERRORWill front-end built in angular js and three js work with magento?Magento admin css not workingMagento 2 - Minified JS/CSS not generated in pub/staticAdmin setting js minify option is not workingmagento 2 custom theme css not working on frontendMagento 2.2 set/Deploy Production mode stuck at 'Static content deployment'Minify HTML and Magento 2 - Some Resources not minifiedMagento 2 : Merge and minify js and csscss/js not loading after changing base url magento 2
Where does the bonus feat in the cleric starting package come from?
Creepy dinosaur pc game identification
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
C++ debug/print custom type with GDB : the case of nlohmann json library
Is it possible to have a strip of cold climate in the middle of a planet?
Problem with TransformedDistribution
Has any country ever had 2 former presidents in jail simultaneously?
How much character growth crosses the line into breaking the character
Closed-form expression for certain product
Creature in Shazam mid-credits scene?
Store Credit Card Information in Password Manager?
Why electric field inside a cavity of a non-conducting sphere not zero?
Is it better practice to read straight from sheet music rather than memorize it?
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
Energy measurement from position eigenstate
The screen of my macbook suddenly broken down how can I do to recover
If infinitesimal transformations commute why dont the generators of the Lorentz group commute?
Is there a name for this algorithm to calculate the concentration of a mixture of two solutions containing the same solute?
Is this toilet slogan correct usage of the English language?
Yosemite Fire Rings - What to Expect?
It grows, but water kills it
Approximating irrational number to rational number
Can I sign legal documents with a smiley face?
Should I stop contributing to retirement accounts?
Minification is not working even Magento is set to Production mode
Problems with Fooman Speedster: 403 error + Verify Minification ERRORWill front-end built in angular js and three js work with magento?Magento admin css not workingMagento 2 - Minified JS/CSS not generated in pub/staticAdmin setting js minify option is not workingmagento 2 custom theme css not working on frontendMagento 2.2 set/Deploy Production mode stuck at 'Static content deployment'Minify HTML and Magento 2 - Some Resources not minifiedMagento 2 : Merge and minify js and csscss/js not loading after changing base url magento 2
Currently, we are using Magento 2.2.6. I have enabled the Minify and merge js and css via admin panel configuration but the minification is not working.
I have read many posts about the very same issue which I'm facing and done all the suggestions they have given but still not getting the result.
Could anyone please help me with this?
js-css minify
add a comment |
Currently, we are using Magento 2.2.6. I have enabled the Minify and merge js and css via admin panel configuration but the minification is not working.
I have read many posts about the very same issue which I'm facing and done all the suggestions they have given but still not getting the result.
Could anyone please help me with this?
js-css minify
add a comment |
Currently, we are using Magento 2.2.6. I have enabled the Minify and merge js and css via admin panel configuration but the minification is not working.
I have read many posts about the very same issue which I'm facing and done all the suggestions they have given but still not getting the result.
Could anyone please help me with this?
js-css minify
Currently, we are using Magento 2.2.6. I have enabled the Minify and merge js and css via admin panel configuration but the minification is not working.
I have read many posts about the very same issue which I'm facing and done all the suggestions they have given but still not getting the result.
Could anyone please help me with this?
js-css minify
js-css minify
asked yesterday
Magento vsmarttecMagento vsmarttec
31419
31419
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try This :-
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento deploy:mode:set production -s
# Here was the secret: run the di:compile after production
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
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%2f266998%2fminification-is-not-working-even-magento-is-set-to-production-mode%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 This :-
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento deploy:mode:set production -s
# Here was the secret: run the di:compile after production
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
add a comment |
Try This :-
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento deploy:mode:set production -s
# Here was the secret: run the di:compile after production
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
add a comment |
Try This :-
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento deploy:mode:set production -s
# Here was the secret: run the di:compile after production
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Try This :-
bin/magento setup:upgrade
bin/magento indexer:reindex
bin/magento deploy:mode:set production -s
# Here was the secret: run the di:compile after production
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
answered yesterday
Ronak RathodRonak Rathod
57011
57011
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%2f266998%2fminification-is-not-working-even-magento-is-set-to-production-mode%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