Clean Magento 2 installation terribly slow The Next CEO of Stack OverflowMagento 2 - sample data clean up scriptBlank pages after grunt cleanError after grunt cleanMagento 2 admin and customer login not working after clean installationMagento 2 install clean upMagento 2 Redis Clean old tagsMagento 2 very slowClean specific block cacheDomainException after clean Docker installationMagento2: Impossible cache clean

What day is it again?

Help/tips for a first time writer?

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Strange use of "whether ... than ..." in official text

Is it ok to trim down a tube patch?

Is it professional to write unrelated content in an almost-empty email?

How to get the last not-null value in an ordered column of a huge table?

Aggressive Under-Indexing and no data for missing index

What connection does MS Office have to Netscape Navigator?

My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?

Point distance program written without a framework

Does the Idaho Potato Commission associate potato skins with healthy eating?

Can Sneak Attack be used when hitting with an improvised weapon?

Film where the government was corrupt with aliens, people sent to kill aliens are given rigged visors not showing the right aliens

Spaces in which all closed sets are regular closed

In the "Harry Potter and the Order of the Phoenix" video game, what potion is used to sabotage Umbridge's speakers?

Help! I cannot understand this game’s notations!

Can this note be analyzed as a non-chord tone?

Do scriptures give a method to recognize a truly self-realized person/jivanmukta?

Purpose of level-shifter with same in and out voltages

Is it OK to decorate a log book cover?

Defamation due to breach of confidentiality

How to avoid supervisors with prejudiced views?



Clean Magento 2 installation terribly slow



The Next CEO of Stack OverflowMagento 2 - sample data clean up scriptBlank pages after grunt cleanError after grunt cleanMagento 2 admin and customer login not working after clean installationMagento 2 install clean upMagento 2 Redis Clean old tagsMagento 2 very slowClean specific block cacheDomainException after clean Docker installationMagento2: Impossible cache clean










1















I did a fresh installation of Magento 2.3.1 (standard theme) and it's terribly slow. The server should be fine because non-optimized M1 installations running good.



I already did the obvious optimizations:



- Minify css enabled
- Minify js enabled
- Minify html enabled
- Merge css enabled
- Merge js enabled
- Bundle js disabled
- Sign Static Files enabled
- Use Flat Catalog


I did not



  • use Varnish (because I can't cache prices since I will have different prices for different customers).

  • change mode to production (when I do bin/magento deploy:show:mode I get Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)

What I noticed is that after I first visited the page, it gets a little bit faster. I guess the pages are cached. But after ~1hr without any interaction it's very slow again.



Is that normal? What could I do? Thanks










share|improve this question









New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

    – Raj Mohan R
    2 days ago











  • Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

    – hardy123480
    2 days ago











  • Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

    – x86fantini
    yesterday











  • I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

    – hardy123480
    22 hours ago















1















I did a fresh installation of Magento 2.3.1 (standard theme) and it's terribly slow. The server should be fine because non-optimized M1 installations running good.



I already did the obvious optimizations:



- Minify css enabled
- Minify js enabled
- Minify html enabled
- Merge css enabled
- Merge js enabled
- Bundle js disabled
- Sign Static Files enabled
- Use Flat Catalog


I did not



  • use Varnish (because I can't cache prices since I will have different prices for different customers).

  • change mode to production (when I do bin/magento deploy:show:mode I get Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)

What I noticed is that after I first visited the page, it gets a little bit faster. I guess the pages are cached. But after ~1hr without any interaction it's very slow again.



Is that normal? What could I do? Thanks










share|improve this question









New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

    – Raj Mohan R
    2 days ago











  • Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

    – hardy123480
    2 days ago











  • Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

    – x86fantini
    yesterday











  • I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

    – hardy123480
    22 hours ago













1












1








1








I did a fresh installation of Magento 2.3.1 (standard theme) and it's terribly slow. The server should be fine because non-optimized M1 installations running good.



I already did the obvious optimizations:



- Minify css enabled
- Minify js enabled
- Minify html enabled
- Merge css enabled
- Merge js enabled
- Bundle js disabled
- Sign Static Files enabled
- Use Flat Catalog


I did not



  • use Varnish (because I can't cache prices since I will have different prices for different customers).

  • change mode to production (when I do bin/magento deploy:show:mode I get Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)

What I noticed is that after I first visited the page, it gets a little bit faster. I guess the pages are cached. But after ~1hr without any interaction it's very slow again.



Is that normal? What could I do? Thanks










share|improve this question









New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I did a fresh installation of Magento 2.3.1 (standard theme) and it's terribly slow. The server should be fine because non-optimized M1 installations running good.



I already did the obvious optimizations:



- Minify css enabled
- Minify js enabled
- Minify html enabled
- Merge css enabled
- Merge js enabled
- Bundle js disabled
- Sign Static Files enabled
- Use Flat Catalog


I did not



  • use Varnish (because I can't cache prices since I will have different prices for different customers).

  • change mode to production (when I do bin/magento deploy:show:mode I get Magento supports PHP 7.1.3 or later. Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html)

What I noticed is that after I first visited the page, it gets a little bit faster. I guess the pages are cached. But after ~1hr without any interaction it's very slow again.



Is that normal? What could I do? Thanks







magento2






share|improve this question









New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday









Ronak Rathod

823112




823112






New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









hardy123480hardy123480

83




83




New contributor




hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






hardy123480 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

    – Raj Mohan R
    2 days ago











  • Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

    – hardy123480
    2 days ago











  • Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

    – x86fantini
    yesterday











  • I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

    – hardy123480
    22 hours ago

















  • please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

    – Raj Mohan R
    2 days ago











  • Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

    – hardy123480
    2 days ago











  • Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

    – x86fantini
    yesterday











  • I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

    – hardy123480
    22 hours ago
















please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

– Raj Mohan R
2 days ago





please switch to production mode since css and js minification is not enabled in developer mode. Your site will be slow in development mode which is normal

– Raj Mohan R
2 days ago













Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

– hardy123480
2 days ago





Ok, thanks. But as I said, when I try to bin/magento deploy:show:mode or bin/magento deploy:set:mode production all I'm getting is "Magento supports PHP 7.1.3 or later. Please read devdocs.magento.com/guides/v2.3/install-gde/…" Not sure what taht means. That message does not help me since I'm on PHP 7.1.2

– hardy123480
2 days ago













Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

– x86fantini
yesterday





Is your goal to go live with M2.3.1 or to keep it in developer mode and build module/theme?

– x86fantini
yesterday













I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

– hardy123480
22 hours ago





I just wanted to check the best possible performance of M2 (standard theme) under my circumstances. I was shocked how slow it was, that's why I asked if there's any trick I missed. Still trying to set it to production mode since my server only has PHP 7.1.2 right now. But I will update next week. I hope production mode will speed up the site significantly. I will go back to developer mode then and build the page.

– hardy123480
22 hours ago










1 Answer
1






active

oldest

votes


















1














In order to move the site to production mode you have to upgrade your PHP since Magento 2.3.1 is compatible with PHP 7.2.X Please find the link https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html https://prnt.sc/n4na5a.






share|improve this answer








New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

    – hardy123480
    2 days ago











  • Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

    – Raj Mohan R
    2 days ago












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
);



);






hardy123480 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267970%2fclean-magento-2-installation-terribly-slow%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









1














In order to move the site to production mode you have to upgrade your PHP since Magento 2.3.1 is compatible with PHP 7.2.X Please find the link https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html https://prnt.sc/n4na5a.






share|improve this answer








New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

    – hardy123480
    2 days ago











  • Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

    – Raj Mohan R
    2 days ago
















1














In order to move the site to production mode you have to upgrade your PHP since Magento 2.3.1 is compatible with PHP 7.2.X Please find the link https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html https://prnt.sc/n4na5a.






share|improve this answer








New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

    – hardy123480
    2 days ago











  • Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

    – Raj Mohan R
    2 days ago














1












1








1







In order to move the site to production mode you have to upgrade your PHP since Magento 2.3.1 is compatible with PHP 7.2.X Please find the link https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html https://prnt.sc/n4na5a.






share|improve this answer








New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










In order to move the site to production mode you have to upgrade your PHP since Magento 2.3.1 is compatible with PHP 7.2.X Please find the link https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html https://prnt.sc/n4na5a.







share|improve this answer








New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 2 days ago









Raj Mohan RRaj Mohan R

1487




1487




New contributor




Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Raj Mohan R is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

    – hardy123480
    2 days ago











  • Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

    – Raj Mohan R
    2 days ago


















  • Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

    – hardy123480
    2 days ago











  • Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

    – Raj Mohan R
    2 days ago

















Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

– hardy123480
2 days ago





Thanks. I thought 7.1.2 would be enough. And production mode will really speed up the site significantly?

– hardy123480
2 days ago













Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

– Raj Mohan R
2 days ago






Yes it will. You can find the information about various Magento Modes in this link devdocs.magento.com/guides/v2.3/config-guide/bootstrap/…. If this answer solved your question please accept it as the answer to your question as it will be helpful for others. Thanks

– Raj Mohan R
2 days ago











hardy123480 is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















hardy123480 is a new contributor. Be nice, and check out our Code of Conduct.












hardy123480 is a new contributor. Be nice, and check out our Code of Conduct.











hardy123480 is a new contributor. Be nice, and check out our Code of Conduct.














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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267970%2fclean-magento-2-installation-terribly-slow%23new-answer', 'question_page');

);

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







Popular posts from this blog

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB