tsuchim
Forum Replies Created
-
Thank you for your response.
The error message on Chrome is:
Uncaught SyntaxError: Identifier 'messaging' has already been declared (at pwa-register-sw-1.js?ver=1.7.57:1:1)My Software Versions are:
WordPress 6.1.1
PWA plugin 1.7.57I found another solution. I commented out line 3: const messaging = firebase.messaging; and replaced all ‘messaging’ in pwa-register-sw-1.js with ‘firebase.messaging’.
I think the pwa-register-sw-1.js is fine on its own, but another plugin is using the global variable ‘messaging’ as ‘const’ in another .js file, and conflicts with the definition in pwa-register-sw-1.js as the error.
Forum: Plugins
In reply to: [WP Super Cache] how to replace wp_cache_request_uri?I am sorry, but I am confused with what the “Don’t cache pages with GET parameters” option means, whether caching is disabled for pages with GET parameters or enabled for pages that ignore GET parameters.
Forum: Plugins
In reply to: [WP Super Cache] how to replace wp_cache_request_uri?Thank you for your reply.
However, we want to remove only these parameters and use the others.Forum: Plugins
In reply to: [WP Super Cache] how to replace wp_cache_request_uri?Exactly, and these pages especially need speed.
We need something to treat the pages with these parameters.