Adnan Haque (a11n)
Forum Replies Created
-
Hi @realjediverse!
We are aware of an issue that some users are facing. However, we need your help for a quick resolution.
To thoroughly investigate and resolve the issue, we may need access to your WP-admin. To ensure the highest level of security, please contact us privately through?our contact form. Once we’ve established private contact, we’ll share a secure method for you to provide us with the necessary access.
Please remember to reference this support thread in your communication so we can stay aligned on the issue at hand.
Thanks in advance for your understanding and cooperation!
Hi Jessyca! Your site always has a copy of all images you upload. You don’t need to download them back manually, either. You can just turn off the feature, and the images will start serving from your server automatically!
Hi @mjvito
Thank you for going on to the details and narrowing down the issue. It was really helpful. It looks like you are right about how preload can skip posts. Unfortunately, there is currently no way to control how many posts are processed in a batch.
So, I am afraid you have to talk to the host and request them to increase the timeout. I have logged an issue so we can try to fix it. However, be aware that there is currently no timeline on when this can be addressed.
Hi @halysoh
Where do you see this error? Can you provide a screenshot and the Jetpack Boost version you are on?
To share the screenshot you will need to host the screenshot on a site like?Snipboard.io,?Droplr,?or?CloudApp?and then share the image link from that service here.
Forum: Plugins
In reply to: [WP Super Cache] eslint not working after upgrade WP Super Cache SearchHi @ameeyswain!
We share some configurations, including eslint between WPSC and other jetpack plugins in the Jetpack monorepo.Are you trying to use eslint outside of the context of developing WPSC? In that case, I’d recommend excluding the plugin directory from eslint. The
.eslintrc.cjs
should probably be excluded from the published plugin, and I’ll take note of doing so in the next release.Hi there!
It looks like you are using Litespeed UCSS, which removes external stylesheets.
Critical CSS is a set of CSS styles critical to display the above-the-fold content, i.e., what you see on the page before scrolling. It remains active until the external stylesheet files load.
Both of them are doing similar tasks and so aren’t compatible.
Hi @dailybulls!
I looked into your site and noticed that it has AMP enabled in standard mode. This means all your site visitors see the AMP version of your site.TL;DR: Critical CSS is not needed and does not work on AMP pages.
Critical CSS is a set of CSS styles critical to display the above-the-fold content, i.e., what you see on the page before scrolling. It remains active until the external stylesheet files load.
On the other hand, AMP pages do not have any external stylesheets. All styles are embedded within the page.
So, on an AMP page, there is no critical CSS to generate, which is why you see the error.
Hey @peterertl, you can exclude a script from deferring by adding the attribute
data-jetpack-boost="ignore"
on the script tag.Forum: Plugins
In reply to: [WP Super Cache] Add accept-ranges-Header to .htaccessHello, WP Super Cache is now hosted in the Jetpack Monorepo on Github, and PRs can be submitted there.
However, I can’t promise that the PR will be merged, as that would depend on a number of factors. But, I encourage you to do so and start a discussion in the PR justifying the feature.
Forum: Plugins
In reply to: [WP Super Cache] Cached style.css not renewed when cache is deletedWP Super Cache does not cache the CSS files because they are already static files. However, the web browser will almost always cache the CSS files.
To make sure your visitors always get the fresh CSS file, you have to use a cache busting strategy and then flushing the cache will serve the fresh CSS files.
Forum: Plugins
In reply to: [WP Super Cache] Products dynamically loaded in WoocommerceHello, WP Super Cache should be able to cache the pages just fine if it is paginating like the example.
Forum: Plugins
In reply to: [WP Super Cache] Expert mode on MultiSite breaking main siteI wasn’t able to reproduce this issue on a multi-site. So I think you might be correct about it being a .htaccess issue.
Generally, you should only use the expert mode if you understand and are able to edit the .htaccess file.
If you want to debug this further you can do so by enabling debug mode. Here is a guide on how to enable it.
Forum: Plugins
In reply to: [Virtual Moderator] [Plugin: Virtual Moderator] flag numbers everywhereThanks for taking the time to notify me. I am recoading the full plugin in my free times. There will be a major update in a month. I will take care of this in the next release.