limit number of answer to speed up

limit number of answer to speed up

Hi,

If you want to manipulate ".foo" and you know there's only one .foo element on the page (and we don't want to use an id :)), is using ".foo:first" faster than using only ".foo" ?

Thanks