Time to search elements in a linked list is linear. You cannot change that until you back the linked list by another data structure or use a completely different one, e.g. a hashmap.
You shouldn't bother about this anyways, as long as you don't have a sever speed problem.
Always learn from history, to be sure you make the same mistakes again...