Nauris
Forum Replies Created
-
@wpriley Can you create a new topic for the issue? You can do so here: https://wordpress.org/support/plugin/jetpack-boost/ and scroll down to see the form to start a new topic.
When you create that new topic – try provide as many details as you can. Screenshots from the browser console are also going to help a ton.
Thanks!
@xmgm78 Thank you again for reporting this – we fixed it for 1.0.0 and we’re going to continue improving WooCommerce performance in the near future π
Hey!
Thanks for the report! Just to note you don’t need to disable the whole plugin – just disable Critical CSS for now.
Looks like the issue might be coming from how the theme is setup to use
emunits for font sizes and/or the combination with CSS Variables.Is that a custom made design on your site, or is it a theme that I can download somewhere to check it out?
Self-resolving issues are the best kind! Thanks for letting everyone else know how you solved it π
π Not seeing the video
Hey! I just tested Firefox 87 and everything seems to work properly. Is your site online and accessible from the web?
What steps are you taking to connect and when you hit the issue?
Boost is going to remain a standalone product.
There’s no limit on how many sites you can use this on. The more sites you install Boost on the better – we want to help make the web faster π
Hey!
Which browser and version are you using? Do you have any additional browser extensions installed that might block cookies or requests to WordPress.com?
Ok – we’re looking into this.
Yes – AMP is a self contained solution that doesn’t require any of the optimizations that the plugin provides for regular pages.
Thanks for the report – have you had a chance to try again to generate Critical CSS just to see if it was a one-off issue?
We’ll try to reproduce the issue and get back to you!
- This reply was modified 5 years ago by Nauris.
Hey Sanjay!
Yes – Boost is going to work with AMP.
AMP is a different approach to optimizing performance, so when an AMP request is received on your site – Boost is just going to disable all the performance optimizations and let AMP do it’s thing π
Hey there! Great question.
Jetpack Boost is a part of the Jetpack brand, but it doesn’t require Jetpack plugin to run. This is a separate plugin from Jetpack and it will always remain that way.
The only thing that we will require is a WordPress.com account so that we can identify your site and allow it to communicate with our APIs to, for example, display your site performance score.
There are some pages/posts in which an image or two come(s) above the fold. Eagerloading those helps in site loading.
That makes total sense, thanks π
I have an extra question though, how long does it to create Critical CSS for a site that has 1600 pages+posts? Itβs taking too long for me.
Critical CSS is generated from a subsample of pages and posts, so it shouldn’t really matter whether you have 100 or 10000 posts. But – because the Critical CSS is generated from your browser – it is going to take a bit of time. Additional post types and taxonomies are what’ll increase the generation time, as well as your network connection, server response time, etc.
Out of curiosity – can you time how long it approximately takes for you to generate Critical CSS?
Hi, Guarav!
The easiest way is to add an additional CSS class to the image class attribute. If you add
skip-lazyto the image tag it will automatically be skipped from lazy loading.If you’re comfortable using WordPress filters you can also use those to customize where Jetpack lazy images are activated.
For example:
function gaurav_customize_lazy_images( $blocked_classes ) { $blocked_classes[] = 'guarav-header-image-classname'; return $blocked_classes; } add_filter('jetpack_lazy_images_blocked_classes', 'gaurav_customize_lazy_images');I can see how disabling lazy loading for the logo would be useful, but what are other places that you’re looking to disable lazy loading? I wonder if there’s anything we can do to improve on that side of things as well, if there are places that lazy image loading shouldn’t be active in general.
Forum: Plugins
In reply to: [Easy Photography Portfolio] Does not work as usualHey Georgi,
Yes – you can go to “Portfolio -> Settings -> Single Portfolio Layout” and select “Single Column”!