Optimocha
Forum Replies Created
-
Hey @maxgorky,
Can you write the website URL and a list of your options activated in SBP (using the Tools tab)?
@technicalx that behavior of encoding inline JS has to be done in order to prevent screwing up JS execution order; otherwise inline JS can’t be deferred with the
deferparameter and JS files load & execute after inline JS, causing all sorts of JS errors. I highly recommend you don’t comment out that line (183) because you’ll most likely break your JS.Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] WordPress 5.6 issues@samkitpalecha did you update the exclude list, added that
.minpart to the jQuery filename?Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] minify and merge js files@sermalefico never tried that with SBP, but reading through its features, I can confidently say that AO & SBP will be a better duo than SBP & FVM (or AO & FVM for that matter).
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] minify and merge js filesHey @sermalefico,
You can use Autoptimize, @futtta and I are constantly in touch to make the two plugins compatible with each other.
Regarding the “other thing”, is it possible you mixed the names of the WP Performance Score Booster plugin with Speed Booster Pack? 😂 The prior is not out plugin, SBP is.
Hi @technicalx,
Can you navigate to line 223 in the file /speed-booster-pack/vendor/simplehtmldom/simplehtmldom/HtmlDocument.php and and change that line from this:
$this->decode();to this:
// $this->decode();And tell me if anything good happens? It will fix the decoding issue but I’m wondering if it will fix CSS inlining as well.
- This reply was modified 5 years, 3 months ago by Optimocha.
@shaderpixel we fixed this issue on SBP v4.1.1, can you give it a try?
Thanks @mgilbertson! 🙂
@technicalx can you install the Autoptimize plugin and enable the “Inline all CSS” option, and see whether or not it works? I can’t log in with the credentials you provided anymore.
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Problems with CDN@alessandrazunino thanks for the heads up! We’ve already fixed it and we’ll release version 4.1.1 in a few hours.
Forum: Plugins
In reply to: [Disable Cart Fragments by Optimocha] Deprecated JQuery code@titsmaker oh, that! Okay, we’ll update it as soon as possible. Thanks!
Forum: Plugins
In reply to: [Disable Cart Fragments by Optimocha] Deprecated JQuery code@titsmaker we don’t actually have any jQuery code whatsoever:
https://plugins.trac.wordpress.org/browser/disable-cart-fragments/tags/1.21/disable-cart-fragments.php
(check lines 115 through 138)Any chance you’re referring to another plugin? There is a very old plugin with the same name, also called Disable Cart Fragments (but not by Optimocha).
@technicalx can you send me the website address?
@mgilbertson since this is related to a conflict between the two plugins, I’m marking this topic as “resolved” to prevent giving the wrong idea to others :).
@mgilbertson got your email, thanks. I remember that another user mentioned a conflict between SBP and AiOSEO so I’ll be sure to look more into that.