Forket
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONHAAAA!!! Found error in another JS file (from cleantalk) fixed it (and asked author to fix in future update) and now minification in async mode works like a charm :)))
Only issue left: understand why include-body not minifying :(( and there are no errors in source JS filesForum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONUPDATE 2: Is it possible to delete USE STRICT on minification process?
And even make some checkbox in W3TC setting for user to chose “Remove use strict on minification?”
:))))Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONSome info while investigating.
Minification goes with errors as you mentioned because of script avia-compat.js
The reason – there is in start of script line: “use strict” with d/quotes. changed to s/quotes – also error in minified JS.
;'use strict'var avia_is_mobile=false;if– Uncaught SyntaxError: Unexpected token varTried to delete – and there is no error. But it’s not OK to edit source JS (could be rewrited on update).
Now another js file makes error. going for further investigation 🙂Interim conclusion: minification mechanism can’t work correctly with use strict
UPDATE: And of course found a lot of information where people say: “Don’t use “use strict” in minified versions of JS”
UPDATE 2: Is it possible to delete USE STRICT on minification process?
Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ON1. WP-Minify-Fix – its untested with WordPRess 4.3 But I’ve installed.
2. Switched OFF minification in W3TC
3. Configured plugin
4. Page resresh
5. RESULT – plugin made more mess than usefulness (loaded twice botstrap and other unexpected behaviour). Maybe because of it’s Incompatible with WP 4.3Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONfor now i have only preserved comment removal checked. Because with line break removal jquery doesn’t work (don’t know why. maybe it breaks something).
Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONAlso, as I found. it doesn’t minify body(default.include-body) script.
while header(default.include) and footer(default.include-footer) are minified
Forum: Plugins
In reply to: [W3 Total Cache] Not mimified with minify switched ONUnfortunately, not helps.
I’ve added all needed scripts, they are combined based on rules (header, body, footer), but not minified.
Here is extract (minify section) from my W3TC configForum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNOne more test 🙂
Disabled CDN and inserted code to htaccess.
Result:
1. No webp images on site (jpeg and png used)
2. in plugin setting there is red figure with white PNG text. What could it mean? I expected to see white WEBP text, right?UPDATE: works. was my mistake in htaccess.
It’s lest last issue to make it work with CDN 🙂UPDATE2: works, i mean there is white WEBP text in green figure. But on site webp is NOT used.
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNI’ve tries to disable all cache except CDN, and the situation is the same for guest and admin – smashed CSS
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNAnd this is source when ADMIN logged in:
https://www.dropbox.com/s/1xzqywwn1ybihoj/ADMIN-LOGGED-INview-source_www.expedition.pm.html?dl=0Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNFirefox also has troubles 🙂
Here is source: https://www.dropbox.com/s/8461t7m9aagmotv/view-source_www.expedition.pm.html?dl=0Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNfound one thing: when I toggle OFF “Page Cache” in W3TC than also administrator gets smashed CSS.
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNSo for now there is also CSS mess for guests and OK for administrator. (there are no checked options different for administrator at W3TC).
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNI’ve disabled minification at all for all users (for testing purposes).
Here is the site http://www.expedition.pmForum: Plugins
In reply to: [EWWW Image Optimizer] WebP and CDNThe strange thing, because styles are smashed only for non logged in users.