The worst part about this harmless issue, is that it is blocking the rest of the scripts such as lazy loading and even some times the pictures, making the user experience terrible.
As a quickfix for the current site i am working on, i’ve passed “null” to the 4th argument in the wp_enqueue_script function in includes > elements > form.php (line 48) but this is not maintainable as this will be overwritten if i update Bricks, but i can’t wait for an official fix because i need to launch this site soon.
I can see in the left column that 2 requests are made to da.js, but i can’t see the response of the top one in your screenshot. Can you try and look at that?
The request should originally only be made 1 time. I’m sure that the reason you got 2, is because the first one redirected to the url without the query parameter.
Note: This is not specific to da at all, but generally the implementation of the script, meaning this will happen to any language requested.
The following code in includes/elements/form.php specifically tells Wordpress to append a “version number” to the requested URL.