arnaukokoro
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] es6-promise double slash pathHi @vmarko
Yes, there are 6 files in total: es6-promise (js, gzip), react-dom (js, gzip) and react (js, gzip). I saw on console network that now Worpress fetch react-dom from server but still trying to fetch es6-promise from CDN.
I will try again to purge CDN with this configuration.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] es6-promise double slash pathHi @vmarko
I tried adding {wp_content_dir}themes/Divi/common/scripts/* and {wp_content_dir}themes/Divi/common//scripts/* on CDN exclude path and it works for other files on that folder but not for es6-promise.auto.min.js.gzip file. Worpress still trying to fetch it from CDN.
Yes, I checked it out that the file is on that folder, the problem is that worpress is trying to fetch it from //script instead of /scripts.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] es6-promise double slash pathHi @vmarko
Still trying to fetch from CDN after excluding that path. Also tried these paths:wp-content/themes/Divi/common/scripts/es6-promise.auto.min.js.gzip
wp-content/themes/Divi/common/scripts/es6-promise.auto.min.js.gzip?ver=4.2.2/wp-content/themes/Divi/common//scripts/es6-promise.auto.min.js.gzip
/wp-content/themes/Divi/common//scripts/es6-promise.auto.min.js.gzip?ver=4.2.2
{wp_content_dir}/themes/Divi/common//scripts/es6-promise.auto.min.js.gzip?ver=4.2.2
{wp_content_dir}themes/Divi/common//scripts/es6-promise.auto.min.js.gzip
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] es6-promise double slash pathThanks @vmarko
I add that path on files rejected but on the console (network) wordpress still trying to reach the file on CDN.How can I do it?
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] es6-promise double slash pathHi @vmarko
Thanks for helping!
We use AWS Cloudfront CDN with S3. We have selected Cloudfront + S3 on WP Total Cache CDN configuration.
Yes, this is the only file, everything else is working as expected. It happens when trying to “Exit Divi Editor”. For example, after editing a Divi page we press “Exit editor” and we can see a lot of request to the CDN files but this one fails and it cause Divi not exiting editing mode as autoreload. If we refresh the page (F5) it does exit editing mode.
Many thanks!Forum: Plugins
In reply to: [WP Super Cache] es6-promise double slash pathHi @erania-pinnera ,
I see…I posted the question on wrong place…
I’m using just WP Total Cache.
Thanks!Forum: Plugins
In reply to: [WP Super Cache] es6-promise double slash pathHi @erania-pinnera
Thanks for helping.
This is happening when using Divi Theme with WP Total Cache. If I disable all the plugins Divi Theme works as expected. Seems to be a problem when fetching that file from the CDN installed on WP Total Cache plugin.
Many Thanks!Hi @asifsiam97,
We are using W3 Total Cache.
Thanks!