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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
random issues on Browse with lots of icon items seeming to cause browser to go unresponsive---but can't consistently reproduce issue??
on Timeline having all icons is somewhat noticeably slower than text only (i.e. if removed all thumbs), but about same speed as having all thumb images lazyloading. The old non-column layout used in cb-cdm-template seems faster than newer layout.
I can't tell if this is related to svg sprites or just having too much markup on a page in general.
The text was updated successfully, but these errors were encountered:
icon sprites seem to be faster if included directly on page (rather than external file) and if not sized with % inside parent (i.e. don't use w-50, this seems to really slow it down--i guess it makes the layout recalculate a lot or something?).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
random issues on Browse with lots of icon items seeming to cause browser to go unresponsive---but can't consistently reproduce issue??
on Timeline having all icons is somewhat noticeably slower than text only (i.e. if removed all thumbs), but about same speed as having all thumb images lazyloading. The old non-column layout used in cb-cdm-template seems faster than newer layout.
I can't tell if this is related to svg sprites or just having too much markup on a page in general.
The text was updated successfully, but these errors were encountered: