sy19
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] backend slow since updateHello @maykato
Thanks for spending the time to reply.
I actually think the Woocommerce database is corrupt as I have been having issues for a long time with Woocommerce:-Can’t bulk edit and hit ‘return’ key when finished as nothing updates. You should be able to hit ‘return’ key to update, instead I can only hit the actual update button shown on screen or it won’t update.
-Can’t move product category that is a main category into another category (just doesn’t show up). I’ve tried on so many occasions to move a product category into another category as part of my clean up of the site (so I have less main categories on the shop home page) but the category doesn’t show up when I do this.
-Product category shows in shop when all products within the category are no longer in stock (the category should be hidden when no products are in stock so customers don’t click on something that has nothing to show).
– WooCommerce Conditional Shipping and Payments plugin removed as was causing issues on this site. I now use another plugin for shipping on hippyclothing. This plugin works fine on all my other setups which are the same setup as this site.
-In product editing I select the category I want that product to be in, if the product is in multiple categories I can select ‘make primary’ but this never works and the product will end up being primary of a different category when viewed on the website (breadcrumbs).
I run several websites with the same setup but on the website in questions these issues persist. This leads me to thinking that there is a deeper issue here.
Anyway I have asked a dev to look into this and will try and get to the bottom of it, when I have a complete answer I’ll post here, thanks for your time.
Sy
Forum: Plugins
In reply to: [Yoast SEO] Yoast Seo slowing backendHello @priscillamc
Thanks for getting back to me.
I’m getting a dev to look into this deeper, so far they have fingered another plugin however that plugin is flagging the same issues as yours which now makes me think there is a deeper issue at play here but, to answer your questions:-load times increase on back end (don’t believe I’m seeing it on the front end).
-I’ve turned everything off but it’s not until the plugin is disabled that it helps.
-There is a loopback error which I’m looking into.
-My server is fine and is well above min standards.
I’ll let you know what the dev finds out when they do a more detailed search for the issue (if its related to Yoast I want you guys to know, equally if it’s not then I also want you guys to know). Thanks for spending the time to answer and try and get this resolved.
SyForum: Plugins
In reply to: [Yoast SEO] Yoast Seo slowing backendNot sure what I’m looking for, there is a slow query that comes up but this shows up with or without your plugin activated. The only difference is once yoast is active the page load time goes from 5 seconds fully loaded, to 10 seconds fully loaded.
Here are 3 slow queries that just showed up after activated Yoast, does this make sense?
CORE:
SELECT DISTINCT meta_key
FROM wpsl_2_postmeta
WHERE meta_key NOT BETWEEN ‘_’
AND ‘_z’
HAVING meta_key NOT LIKE ‘\\_%’
ORDER BY meta_key
LIMIT 30YOAST:
SELECT COUNT(*)
FROM wpsl_2_posts
WHERE ( ( post_type = ‘post’
AND ( post_status = ‘publish’ ) ) )
AND post_author = 1WOOCOMMERCE:
SELECT COUNT( * )
FROM wpsl_2_posts
WHERE post_type = ‘shop_order’
AND post_status = ‘wc-completed’-I have deactivated all plugins except Yoast and Woocommerce. The issue persisted.
-I changed theme to storefront (as recommended by Woocommerce). The issue persisted.
-I turned off Yoast (leaving Woocommerce on). The page loaded ok.
-I turned Yoast back on. The issue persisted.
In all these instances I believe Yoast slowed the backend down and maybe the front.
Maybe there is incompatibility between the new woocommerce update and yoast, or maybe I’m missing something. Any thing you can suggest would be very helpful.
Thanks for your time, its really appreciated.
Sy- This reply was modified 3 years, 9 months ago by sy19.
Forum: Plugins
In reply to: [Yoast SEO] Yoast Seo slowing backendHi @mazedulislamkhan
Thanks for taking the time to reply.-Sorry yes I did the data optimization
-I have about 4800 products but the backend was not slow until I did the latest round of updates on Tuesday. I recently deleted 2000 out of stock products but this made little difference to the speed.
-Yes this was also updated on Tuesday.
Of course it could be woocommerce is the issue.
Sy
Forum: Plugins
In reply to: [Yoast SEO] Yoast Seo slowing backendHi @mazedulislamkhan
Thanks for your reply.
I have just done this and nothing has changed regarding speed increase. I decided to upgrade back to the newest version but again nothing has changed. Are there any other people reporting issues with the current round of updates (wordpress just updated, so did most other plugins in line with the wordpress update).
CheersHi @3sonsdevelopment
Thanks for the info, I’ll look into this. It looks like I linked to the post but forgot to actually follow it so never saw the response.
Cheers
Sy- This reply was modified 5 years, 1 month ago by sy19.
Hi @ivole
Thanks for your input, there are so many places it does get a bit confusing, cheers for pointing me in the right direction.Sy
Forum: Plugins
In reply to: [WooCommerce] What is wc_product_block_data?Like dapperchap I would also like to know what this is:
var wc_product_block_data = JSON.parse( decodeURIComponent(My front page loads this data (total 312kb when saved as text file). It looks like product categories, blogs etc, does it need to be there as none of this is actually loading on the front end of this page.
There is another thread where someone mentioned changing the code to remove this but there is no explanation of what will happen to the site if this is done.
Sy
Hello @nmbgeek
I hope you are well.
Can you please explain what you changed the code to and what the results should be (will it stop the loading of unnecessary code? Will it break the site content?).
The only difference I see in your code and the code in the file is this at the beginning: <!–
followed by this at the end:
–>For me I’m trying to speed up my site and noticed all this loading (312kb when saved as text file), originally I was looking to why youtube iframe.api is loading on a page where there is no embedded video and came across:
var wc_product_block_data = JSON.parse( decodeURIComponent(
which showed me many instances of the youtube iframe and other things that I was not expecting. any insights you have regarding this would be grand.Thanks kindly
SimonForum: Plugins
In reply to: [WooCommerce] Leverage Browser Caching – Add Expires headersHello @3sonsdevelopment
Cheers for the advice, I’ll look into this further.
Have a good one.
SyForum: Plugins
In reply to: [WooCommerce] Leverage Browser Caching – Add Expires headersHI @3sonsdevelopment
Thanks for your answer, yes I thought this could be an issue. I guess we could change the time frame to be very short so the next time the customer visits it updates with the new information however this isn’t really feasible as we would have to rely on the customer coming back straight after we did the changes and then having the time frame set for a short period would mean they’d get no benefit from the caching. I guess best option is for me to not edit the damn site so much.Thanks again for your help, gives me a few things to think about.
SyForum: Plugins
In reply to: [WooCommerce] Leverage Browser Caching – Add Expires headersHi @3sonsdevelopment
Thanks for your reply, I’l get this implemented.If I need to update images etc do I just clear my cache and this will clear the leverage cache or do I have to do something more in depth? I have tried to find an answer to this but it seems to be hard to find the answer.
Thanks again
Sy- This reply was modified 5 years, 3 months ago by sy19.
Forum: Plugins
In reply to: [WooCommerce] woocommerce product image sizes all differentHi @jessepearson
I have deleted the offending images and re-added them and it looks like it works fine now, for some reason regenerated thumbnails must not have been working correctly (I hope when I try this on my more seasoned sites the regen works, I’ll just have to give it a try).
So moving forward I think things should look a lot better, I’ve said before that I wish this was still part of the core of Woocommerce but this work around certainly looks to do the trick. Thanks for taking your time with this and providing a working solution. I’ll test on some of my other smaller sites shortly and hopefully things will carry on working well.
Have a nice Christmas.
Thanks again
SyForum: Plugins
In reply to: [WooCommerce] woocommerce product image sizes all differentHi @jessepearson
(I realise that I didn’t tag you in the last note I left you, I hope you saw that)I hope you are well.
I have had a play around with this but for some reason I’m coming a cropper.-I have added your code (thanks for that)
-regenerated thumbnails (however I noticed that image sizes changed straight away anyway when I refreshed the product page)
-checked the settings in customizing woocommerce to make sure the thumbnail cropping is set to ‘uncropped’
-emptied all cachesThe results
I’m getting some images hard cropped and some looking fine (as your example), it’s a very odd outcome. Would you have any clues as to what I’m missing? I don’t really understand why some would so fine and the others hard crop.I’m currently building a new site and so have been able to play around without upsetting my main site, here are the results:
https://festivalclothinguk.co.uk/product-category/trousers/cargo-trousers/small-medium/Cheers Sy
Forum: Plugins
In reply to: [WooCommerce] woocommerce product image sizes all differentHello Jesse
Thanks for taking the time to look into this further, as business is really starting to push forward because of Christmas I’ve been quite busy with normal day to day running of the businesses but I’ll see if I have some time to take a look into this further. It all looks very promising though, just wish it was still part of the core. I’ll have a play around and let you know how I get on, others seem to be seeing this thread so hopefully they will also give it a try and see what happens. I’ll be back in contact when I’ve found some time to try this out. I’ve been trying to build another website for the past month but this last week has just been impossible due to work load increasing, it will all calm down in the new year so I can look at coding and building again.
Thanks again for looking into this, I’m very grateful.
Sy