hibiskus
Active member
I am trying to "disable" extra node icon, which usally is the Avatar of last poster.
I only achieved to stop displaying over extra.less with:
But how can i prevent it from loading?
Because those are like 40 request without use since i am hidding them, but it is still loaded in background and is slowing my load time and hurting SEO.
I only achieved to stop displaying over extra.less with:
CSS:
.node-extra-icon {
display: none;
}
But how can i prevent it from loading?
Because those are like 40 request without use since i am hidding them, but it is still loaded in background and is slowing my load time and hurting SEO.
Last edited: