Bweber Posted January 31, 2018 Share Posted January 31, 2018 Hi Community , i have a discovered a file during the loading of my site which slows down the shop by about 4 second, it is called bottom-825efd.js. It lives in the following file structure /themes/zonetheme/assets/cache . It must be somehow happened during the configuration of the shop but the develeoper of the theme do not feel responsible and asked me to seek help somehwere else . It comes for sure from some kind of module configuration but i can not find the module or developer who made this . Can someone please help me how to fix this and to increase the loading speed again ? Thanks a lot in advance Björn bottom-825efd.js File in you theme.docx Link to comment Share on other sites More sharing options...
Jezza Posted August 10, 2020 Share Posted August 10, 2020 Hello! Did you find a solution to your problem? I would like to solve it too Link to comment Share on other sites More sharing options...
JBW Posted August 10, 2020 Share Posted August 10, 2020 This sound like the compressed JS file. It's created by Presta if you activate Smart Cache for Javascript 1 Link to comment Share on other sites More sharing options...
Jezza Posted August 11, 2020 Share Posted August 11, 2020 Oh yes I know this. You might like to add the defer (or async) attribute to help with load times: Link to comment Share on other sites More sharing options...
Prestachio Posted January 26, 2023 Share Posted January 26, 2023 Hmm, curious, (why) I get here displayed: "Sorry, we can't show this content because you do not have permission to see it." Link to comment Share on other sites More sharing options...
Prestachio Posted January 26, 2023 Share Posted January 26, 2023 On 12/22/2022 at 5:39 AM, PrestaHeroes.com said: Hmm, curious, (why) I get here displayed: "Sorry, we can't show this content because you do not have permission to see it." Link to comment Share on other sites More sharing options...
El Patron Posted January 27, 2023 Share Posted January 27, 2023 On 8/11/2020 at 2:12 AM, Jezza said: Oh yes I know this. You might like to add the defer (or async) attribute to help with load times: Before the only way to add async/defer/or preload when attribute none was to modify each module that registers their .js to PrestaShop. We created for our clients JavaPro, which allows one to add async/defer/and auto preload for .js attribute 'none' (render blocking)...also you can move specific .js files to load top (early discovery).... See module here and learn more. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now