As I understand, questions with ignored tags are only hidden on the client side. I guess that's done to lower server's load. However, the process is quite slow, as in visible on page reloading (even if it actually takes 0.01 seconds). Can this be improved so that page is initially rendered with hidden questions already hidden somehow?
(I cannot quite propose anything short of "render the page blank, do the hiding, then show everything", but that's clearly not the way to go.)