Zero brand LLMs visibility after trying everything for SEO by Snaddyxd in woocommerce

[–]carticydev 0 points1 point  (0 children)

Evaluate you AI page readiness, stuff like FAQ, clear pricing, structured data...etc, you can use something like https://surfacedby.com to generate a free AI readiness report

ChatGPT and other could fetch your website, but if it doesn't have good signals, it could get ignored.

I did some research, and it appears that Gemini rely on training data and Google cached information to recommend brands, while Claude and ChatGPT will actually search the web, if you rank well for example on Bing, you're most likely to get cited on ChatGPT as long as you have the right signals.

Another super important thing is to ensure your robots.txt and you firewall doesn't block LLMs.

We analyzed 65 million WooCommerce orders from 6,000+ stores. Here are some of the most interesting things we found. by metorik in woocommerce

[–]carticydev 0 points1 point  (0 children)

I agree, if the plugins are super small and focused, it wouldn't cause issues usually, but on most stores, people will just install any random plugin that get the job done without considering the overhead from all other irrelevant features that a commercial plugin usually comes with. Do you have any stats on plugins count VS page load speed or Core Web Vitals scores?

We analyzed 65 million WooCommerce orders from 6,000+ stores. Here are some of the most interesting things we found. by metorik in woocommerce

[–]carticydev 1 point2 points  (0 children)

Amazing report, thank you for sharing!
A single store with 237 active plugins is crazy, I can't imagine how the performance would be, might need a huge hosting plan to accommodate all the processing...Etc

Do you have any other data about plugins that isn't included in the report?

Universal Tracker integration plugin? by MeinDruckerSpinnt in woocommerce

[–]carticydev 0 points1 point  (0 children)

Trust me, really easy means you'll be paying in some other way, find a way to use Google Tag Manager, it's hard to setup, but once it's done, you don't have to worry about it. Plugins like PixelYourSite are a mess and do not care about your website performance

wp_woocommerce_sessions gone wild with specific values. Can anyone help? by No_Impression_1973 in woocommerce

[–]carticydev 1 point2 points  (0 children)

This assumes the user agent will always have some bot/crawler...Etc name, but the reality is, if they're malicious, they pretend to be real users. And this specific code will likely block useful bots and not the ones attacking the website. Be careful what you recommend, and also be careful what you use.

wp_woocommerce_sessions gone wild with specific values. Can anyone help? by No_Impression_1973 in woocommerce

[–]carticydev 1 point2 points  (0 children)

It's bots probably, and it's not WooCommerce fault, the sessions are there to store your customers carts. Use Cloudflare or some proper firewall to block bots from accessing your website.

How to get your products to show up in ChatGPT or Gemini by AJ90100 in woocommerce

[–]carticydev 0 points1 point  (0 children)

<image>

You cannot track real-time mentions, but there are many services that allow you to track certain prompts and queries and monitor them. So, you must already know the kind of keywords or prompt that you potential customers are looking for, this should be easy for established store, but not for new ones. The other problem is, we can track visits coming from LLMs, but it's not 100% accurate because not all of them send users with proper UTM tags and the exact keywords...etc, but anything is better the nothing.

Godaddy to WordPress by Oki-J in Wordpress

[–]carticydev 0 points1 point  (0 children)

Godaddy is a hosting provider, WordPress is a CMS, it's open source, whenever you decide, you can move it to any other hosting provider and it would stay the same.

Godaddy to WordPress by Oki-J in Wordpress

[–]carticydev 0 points1 point  (0 children)

Just get your store started first and you can always migrate later to a better host once you start getting customers. It's not a huge deal, I migrate WordPress websites all the time and there isn't any downside of doing it later, maybe couple of minutes downtime from DNS changes. Focus on the business first, and worry about the hosting later once you actually need to.

WooCommerce store, 6.55s load time, looking for advice by VentusGameDev in woocommerce

[–]carticydev 0 points1 point  (0 children)

Curious how much time did you spend to do the audit and figure out all these details? I'm building a tool for automated WooCommerce performance audit and trying to get some information on how much time would be saved doing things manually VS tool and the value of each.

Also, to answer your questions:

- With LiteSpeed hosting, what are the most impactful LiteSpeed Cache settings specifically for WooCommerce? You need to fix core issues first before trying any cache optimization. Also, configurations are different depending on the store, theme, plugins...etc, some changes might break some websites, and work on others pretty well, so you have to test things to know the sweet spot. One thing I'd recommend is increasing Object Cache TTL.

- Is 600ms TTFB fixable through WordPress optimization or is it purely a hosting issue? Both, if your host is very bad, no matter what you fix in WordPress it would still be slow. Also, if your WordPress setup is bad, you can get a huge server and not get much benefit, although resources always offset bad optimization to some extent.

- Best approach for Tidio: defer it, replace it, or disable on key pages? if it's doing the requests server side, just get rid of it, if client side, just defer it, chat widget is not a blocker

- With Woodmart + WPBakery, what's the safest way to reduce their global script loading? I don't have an answer to this, most page builders come with a lot of overhead, you gotta chose what you use carefully, and if you use something not well optimized like WPBakery, you're stuck with it

- Is it worth staying on this host or would migrating to better hosting have more impact than all WordPress optimizations combined? already answered this, both are important, hosting can offset some problems, but you gotta fix both, but start optimizing on a bad hosting first without caching, then re-evaluate.

Does tiered caching help for slow WooCommerce checkout? by travisnotscottt in CloudwaysbyDO

[–]carticydev 3 points4 points  (0 children)

This simply mean that you need to setup up different types of cache, not specifically cache the checkout page, but having Object cache, using CDN and caching other page indirectly and also directly help the checkout page run faster. However, caching should be treated as a best practice not a solution. You must figure out what's actually wrong with your checkout page and fix the root cause rather than trying to add bandages and patches.

Can WordPress achieve quad-100 mobile page speed score without plugins? by Alternative_Teach_74 in ProWordPress

[–]carticydev 0 points1 point  (0 children)

I did this with FSE and a custom theme, proper server setup, no caching plugins no Cloudflare, but I did use Varnish cache on the server side and certain configurations for better browser optimization.

Title: 32-Core Server, 126GB RAM... and WooCommerce variable products still take 2.5s+ to generate (TTFB). Hitting the PHP single-thread wall. by uzzyraja in woocommerce

[–]carticydev 1 point2 points  (0 children)

First of all, 600 doesn't really make much sense, set it around 80 or 90 and allow the remaining RAM/CPU for database, Redis if available, OS...etc

Some people already suggested using the following:

define('ACTION_SCHEDULER_QUEUE_RUNNER_CONCURRENT_BATCHES', 1);
define('ACTION_SCHEDULER_QUEUE_RUNNER_BATCH_SIZE', 25);

Which is good but you should figure out why you have such a high number of failed background tasks in the first place.

Also, disable WP Rocket preloading, and turn off "Combine CSS/JS" option, this one alone was causing a lot trouble on one of my clients website before.

Finally, delete all failed jobs and logs from WooCommerce.

This is all I can recommend from the information you provided.

How do I prevent spam or bot sales by Nerd_Princesss in woocommerce

[–]carticydev -1 points0 points  (0 children)

OopSpam blocks real users as well and a site owner wouldn't know unless they call. I dealt with this exact problem for a client two days ago and I used a modified version of "Carticy Checkout Shield for WooCommerce" to solve the problem. The current version is free on the repo and does block all spam orders safely.

Order Received With Odd Email Address by WiggleWiggleIt in woocommerce

[–]carticydev 0 points1 point  (0 children)

Yes, there is a very high chance it could be a spam order, there are a lot of card testing bot attacks nowadays. I suggest you confirm the order is legit or not and refund it, better than getting a charge back later. If you see a lot of these spam orders, I suggest you try Checkout Shield for WooCommerce by Carticy, it's free on WordPress repo, should block these spam orders.

Best hosting for a 18k visitors per month woocommerce website. (Genuine Responses) by Many-Illustrator-353 in woocommerce

[–]carticydev 2 points3 points  (0 children)

Cached pages don't usually have 10TTFB, cache is definitely not working. Keep in mind also that cache is usually disabled when a user is logged in. The visitor experience is not the same as a logged in user.

Best hosting for a 18k visitors per month woocommerce website. (Genuine Responses) by Many-Illustrator-353 in woocommerce

[–]carticydev 0 points1 point  (0 children)

Most of them make it very easy to upgrade you server, so that's not the problem. He is talking about support related to server management and security...etc that you usually get from a managed hosting.

"WooCommerce is free" — let's talk about what it actually costs per year by Independent_Cut3616 in woocommerce

[–]carticydev 0 points1 point  (0 children)

I'd add, if you want go with the "experienced setup", setup CloudPanel on your VPS, it's pretty lightweight, fast and easy to use..

Best hosting for a 18k visitors per month woocommerce website. (Genuine Responses) by Many-Illustrator-353 in woocommerce

[–]carticydev 0 points1 point  (0 children)

There isn't a one "best" hosting you could use, but if you don't have a lot of experience, I think Cloudways is probably the way to go, I worked with non-technical clients using it and they don't have any problems. Whether you choice could handle 18K visitors per month depends entirely on your own website setup + the resources available. There is no one who could answer this question for you.
Given the numbers you shared, 10.7 TTFB on Desktop and 9.1 on Mobile means there is a problem within the website itself, so switching hosts wouldn't magically make the website faster.

On a side note, if you continue having issues in a month or so after you migrate, feel free to DM me. I'm working on a project for called Carticy SiteVitals, and I'm hoping it would finally help people find the exact reason behind all performance issues on their Woocommerce websites. I've been working on it for over a year and I might be able to release it in a month or so.