Responsive resize observer script appears multiple times #154
schwartzmj
started this conversation in
General
Replies: 2 comments 3 replies
-
Ideally yes I think it would be better if the script is run only once. Not sure if this impacts performance much. For now as a workaround you could publish the views to your project and remove this script section from |
Beta Was this translation helpful? Give feedback.
1 reply
-
On the second thought, this might be a bug. The .blade.php template specifies that it should be only output once per rendering cycle with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The script below loads multiple times on our pages. I assume it is only meant to load one time? I believe the issue may be because there's different partials with different
{{ responsive }}
tags.Does this hurt client-side performance / script evaluation time? Is this a bug that should be fixed?
Beta Was this translation helpful? Give feedback.
All reactions