Description / Summary
We currently allow for lazy loading of pages (so thebe JS only loads if certain node types are on a page etc) behind a feature flag. This is because we didn't want it to be too disruptive as the kinks were ironed out.
Once #34 is satisfied we should make the default behavior "lazy load".
Value / benefit
This will save a lot of JS time loading for people.
Implementation details
No response
Tasks to complete
Description / Summary
We currently allow for lazy loading of pages (so
thebeJS only loads if certain node types are on a page etc) behind a feature flag. This is because we didn't want it to be too disruptive as the kinks were ironed out.Once #34 is satisfied we should make the default behavior "lazy load".
Value / benefit
This will save a lot of JS time loading for people.
Implementation details
No response
Tasks to complete
ThebeButtonNode#34