andytranhung
Forum Replies Created
-
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserI have adblock on Edge. However I’ve tried on different computers and also inprivate mode. Still the same.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserI’m not sure if it is good practice but I saw this link Detecting Microsoft Edge from your website – Microsoft Edge Developer documentation | Microsoft Learn and I just manually added a script like this via snippet:
if (navigator.userAgentData && navigator.userAgentData.brands) { let isChrome = navigator.userAgentData.brands.some(brand => brand.brand === ‘Google Chrome’); if (isChrome) { //prerender scipt } else {//prefetch script}
- This reply was modified 2 months, 3 weeks ago by andytranhung.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserFor now my workaround is to enable prerender only on Chrome and prefetch on other browsers using User Agent. If there is any news from Edge team, please let us know.
Thank you so much for your support.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserHi, I can confirm that with video I see WSOD. Without video, everything is ok.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserYes I do use Windows. Such a pity because the result on Chrome is amazing. Thank you guys for the good work.
I think the plugin has nothing to do with it as I tried to hard-code the rules (copy and paste your script tag to header using code snippet) and the WSOD was still there.
Even though Edge users are only 10% of the total market but as of for now I wouldn’t risk it.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserI tend to agree with Gianluca. I do have a video (inserted as video widget by Elementor) and seems like the problem only appears to pages with video.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserHi, here are the Elementor settings:
== Server Environment ==
Operating System: Linux
Software: LiteSpeed
MySQL version: MariaDB Server v10.11.8-MariaDB-cll-lve
PHP Version: 8.2.19
PHP Memory Limit: 2048M
PHP Max Input Vars: 5000
PHP Max Post Size: 2048M
GD Installed: Yes
ZIP Installed: Yes
Write Permissions: All right
Elementor Library: Connected== WordPress Environment ==
Version: 6.6.1
WP Multisite: No
Max Upload Size: 2 GB
Memory limit: 1024M
Max Memory limit: 2048M
Permalink Structure: /%postname%/
Language: en_CA
Timezone: America/EdmontonDebug Mode: Inactive
== Theme ==
Name: Hello Elementor
Version: 3.1.1
Author: Elementor Team
Child Theme: No== User ==
Role: administrator
WP Profile lang: en-CA
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0== Settings ==
cpt_support: post, page, product, 3d-flip-book disable_typography_schemes: yes allow_tracking: yes editor_break_lines: 1 unfiltered_files_upload: 1 font_display: swap meta_generator_tag: 1
== Features ==
Custom Fonts: 1
Custom Icons: 0== Integrations ==
woocommerce: Active
== Elementor Experiments ==
Improved CSS Loading: Active
Inline Font Icons: Active by default
Additional Custom Breakpoints: Active by default
Flexbox Container: Active
Grid Container: Active by default
Upgrade Swiper Library: Active
Nested Elements Performance: Active by default
Optimized Control Loading: Active
Optimized Markup: Inactive by default
Plugin Onboarding: Active by default
Default to New Theme Builder: Active by default
Header & Footer: Active by default
Elementor Home Screen: Active by default
Editor Top Bar: Inactive by default
Build with AI: Inactive
Landing Pages: Inactive
Nested Elements: Active
Lazy Load Background Images: Inactive
Element Caching: Inactive by default
Link In Bio: Inactive by default
Floating Buttons: Inactive
Elementor Editor Events: Inactive by default
Display Conditions: Inactive
Form Submissions: Inactive
Menu: Active
Taxonomy Filter: Active by default
Search: Active- This reply was modified 3 months, 1 week ago by andytranhung.
- This reply was modified 3 months, 1 week ago by andytranhung.
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge BrowserThank you, so i have done a few testings on Edge according to your instructions and here they are
- new website on instawp + default theme : no problem
- my own website: elementor + hello theme: WSOD
- my own website: elementor + default theme: WSOD
- my own website: elementor disabled + hello theme: no problem
- my own website: elementor disabled + default theme: no problem
This made me assume something is wrong with elementor and edge and speculation rules?
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge Browserit is a live website so I’m not sure will be able to do that. but yesterday i disabled all plugins except for elementor (and elementor pro)+ speculative loading and it was still happening. (active theme hello elementor)
Forum: Plugins
In reply to: [Speculative Loading] Issue on MS Edge Browserit’s Version Microsoft Edge 127.0.2651.105 (Official build) (64-bit) and few previous releases.
Also tested on Mozilla Firefox, speculation rules were just ignored as expected.
Elementor editor doesn’t open after the wordpress update 6.6/
Elementor Custom javascript stop working on web page / Need to enqueue as seperate .js in order for js to work.