Optimocha
Forum Replies Created
-
Thank you for the warning @sterndata! PasteBin is not accessible in our country so I have to use another website, hope that’s okay.
@xoex, can you send me the server error logs of your website using https://sharetext.me/ so I can check if there’s a clue?
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Update broke lazy load@ertott this is an interesting case, for sure.
May I ask you to edit one line of code to see if it fixes things? If you can, I need you to deactivate SBP and then open the following file:
/wp-content/plugins/speed-booster-pack/includes/classes/class-sbp-lazy-loader.phpAnd go to line 37:
wp_enqueue_script( 'sbp-lazy-load', SBP_URL . 'public/js/lazyload.js', false, '17.7.0' );And change the line with the following:
wp_enqueue_script( 'sbp-lazy-load', SBP_URL . 'public/js/lazyload.js', false, '17.7.0', true );After saving the file, clear the cache and try again, see if Firefox handles lazy-loading better this time.
Alternatively, you can try disabling every SBP option except for lazy loading and see if it’s fixed. If it helps, then we can deduce that another feature of SBP is conflicting with the lazy loading feature.
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Update broke lazy loadThanks @ertott, can you provide a URL for us to test?
@mgilbertson thank you so much! Just released version 4.5.4 for everyone.
@mgilbertson just wanted to bump this and confirm if this fix works for you. Did you try it?
Hi @mgilbertson,
Thank you for the thorough explanation! We actually fixed this in v4.5.4 which will be released soon. You can give it a test by downloading the ZIP file here: https://github.com/optimocha/speed-booster-pack/archive/refs/heads/development.zip
If you don’t want to upload the development version, you can test if the fix works by adding the following line:
if( ! get_option( 'sbp_activation_redirect' ) ) { return; }…right under line 148 in the
speed-booster-pack/admin/class-speed-booster-pack-admin.phpfile. After doing so, it will look like this:In our tests, this fixed all AJAX-related redirect issues. I hope it fixes your issues as well, and we’ll release the fix as soon as this weekend!
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] CLSHey @digimaxme, is this issue caused by Speed Booster Pack or something else?
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Probleme mit dem Cache?@sassie we released v4.5.2 yesterday, hope you update and it fixes the issue! 🙂
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Probleme mit dem Cache?Hi @sassie,
I apologize to respond in English, unfortunately I don’t speak German.
Is there any chance you can download version 4.5.2 here, and see if the issues persist: https://downloads.wordpress.org/plugin/speed-booster-pack.4.5.2.zip
(Version 4.5.2 isn’t released yet, but we will probably release it today.)
Forum: Reviews
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] AutomagicalThank you for your kind words, @spiralofhope2 🙂 If you have any comments on how to improve Speed Booster Pack, don’t hesitate to let us know!
Forum: Reviews
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Très bonMerci beaucoup you for your kind words, @ballo3issa 🙂 If you have any comments on how to improve Speed Booster Pack, don’t hesitate to let us know!
Thank you for your kind words, @yozell 🙂 If you have any comments on how to improve Speed Booster Pack, don’t hesitate to let us know!
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Lazy load media – videoThanks @zabavljaev! 🙂
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Astra – layout BoxedHey @zabavljaev, tested it myself and can confirm the issue. Like the video lazy-load issue, we will fix this on v4.5.0 which will be released by the end of this month.
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Lazy load media – videoHey @zabavljaev, we will fix this on v4.5.0 which will be released by the end of this month.