lucas6888
Forum Replies Created
-
I tried to deactivate those and even completely deactivated the Litespeed plugin, but still I see the same issue
Hello, sorry for the late reply but I initially replied to the mail instead of writing here. I activated the test mode correctly, I’m looking forward for any advice you could give me
The issue is present only on Chrome both on computer and mobile
Forum: Fixing WordPress
In reply to: Help with slow websiteI tried to apply some of the recommendations given, I realized it may be faster to use an optimization plugin but I don’t like to hide issues under a third party service. I’m trying to figure out why the LCP takes so much time to load, after hours of research none of the possible solutions worked: preload the background images, optimize images, and so on. Here is the LCP portion of the home page:
I would appreciate some specific advice on this because nothing seems to work. Maybe the theme just isn’t optimized to be fast and now there’s a certain limit to how much I can improve? But 14.000ms for the LCP looks way too much.
My website:
Thank you in advance
- This reply was modified 1 month, 2 weeks ago by lucas6888.
- This reply was modified 1 month, 2 weeks ago by lucas6888.
- This reply was modified 1 month, 2 weeks ago by James Huff. Reason: redundant link removed
Forum: Developing with WordPress
In reply to: PHP script scheduled with cronjob not workingI have a more clear overview now, thank you for your explanation.
Forum: Developing with WordPress
In reply to: PHP script scheduled with cronjob not workingHello, I tried inserting the script as a snippet using a plugin but it didn’t work. I now solved by creating a custom plugin. I didn’t put it in functions.php because I assume that if I did, the code would be executed at each site load, and I don’t want that. Is this right?
Forum: Fixing WordPress
In reply to: Help with slow websiteThank you for all the answers, I’ll look into these issues. About your answer @wpmajestic, the site was previously created by someone else and I’m trying to fix it. The main problem Is I can’t actually locate all the scripts you mentioned in order to remove them. The first one is necessary to show customer reviews; two of the Google Tags weren’t deployed by me and I can’t find their location. Also, do you have any resource you would recommend to build websites better and look into the issues you didn’t mention in this list?
Forum: Plugins
In reply to: [Social Chat - Click To Chat App Button] Large number of queriesHello, sorry but I already removed the plugin and picked another one, couldn’t do otherwise. There’s an example in the image, I hope it can be useful to solve the issue for other users, at least partially.
Forum: Plugins
In reply to: [WooCommerce] Offer API to place orders on my B2B websiteI see, thank you for your time
Forum: Plugins
In reply to: [WooCommerce] Offer API to place orders on my B2B websiteThank you for your answer. In your opinion this solution (that is, to restrict APIs) would be better or worse than creating instead a custom endpoint that allows to place orders? Someone suggested me this second option, but wouldn’t the customer still need an API key or any other type of authentication to access the custom endpoint, having so access to everything? I would appreciate if you could clarify this thing.