TechRadar Viet Nam
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Bug js optimizefixed
request url by CURL is error
- This reply was modified 8 years, 3 months ago by TechRadar Viet Nam.
Hi
My website uses ssl (https). https is using 443 port to host website, at frontend you can access the website normaly. so the port 443 still works fine, not refused problem.
i contacted with hosting, they saied that, they don’t filter or block this port 443
I think your plugin incompatible on some hostings. it seems it is small bug you should improve it.Before i also used this plugin on other hosting, it work without this problem.
Thank you
It add doing_wp_cron=1516639100.8892319202423095703125 at the end of url
I added remove define(‘ALTERNATE_WP_CRON’ , true );
do you have any solution for this problem without with add
define(‘ALTERNATE_WP_CRON’ , true );OK
Thank it works but at first running it slow, before i use it at other site, i don’t must edit any filesYou can explain me why i must add this code to wp-config.php
define(‘ALTERNATE_WP_CRON’ , true );
- This reply was modified 8 years, 3 months ago by TechRadar Viet Nam.