Title: Nauris's Replies | WordPress.org

---

# Nauris

  [  ](https://wordpress.org/support/users/pyronaur/)

 *   [Profile](https://wordpress.org/support/users/pyronaur/)
 *   [Topics Started](https://wordpress.org/support/users/pyronaur/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pyronaur/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pyronaur/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pyronaur/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pyronaur/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pyronaur/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 143 total)

1 [2](https://wordpress.org/support/users/pyronaur/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pyronaur/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/pyronaur/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/pyronaur/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/pyronaur/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/pyronaur/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Critical css not working?](https://wordpress.org/support/topic/critical-css-not-working-3/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/critical-css-not-working-3/#post-17869266)
 * Hey there!
   I see this message in the PageSpeed Insights:
 * > Resources are blocking the first paint of your page. Consider delivering critical
   > JS/CSS inline and deferring all non-critical JS/styles. [Learn how to eliminate render-blocking resources](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/?utm_source=lighthouse&utm_medium=lr).
 * Note that it specifies both Critical JS and CSS.
 * It looks like you have a few scripts loaded very early on the site. Jetpack Boost
   has another module called “Defer Non-Essential JavaScript” that should help with
   that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Failed to generate Critical CSS](https://wordpress.org/support/topic/failed-to-generate-critical-css-78/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/failed-to-generate-critical-css-78/#post-17424505)
 * I’ve answered the question in the other thread here:
 * [https://wordpress.org/support/topic/failed-to-generate-critical-css-80/](https://wordpress.org/support/topic/failed-to-generate-critical-css-80/)
 * Marking this as solved.
    -  This reply was modified 2 years, 2 months ago by [Nauris](https://wordpress.org/support/users/pyronaur/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] using Optimize Critical CSS Loading](https://wordpress.org/support/topic/using-optimize-critical-css-loading/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/using-optimize-critical-css-loading/#post-17424484)
 * Hi [@ladynia](https://wordpress.org/support/users/ladynia/),
 * Can you share screenshots before and after Critical CSS?
 * Not every module works in every situation – I suspect Critical CSS might not 
   be the right solution for your site at this time because of how dynamic the content
   is. Critical CSS works best when you have multiple pages on a site that all look
   similar and are using the same styles. However, if you’re using a page builder
   extensively and have a unique layout for each page – that won’t work well with
   Critical CSS currently.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Failed to generate Critical CSS](https://wordpress.org/support/topic/failed-to-generate-critical-css-80/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/failed-to-generate-critical-css-80/#post-17424453)
 * This happens because your home page ( [https://moraboudoir.com/](https://moraboudoir.com/))
   doesn’t have any CSS files – all the CSS that’s on that page is already inline–
   and so even if Critical CSS would be able to generate, it wouldn’t be useful 
   in this situation because it extracts critical pieces of CSS from external styles(
   like `https://moraboudoir.com/my-styles.css` ) and places them inline on the 
   page load, but since all your styles are already inline, there’s no benefit.
 * The error that your’e seeing occurs because Critical CSS thinks that there’s 
   something wrong with your site – it expects to see at least 1 external css file,
   but it doesn’t and because the home page is deemed to be a critical part of the
   site, it produces a fatal generation error.
 * I visited a couple of pages on your site and it seems that neither of them include
   any CSS files, so for your site – I think it’s safe for you to just disable the
   module and not generate any Critical CSS.
    -  This reply was modified 2 years, 2 months ago by [Nauris](https://wordpress.org/support/users/pyronaur/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Image CDN not resizing](https://wordpress.org/support/topic/image-cdn-not-resizing/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/image-cdn-not-resizing/#post-17424439)
 * Hey!
   The CDN Module does resize the images, but there are limitations to what
   it can do. It looks for the defined `$content_width` of your theme and tries 
   to generate reasonable sizes based on that using WordPress hooks like `wp_calculate_image_srcset`.
   However – I’m not seeing any `srcset` attributes on the images in the gallery
   link that you’ve sent, which makes me think that the plugin you’re using for 
   the gallery there isn’t leveraging srcsets – and if that’s the case, Jetpack 
   Boost isn’t going to be able to modify those for you.
 * What plugin are you using to display that gallery? Does it have any image size
   controls available there that you could use to make sure that the images are 
   smaller?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] how to cache password protected pages, one set for all users](https://wordpress.org/support/topic/how-to-cache-password-protected-pages-one-set-for-all-users/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/how-to-cache-password-protected-pages-one-set-for-all-users/#post-16476528)
 * Hi [@trial_error](https://wordpress.org/support/users/trial_error/) ,
 * In your scenario, it seems that using a server caching solution may not be the
   most effective way to improve the performance of your password-protected section
   of the site. You might look into if your hosting supports persistent WordPress
   Object Cache, but it may still not address the underlying issue of slow page 
   rendering caused by your current hosting provider.
 * I would suggest that you consider upgrading to a better hosting provider that
   can handle dynamic content more efficiently and ensure that your pages load quickly
   and securely.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] jectpack boost has conflict with my theme](https://wordpress.org/support/topic/jectpack-boost-has-conflict-with-my-theme/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/jectpack-boost-has-conflict-with-my-theme/#post-16466954)
 * Hey @lolifairies!
 * The good news is that the site appears broken only for you. This is happening
   because the image guide isn’t able to properly attach the red bubbles on your
   page, this can happen depending on the theme compatibility.
 * You can turn the feature off in one of two ways – either turn off the feature
   completely:
 * On your WP Admin dashboard, navigate to _Jetpack → Boost_, scroll down the page,
   and toggle the **Image Guide** feature.
 * Or deactivate it temporarily “see Pausing Image Guide” section in the documentation.
 * Here’s a link to the documentation: [https://jetpack.com/support/jetpack-boost/image-performance-guide/](https://jetpack.com/support/jetpack-boost/image-performance-guide/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Powered Cache with WP Super Cache?](https://wordpress.org/support/topic/powered-cache-with-wp-super-cache/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/powered-cache-with-wp-super-cache/#post-16260415)
 * Hey [@itsgotime](https://wordpress.org/support/users/itsgotime/),
 * Object caching is a technique that stores frequently accessed data in memory,
   allowing the website to retrieve the data more quickly without having to access
   the database or perform other expensive operations. This can greatly reduce the
   amount of time it takes to serve a web page to the client, but it only applies
   to pages that are uncached. Pages that are already cached aren’t going to use
   object-cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] The plugin could not Update Mod_Rewrite Rules](https://wordpress.org/support/topic/the-plugin-could-not-update-mod_rewrite-rules/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/the-plugin-could-not-update-mod_rewrite-rules/#post-16260286)
 * Hey [@mowafy2021](https://wordpress.org/support/users/mowafy2021/),
 * One possible cause of this issue is that the .htaccess file is not writable by
   the plugin. In order for the plugin to update the file, it needs to have permission
   to write to the file. Try contacting your hosting provider to ensure that the`.
   htaccess` file can be modified by the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache Not Activating](https://wordpress.org/support/topic/wp-super-cache-not-activating/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wp-super-cache-not-activating/#post-16260268)
 * Hi [@julievb26](https://wordpress.org/support/users/julievb26/),
    Looks like 
   GoDaddy has a caching plugin already built-in and they don’t allow other caching
   plugins to be used: [https://www.godaddy.com/help/blocklisted-plugins-8964#caching](https://www.godaddy.com/help/blocklisted-plugins-8964#caching)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack Boost - Website Speed, Performance and Critical CSS] Does jeetpack boost defer slowdown AMP redirection?](https://wordpress.org/support/topic/does-jeetpack-boost-defer-slowdown-amp-redirection/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/does-jeetpack-boost-defer-slowdown-amp-redirection/#post-16260063)
 * HI @peterert, how much worse is your TTFB? Does it consistently drop after activating
   the defer module?
 * Can you try measuring multiple times with and without the module active and look
   at the average? Sometimes may TTFB may just fluctuate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Cloudflare APO & WPSpuer Cache Setup](https://wordpress.org/support/topic/cloudflare-apo-wpspuer-cache-setup/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-apo-wpspuer-cache-setup/#post-16139559)
 * Yeah, that sounds like something you’ll need to customize using filters.
 * Regarding making the homepage wait until the task is complete, if any of the 
   items in the list of pages to delete is linked to from the homepage, and the 
   overall task takes 10 minutes – then the homepage would serve a link to a page
   that ends up in 404 for those 10 minutes, which would be pretty poor user experience.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Preload doesn’t work on my wordpress site](https://wordpress.org/support/topic/preload-doesnt-work-on-my-wordpress-site/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/preload-doesnt-work-on-my-wordpress-site/#post-16139517)
 * Hey [@wpdanilo](https://wordpress.org/support/users/wpdanilo/),
    Have a look 
   at the debug tab and see if that reveals any hints as to why the cache isn’t 
   working: [https://github.com/Automattic/wp-super-cache/wiki/How-to-enable-debug-mode](https://github.com/Automattic/wp-super-cache/wiki/How-to-enable-debug-mode)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Cloudflare APO & WPSpuer Cache Setup](https://wordpress.org/support/topic/cloudflare-apo-wpspuer-cache-setup/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/cloudflare-apo-wpspuer-cache-setup/#post-16139272)
 * I’m not sure how well Cloudflare works in this situation, but that’s something
   that you can experiment with. You can disable Super Cache dynamically and see
   what the load on the server is in certain areas of your site: [https://github.com/Automattic/wp-super-cache/wiki/FAQ#how-to-exclude-a-page-from-the-cache](https://github.com/Automattic/wp-super-cache/wiki/FAQ#how-to-exclude-a-page-from-the-cache).
 * I think this is something that’s going to rest on your shoulders to optimize.
 * One other solution I can think of is to remove the WP Super Cache delete listener
   and manually purge the cache when necessary, but keep in mind that your deleted
   posts will still be visible while the cache is present, so be careful.
 * [https://github.com/Automattic/wp-super-cache/blob/trunk/wp-cache-phase2.php#L1516](https://github.com/Automattic/wp-super-cache/blob/trunk/wp-cache-phase2.php#L1516)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Purge cache](https://wordpress.org/support/topic/purge-cache-9/)
 *  Plugin Contributor [Nauris](https://wordpress.org/support/users/pyronaur/)
 * (@pyronaur)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/purge-cache-9/#post-16139205)
 * Hi [@satheeshrajv](https://wordpress.org/support/users/satheeshrajv/),
    What’s
   the benefit of keeping two caches around? Seems like an easy way to introduce
   a lot of complexity without much benefit.

Viewing 15 replies - 1 through 15 (of 143 total)

1 [2](https://wordpress.org/support/users/pyronaur/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pyronaur/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/pyronaur/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/pyronaur/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/pyronaur/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/pyronaur/replies/page/2/?output_format=md)