mcdeth
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] crawlerThank you for your time and patience, I couldn’t get it work with curl nor with screaming frog crawler so I’ll just stick with default crawler or this one https://www.cachecrawler.com/
Forum: Plugins
In reply to: [LiteSpeed Cache] crawlerThank you—I tested this on a single-language site. Here’s the exact command I ran:
curl -s -D - -H "User-Agent: lscache_runner" https://website/ -o /dev/null | grep -i x-litespeed-cachefirst request returns
x-litespeed-cache-control: public,max-age=604800
x-litespeed-cache: missAfter that, no x-litespeed-cache header appeared—so I assumed the cache was hit. However, when I visit the same URL in my browser, I still see “miss” on the first load (and “hit” only on the second).
- This reply was modified 10 months, 1 week ago by mcdeth.
Forum: Plugins
In reply to: [LiteSpeed Cache] crawlerThank you for enlightment. If I wanted to make own crawler, does dj ple puppeter or curl do the job? I’m talking about unlogged guests and simple website, without wpml and special styles or cookies.
or some spider like screaming frog.
Forum: Plugins
In reply to: [LiteSpeed Cache] crawleryes, it’s kind of normal when you use multi-language/currency , the first access will always miss , in order to detect the language/currency and set up cookie correctly
Can I exclude it somehow? I have one currency per language and different language per directory (/en/ etc). I’ve seen only this thread on the internet.
But as I was typing, I understood what you mean, like literally first visit is a miss, next pages are cache hit and “Page cached by LiteSpeed Cache” shows yesterdays date.
But since I’m replying I’ll ask if there’s anything left to do for first visit?
Forum: Plugins
In reply to: [LiteSpeed Cache] crawlerI’d have one more question, does this user agent:
Mozilla/5.0 (compatible; crawler)belong to plugin? because I see this bot tries to crawl the website constantly and I’m not sure if I should keep it blocked
Forum: Plugins
In reply to: [Klarna for WooCommerce] klarna loads on every pageanybody? 600kb on product page with all settings on klarna disabled. that’s a joke, its tripple size of jquery.
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously per post typeYes, I understand that UCSS and CCSS serve different purposes and are different.
My question is independently more about the expected behavior when using 1 UCSS/CCSS per post type.
If we have UCSS set per post type, why are multiple product pages still being queued for UCSS generation? Shouldn’t only one representative product be used for generating UCSS for that post type?
Similarly, with CCSS per post type, shouldn’t only one product page be used for generating CCSS for the entire “product” post type, instead of queuing multiple products?
What I’m worried is:
- having multiple UCSS/CCSS for products
- killing my quota on account because its constantly generating for products duplicate ucss OR ccss
Is this normal behavior, or is something not being respected in the configuration?
- This reply was modified 10 months, 2 weeks ago by mcdeth.
Forum: Plugins
In reply to: [LiteSpeed Cache] Load CSS Asynchronously per post typeYes, sorry about the confusion. Ideally, I’d prefer to have one CSS file per post type in both cases, for UCSS and CCSS.
However, it seems like the settings are being ignored. Currently, I can see that multiple products are being included in the CSS queue for both post types.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] moving express payment blockHi, thanks for prompt reply. here’s a video
View post on imgur.com
woopayments is injecting button with js, hence shift.
and as for checkout, i can use any as far as i can style it/move/call function or shortcode
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] moving express payment blockyes, that answer could’ve been generated by ai too and Autoamtic could’ve saved some money so maybe they can hire devs?
Because it’s not necessary to check on
every
single
page view
if user is still able to use google pay. i mean, God knows what’s going to happen on next page view right. why not discard caching too..
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] moving express payment blockYes, I wanted to move the express checkout buttons to a different spot, still visible above the fold. Right now, after the page loads, there’s a slight delay while the JS processes, and then a dropdown appears — causing a layout shift (CLS), which looks pretty bad. I’ve never seen it on magento/shopify.
I’m a bit surprised there’s no easy way to move the block, especially since this is built by Automattic. I would have expected it to follow WordPress best practices, like allowing repositioning with add_action or similar hooks.
Crazy…
Hi Alekv,
I haven’t installed it yet—I was using GTM4WP, but it doesn’t support Facebook tracking, so I switched to PixelYourSite, which turned out to be completely buggy.
Having separate tracking for each language is far more effective for building audiences and running Advantage+ campaigns. Usually customers dont switch languages as we send them to proper website, unless they’re english speaking customer in Spain but that’s a niche.
Thanks for the quick response!
P.S. It’s great to see you rolled out tag management so swiftly. Do you have any plans to support Zaraz tracking next?
One more question: when a customer visits the site with a UTM code and then places an order, do you attach that UTM code to the order or the customer? I’m asking because it’s good to see UTM tracking displayed on the order page as well/have in history.
Hello Nicolas, thanks for prompt reply. That makes sense. Speaking of performance, is there any difference (in terms of performance) between setting product tags/post tags as Not translatable or Translatable only show translated items? I understand that middle options, Translatable with fallback is problematic, but which option is best to set *I dont plan to tranlate these and want keep them in sync*
These two events aren’t showing up at all. I’ve tested it on two different stores using different themes. I also disabled LiteSpeed and tested with the cookie plugin both enabled and disabled — same result. All other events are reported correctly, except these two.
Since switching to PYS for GTM, I haven’t seen any purchases reported in GA. Facebook tracking works fine. Today I spent some time testing and only switching to GAnalytics help to have purchase event. I can see it also in console.
Forum: Plugins
In reply to: [AI Search for WooCommerce - Intelligent Product Search] Search keywordsNo, I havent tested yet. I’ve read that you’re already checking if there’s a response, if not fallback to default search so it will probably solve quota limit problem too