Just thought I would expand on Ahmad's workaround.

As it is only icon-sprites that cause the slowdown, the quickest
solution was to disable all icon-sprites with an AdblockPlus filter for
bug.launchpad.net:

||bugs.launchpad.net/+icing/*/icon-sprites

However I wanted to still keep some of useful bug icons so instead I
added the following to userContent.css in
~/.mozilla/firefox/*.default/chrome/ so that the most frequent but
unnecessary icon-sprites were disabled.

@-moz-document domain(bugs.launchpad.net) {
.person {background-image: none !important;}
.team {background-image: none !important;}
.add {background-image: none !important;}
.download-icon {background-image: none !important;}
.bug {background-image: none !important;}
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/605567

Title:
  Extremely slow painting of launchpad.net bug details page with nvidia
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/605567/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to