Home › Forums › WoodMart support forum › Page load optimization & Email list
Page load optimization & Email list
- This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
August 10, 2018 at 8:24 pm #72201
addyParticipantThe website looks amazing with this theme. However, I would appreciate some help to further enhance the performance. Thank you.
1) When a product page or any other page loads, the visual structure breaks for a few seconds and then everything works fine. I am using WP rocket and 95% of the images are compressed with Smush plugin. See Image 1 and 2.
2) How will the Popup collect emails? MailChimp is activated. That’s it? Will emails go to the MailChimp account? Where will I find the email list collected from popup OR How can I link it to MailChimp email list? I am still testing this, however.
3) Javascript, please!. I already have opted Combine JS in theme performance but still, I get F in Gtmetrix. See Image 3. I am using WP rocket & very fewer plugins. Not more than 20 including the theme ones. When I combine JS with WP rocket, some theme components don’t work like “hover on product” hence I don’t use that.
August 11, 2018 at 6:21 am #72219
Artem TemosKeymasterHi,
1. It looks like you moved all CSS files to the footer and it is natural behavior in this case. You need to keep the CSS in
<head>
tag.2. You need to configure your mailchimp account and connect it to your website. Find more information here https://mailchimp.com/integrations/wordpress/
3. Try to combine all scripts with your optimization plugin except our theme.min.js and WordPress jquery.js library. All these external scripts come with installed plugins and WordPress. Our theme uses only a few files and they are already optimized.
Regards
August 11, 2018 at 7:23 am #72236
addyParticipant1) How can I do that? I didn’t touched the code. Is it something to be done with WP rocket?
3) Please Enlist all the theme and wordpress query files that needs to be excluded. I will put them in WP rocket exclude section. Furthermore, if it doesn’t fix, I could contact WP rocket support in that case.
August 11, 2018 at 7:32 am #72240
Artem TemosKeymaster1. Yes, probably caused by some of the plugins. Try to disable it for a moment to see the difference.
3. Just exclude that two files we mentioned.
August 11, 2018 at 7:53 am #72244
addyParticipant1) So do you think I need to exclude Theme CSS files as well from WP rocket Panel? Because maybe WP rocket combines and put them in the footer. If yes, kindly enlist those files as well so that I can try excluding them and check the performance.
August 11, 2018 at 11:33 am #72254
Artem TemosKeymaster1. Actually, all CSS files should be included in the
head
if you don’t want to see this ugly “jump” effect when your page is loaded.August 11, 2018 at 12:54 pm #72258
addyParticipantI understand. Anyways, Please LIST all the CSS files for the theme and also other CSS files on which it depends. I need to fine tune my WP rocket settings.
August 11, 2018 at 2:17 pm #72269
Artem TemosKeymasterSo our theme uses our own CSS file
woodmart-style
, twitter bootstrapbootstrap
and font awesome iconsfont-awesome-css
.August 11, 2018 at 5:38 pm #72293
addyParticipant// This message is referenced with last 5 messages.
See, I am not expert in all this. Please be a little more explanatory. That’s the reason I bought the theme 🙂
I found these JS files on my FTP to be excluded in WP rocket.
1) wp-content/themes/woodmart/js/theme.min.js
2) wp-includes/js/jquery/jquery.jsI need a confirmation are they the right ones?
3) I see many CSS files in Woodmart. See Screenshot. But I don’t see those 3 files you told me. Can you help me find it’s URL in FTP?
August 11, 2018 at 8:54 pm #72304
Artem TemosKeymasterYes, these are JS files that should be excluded.
As for CSS, not all of them are used on your website. Just look into our theme’s CSS file, bootstrap and Font Awesome.
August 11, 2018 at 9:48 pm #72307
addyParticipant1) Check my website right now
2) Those two JS flies are put in excluded section.
3) But still many Components don’t work such as Top revolution slider.
4) I am using a Base demo version so you know what should work and what should not.My question is what else needs to be EXCLUDED?
My second question is what are the exact names of those CSS files? I understand they are bootstrap and fontawesome. But what are the exact URLs of those files in wpcontent?
I hope you are getting my question appropriately.
Kind regards,
August 12, 2018 at 6:22 am #72317
Artem TemosKeymasterWe just checked and see that generated JS file contains an error and that breaks all the other scripts on your website https://gyazo.com/d5f37711413fd6a0f045ffdb17bf5f32
So if you excluded our JS files then this error comes with some of other plugins scripts or your optimization plugin doesn’t work correctly.CSS files:
style.min.css
css/bootstrap.min.css
css/font-awesome.min.css
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register