You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, once the Firebase extension is installed, the ext.Firebase.js script is added to all pages of the wiki, which is wasteful, as it only needs to be added to pages that actually have scripts. I'm still trying to figure out how to fix this though.
One pseudo-fix is to include a check in ext.Firebase.js for elements, so that the bulk of the script is not run unnecessarily. But there must be a better way.
The text was updated successfully, but these errors were encountered:
I added the check for elements to the script. The check doesn't seem to provide much of a performance hit, but I'm leaving the issue open as there's gotta be a better way to deal with it.
Currently, once the Firebase extension is installed, the ext.Firebase.js script is added to all pages of the wiki, which is wasteful, as it only needs to be added to pages that actually have scripts. I'm still trying to figure out how to fix this though.
One pseudo-fix is to include a check in ext.Firebase.js for elements, so that the bulk of the script is not run unnecessarily. But there must be a better way.
The text was updated successfully, but these errors were encountered: