0

I am using Magento2.3.0 community version When merge and minify js and css after set production mode not working my admin panel and front end css lacking if any one know what is actual issue reply me .I apply all command in our production side.

asked May 30, 2019 at 13:22
1
  • Have you deployed static content in correct locale? Commented May 30, 2019 at 19:23

2 Answers 2

0

Magento 2 Backend option to merge and minify js are useless. Please try the advance bundling of js provided in magento 2 docs using nodejs and r.js

https://devdocs.magento.com/guides/v2.3/performance-best-practices/advanced-js-bundling.html

answered May 30, 2019 at 15:45
0

I'd you run static content deploy with different locales and show errors you might be able to see some errors

php -d display_errors=1 -d memory_limit=-1 bin/magento setup:static-content:deploy -f en_GB --theme Magento/luma

Replace luma with your theme and en_GB with locale you are using. Could be different between frontend and backend.

answered May 30, 2019 at 19:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.