Is it possible to make Magento 2 fast (i.e. < 2s page load) without using any caching?Call to Magento load() to load a model is slow the first time, fast in subsequent calls?Any other caching than var/cache? / Flush Magento Cache works, rm -rf var/cache notIs there a way to make frequent changes to a Magento site without sacrificing caching/indexing performance?How to make Magento 2 development sites fast?Product brand (attribute, category or both)?Magento 1: caching SQL queries using Magento cacheHow to make magento 2 indexing fastMagento 2 - PHPUnit using mocking or without mocking?Load Page Without Cache, Without Flushing The Cache in Magento 2Magento 2 Integrate Lazy Load without using any third party extension
Apply a different color ramp to subset of categorized symbols in QGIS?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
What is the unit of time_lock_delta in LND?
Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?
What is the best way to deal with NPC-NPC combat?
How to not starve gigantic beasts
Why do distances seem to matter in the Foundation world?
Complex numbers z=-3-4i polar form
NPN: Not fully sinking to GND
What does a straight horizontal line above a few notes, after a changed tempo mean?
Creating a chemical industry from a medieval tech level without petroleum
Why doesn't the standard consider a template constructor as a copy constructor?
Combinatorics problem, right solution?
As an international instructor, should I openly talk about my accent?
How exactly does Hawking radiation decrease the mass of black holes?
Retract an already submitted recommendation letter (written for an undergrad student)
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
Why did C use the -> operator instead of reusing the . operator?
Unknown code in script
Is there a word for the censored part of a video?
Is there any pythonic way to find average of specific tuple elements in array?
Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?
Is it possible to make Magento 2 fast (i.e.
Call to Magento load() to load a model is slow the first time, fast in subsequent calls?Any other caching than var/cache? / Flush Magento Cache works, rm -rf var/cache notIs there a way to make frequent changes to a Magento site without sacrificing caching/indexing performance?How to make Magento 2 development sites fast?Product brand (attribute, category or both)?Magento 1: caching SQL queries using Magento cacheHow to make magento 2 indexing fastMagento 2 - PHPUnit using mocking or without mocking?Load Page Without Cache, Without Flushing The Cache in Magento 2Magento 2 Integrate Lazy Load without using any third party extension
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In web development it's good practice to ensure that your applications perform sufficiently well without relying on a cache. Caching should not be used as a crutch or a permanent solution to mask otherwise poor performance.
So my question is: is it possible to achieve acceptably performant (i.e. under two second) page loads in Magento 2 without using any caching, and if so, how?
magento2 cache performance
add a comment |
In web development it's good practice to ensure that your applications perform sufficiently well without relying on a cache. Caching should not be used as a crutch or a permanent solution to mask otherwise poor performance.
So my question is: is it possible to achieve acceptably performant (i.e. under two second) page loads in Magento 2 without using any caching, and if so, how?
magento2 cache performance
You have raised a good point. +1
– Shoaib Munir
3 hours ago
add a comment |
In web development it's good practice to ensure that your applications perform sufficiently well without relying on a cache. Caching should not be used as a crutch or a permanent solution to mask otherwise poor performance.
So my question is: is it possible to achieve acceptably performant (i.e. under two second) page loads in Magento 2 without using any caching, and if so, how?
magento2 cache performance
In web development it's good practice to ensure that your applications perform sufficiently well without relying on a cache. Caching should not be used as a crutch or a permanent solution to mask otherwise poor performance.
So my question is: is it possible to achieve acceptably performant (i.e. under two second) page loads in Magento 2 without using any caching, and if so, how?
magento2 cache performance
magento2 cache performance
asked 6 hours ago
WackGetWackGet
352213
352213
You have raised a good point. +1
– Shoaib Munir
3 hours ago
add a comment |
You have raised a good point. +1
– Shoaib Munir
3 hours ago
You have raised a good point. +1
– Shoaib Munir
3 hours ago
You have raised a good point. +1
– Shoaib Munir
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Yes, I have done this one before.
- Inspect every installed 3rd-party extension, and disable useless extensions on your website
- Choose the fastest hosting you can afford
- Turn Production Mode On
- Never Use JS Bundling
- Enable CSS/JS Minification
- Last and most importantly, enable profiler and check all the files (.phtml) and events, check which are taking more time to execute. And remember even 0.5 sec for a file or event is also huge time for a single file/event.
Reference for most of the points: https://servebolt.com/articles/speed-up-magento-2-in-7-easy-steps/
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%2f272483%2fis-it-possible-to-make-magento-2-fast-i-e-2s-page-load-without-using-any-ca%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
Yes, I have done this one before.
- Inspect every installed 3rd-party extension, and disable useless extensions on your website
- Choose the fastest hosting you can afford
- Turn Production Mode On
- Never Use JS Bundling
- Enable CSS/JS Minification
- Last and most importantly, enable profiler and check all the files (.phtml) and events, check which are taking more time to execute. And remember even 0.5 sec for a file or event is also huge time for a single file/event.
Reference for most of the points: https://servebolt.com/articles/speed-up-magento-2-in-7-easy-steps/
add a comment |
Yes, I have done this one before.
- Inspect every installed 3rd-party extension, and disable useless extensions on your website
- Choose the fastest hosting you can afford
- Turn Production Mode On
- Never Use JS Bundling
- Enable CSS/JS Minification
- Last and most importantly, enable profiler and check all the files (.phtml) and events, check which are taking more time to execute. And remember even 0.5 sec for a file or event is also huge time for a single file/event.
Reference for most of the points: https://servebolt.com/articles/speed-up-magento-2-in-7-easy-steps/
add a comment |
Yes, I have done this one before.
- Inspect every installed 3rd-party extension, and disable useless extensions on your website
- Choose the fastest hosting you can afford
- Turn Production Mode On
- Never Use JS Bundling
- Enable CSS/JS Minification
- Last and most importantly, enable profiler and check all the files (.phtml) and events, check which are taking more time to execute. And remember even 0.5 sec for a file or event is also huge time for a single file/event.
Reference for most of the points: https://servebolt.com/articles/speed-up-magento-2-in-7-easy-steps/
Yes, I have done this one before.
- Inspect every installed 3rd-party extension, and disable useless extensions on your website
- Choose the fastest hosting you can afford
- Turn Production Mode On
- Never Use JS Bundling
- Enable CSS/JS Minification
- Last and most importantly, enable profiler and check all the files (.phtml) and events, check which are taking more time to execute. And remember even 0.5 sec for a file or event is also huge time for a single file/event.
Reference for most of the points: https://servebolt.com/articles/speed-up-magento-2-in-7-easy-steps/
answered 3 hours ago
Shoaib MunirShoaib Munir
2,67421031
2,67421031
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%2f272483%2fis-it-possible-to-make-magento-2-fast-i-e-2s-page-load-without-using-any-ca%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
You have raised a good point. +1
– Shoaib Munir
3 hours ago