Watir: problem accessing textfield property

I don’t know why but it takes 20 seconds to do this, anybody knows
another way to do it?
The problem comes up when you try to access a property like for example
‘name’

20.times{
nameFields=ie.text_fields.each { |t| t.name }
}

Thanks in advance