Currently, the content of all the extra tabs is loaded during page rendering. Consequently, the content of all the tabs is loaded while rarely viewed. Possible fixes:
- load tabs lazily on tab switch
- load the opened tab when the tabs are getting close to the user viewport
|