xxjergerxx
Forum Replies Created
-
@hristo-sg are you sure? This never changed only siteground, before summer we never had this issue. I think its the mobile compression retaining unused java in the compressed css file?
Can you please run google insights and see the siteground warning? Its for awesome fonts included in the siteground files but unused in the mobile template.
- This reply was modified 4 years ago by xxjergerxx.
- This reply was modified 4 years ago by xxjergerxx.
https://(masked domain).com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-js-ad30fcfbe0f770923274004f63f9fd93.js
we worked with siteground, they helped have us add:
AddHandler application/x-httpd-php73 .phpto htaccess.
The PHP WordPress check tool displays:
“Running PHP version: 7.3.23”however sg optimizer still says:
“YOU ARE CURRENTLY RUNNING ON PHP 7.1 MANUAL.
If you want to change your PHP setup and version, please login to Site Tools and use the DEVS -> PHP Manager tool. It will allow you to select PHP version and whether you want to change it manually or leave it to us to manage it for you”My concern is this is a bug in the plugin itself, can you check again? We confirmed with siteground our hosting configuration settings are correct in the online panels and also on 7.3.23. Possibly an old setting in the plugin is causing an add behavior.
Thank you
@hristo-sg any insight on which commands I could implement in HT ACCESS to mimic sg optimizer? I am not having any issues with other plugins accessing htaccess and can modify it. I think this is a bug with the plugin , but would like to see how the plugin would implement any php specific items in to htaccess if you could share an example thanks!
ideal php: 7.3.2 (from 7.1.3)
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.justluve.com%2F
a. may want to try async/defer and if anything breaks add exceptions to the specific jquery warnings on the google page speed site like for OneSignal.js
b. remove unused java query in template if they are no longer needed (often a false alert on google)
c. make sure jquery, css, html minify options are enabled and other optimizations
@hristo-sg can you give any commands i could add to the htaccess file to make it update php version for sg optimizer?
there are sg optimizer comments, with no commands in ht access, just commented out place holders.
My assumption is there is a conflict then with wordfence, however I disabled wordfence + sg optimizer and it would not change. When I uninstalled sg optimizer, reinstalled it, it kept all of the settings.
I really think something is not triggering from sg optimizer, it would be awesome if you could pass anything else on to try.
hmm we havn’t made changes to the site since last year that would impact performance. It could be google’s algorithm. I just notice there are often long ms times on google performance, and often it mentions siteground files. We went from 95 to 70 score with the only thing changing is SG Optimizer updates (or google’s perfromance algorithm)
I think at this point the plugin is working fine and your case is closed. We will need the developer to retire the slide show then the extra jquery:)
Removing this breaks the slideshow at the top:
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js%22%3E</script>
- This reply was modified 4 years, 3 months ago by xxjergerxx.
- This reply was modified 4 years, 3 months ago by xxjergerxx.
I disabled async plugin and re-enabled the SG Optimizer features including DEFER, it no longer appears to be breaking the site.
Are you able to pinpoint which of the three need to be removed in the header?
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js”></script>
<script src=”<?php echo site_url(); ?>/test/wp-content/themes/OutlandsTheme/js/script.js”></script>
<script src=”<?php echo site_url(); ?>/test/wp-content/themes/OutlandsTheme/js/script_download.js”></script>Defer hurts the scoring vs async and causes web browser compatibility issues with their slide show plugin. I can ask/ test.
I believe it causes it to not load on some mobile devices and safari (defer) or harms the site page speed, I can test it once the developer takes a look.
Do you guys plan on implementing async?
- This reply was modified 4 years, 3 months ago by xxjergerxx.
I believe we are having similar issues since the latest plugin update. We had to disable html minify, java minify and java combine on https://uooutlands.com or all menus disappear and all images that are in java or html. Bummer!
Thanks for the reply! I can discuss that with the server owner (sftp access).
However I do not want to remove / re add the custom folders or the images will stop compressing all together on xenforo/media wiki. When we last discussed , when the photos do get added the entire process starts over (usually it ping pongs to 73% and i’d rather have it not go back down to 10%). When I did test this, it was fine (wordpress would stay at 100% when wordpress only… I verified WP images are being compressed on a regular basis without having to run imagfy)
the main wp media images are fine and compressing automatically. I dont think xenforo/media wiki in the “custom photos” are compressing automatically on user upload , only when I run the plugin.
do the other non-wp folders need a different level of read/write access maybe?
Forum: Plugins
In reply to: [Auto Upload Images] Update Failed and does not update posttry maybe increasing the runtime for plugins to 1min or 2min etc?
all in one seo tool has an option to adjust the plugin runtime from default of 30 seconds
Awesome thank you!