Magento2: How can load all css and js files after 5 seconds on site load? The Next CEO of Stack OverflowJS and CSS merged Issue in magento2Magento2: After delete pub/static folder and making deploy, no css files foundFailed to load css and js script after successful installationCSS and JS files for external theme not working in magentoNo CSS and backed files after installationHow extremly Magento 1 perfomance can be OptimizedMagento 2 Website taking too much time to load?JS minification issue still pendingMagento 2 - Minified static files not usedHow to get a good Google Pagespeed mobile score for a Magento2 site?
How to safely derail a train during transit?
What flight has the highest ratio of time difference to flight time?
Elegant way to replace substring in a regex with optional groups in Python?
Interfacing a button to MCU (and PC) with 50m long cable
Can you replace a racial trait cantrip when leveling up?
Why does the UK parliament need a vote on the political declaration?
Do I need to enable Dev Hub in my PROD Org?
Why do professional authors make "consistency" mistakes? And how to avoid them?
How to start emacs in "nothing" mode (`fundamental-mode`)
Novel about a guy who is possessed by the divine essence and the world ends?
Complex fractions
How do I reset passwords on multiple websites easily?
How did the Bene Gesserit know how to make a Kwisatz Haderach?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
If a black hole is created from light, can this black hole then move at speed of light?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?
Sending manuscript to multiple publishers
Contours of a clandestine nature
How to prevent changing the value of variable?
Rotate a column
What is the purpose of the Evocation wizard's Potent Cantrip feature?
WOW air has ceased operation, can I get my tickets refunded?
What does convergence in distribution "in the Gromov–Hausdorff" sense mean?
Magento2: How can load all css and js files after 5 seconds on site load?
The Next CEO of Stack OverflowJS and CSS merged Issue in magento2Magento2: After delete pub/static folder and making deploy, no css files foundFailed to load css and js script after successful installationCSS and JS files for external theme not working in magentoNo CSS and backed files after installationHow extremly Magento 1 perfomance can be OptimizedMagento 2 Website taking too much time to load?JS minification issue still pendingMagento 2 - Minified static files not usedHow to get a good Google Pagespeed mobile score for a Magento2 site?
I want to load all css and js files after 5 seconds when site load. actually I am doing optimisation and css and js files taking so much time of load. I have minify js/css and merged css/js also. Anyone have an idea for that?
magento2 optimization
add a comment |
I want to load all css and js files after 5 seconds when site load. actually I am doing optimisation and css and js files taking so much time of load. I have minify js/css and merged css/js also. Anyone have an idea for that?
magento2 optimization
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
Okay, Thank you
– Ravi Varma
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday
add a comment |
I want to load all css and js files after 5 seconds when site load. actually I am doing optimisation and css and js files taking so much time of load. I have minify js/css and merged css/js also. Anyone have an idea for that?
magento2 optimization
I want to load all css and js files after 5 seconds when site load. actually I am doing optimisation and css and js files taking so much time of load. I have minify js/css and merged css/js also. Anyone have an idea for that?
magento2 optimization
magento2 optimization
asked 2 days ago
Ravi VarmaRavi Varma
309113
309113
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
Okay, Thank you
– Ravi Varma
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday
add a comment |
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
Okay, Thank you
– Ravi Varma
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
Okay, Thank you
– Ravi Varma
yesterday
Okay, Thank you
– Ravi Varma
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday
add a comment |
0
active
oldest
votes
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%2f267726%2fmagento2-how-can-load-all-css-and-js-files-after-5-seconds-on-site-load%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f267726%2fmagento2-how-can-load-all-css-and-js-files-after-5-seconds-on-site-load%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
It's possible for js to load by adding delay only for your custom js and not for css, Use gulp to minify all the inline js that could save a bit
– Prathap Gunasekaran
2 days ago
Okay, Thank you
– Ravi Varma
yesterday
Load of CSS , depend o your code and HTML structure and dom load time.If you your page size small, then css must load with 5.Every depends how you have develop your pages and pages size
– Amit Bera♦
yesterday