-
last version has some CSS issues with hadecoded rules
Gzip (CSS/JS) file need to be loaded last for faster loading of site
-
upgrade does nothing. says it should be finished in a minute but nothing happens
Please check logs/upgrade.log file for any errors.
-
age range (18-99) has harcoded style "padding-right: 127px; "
when u do speed test is always downgrading the score to the face that gzip is in header and need to defer, when i add defer to the script (<script defer src=gzip...>) the site broke.
making gzip load at the end of the page load will make the site faster -
Thank you for the comments. The script can't be placed at the end on the page for now, since it will require to reorganise everything in the script.
Also I can't find "padding-right: 127px; " hardcoding, could you please specify where is it exactly ? which file ?