ProcessWire-AIOM-All-In-One-Minify icon indicating copy to clipboard operation
ProcessWire-AIOM-All-In-One-Minify copied to clipboard

AIOM+ (All In One Minify) is a ProcessWire module to easily improve the performance of your website. By a simple function call Stylesheets, LESS and Javascript files can be parsed, minimized and combi...

Results 29 ProcessWire-AIOM-All-In-One-Minify issues
Sort by recently updated
recently updated
newest added

I switched ProcessWire projects from one server to another and there was an error about mixing variable types. Both timestamps have to be integers.

SASS: `$custom-checkbox-indicator-icon-checked: url("data:image/svg+xml,") !default;` MINIFIED (Spaces removed - Not Working): `url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%23fff'd='M6.564.75l-3.593.612-1.538-1.55L04.26l2.9742.99L82.193z'/%3e%3c/svg%3e")` EXPCETED (Works): `url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")`

This fixes the PHP 7.1 errors as explained by @adrian at https://processwire.com/talk/topic/5630-module-aiom-all-in-one-minify-for-css-less-js-and-html/?do=findComment&comment=128784. A non well formed numeric value encountered on line 713 notice

is there a way to keep spaces in css calc for the code to work?

With PHP 7.3.0 (Windows), AllInOneMinify 3.2.3, ProcessWire 3.0.123, I get the following [Continue Targeting Switch Warning](https://www.php.net/manual/en/migration73.incompatible.php#migration73.incompatible.core.continue-targeting-switch) (path parts snipped): ``` Warning: "continue" targeting switch is equivalent to "break". Did you...

If an array of filenames are passed, and all files have the same modified timestamp on separate pages a collision will occur and the wrong file is served for subsequent...

Upon using AIOM in a PHP 7.1 environment, I am now seeing several warnings and notices appearing. ``` Warning: A non-numeric value encountered in AllInOneMinify.module on line 713 ``` Upon...

I have a script like this: ``` echo "Label: Text" ``` The space between the `` and the `` tags is deliberate and should be preserved as a literal space...

hi i just install new ssl to my site and sub domain, and then i activate domain sharding option change url to https subdomain and then i clear all the...

After livetime has expired only new cached files get rendered when I am logged in. Other visitors of the page will miss all styles.