I have a page which is very slow, not in loading, but in terms of the responsiveness of typing into the form fields on the page.
There is no ajax on the page – this is nothing to do with network transport.
What are good strategies for discovering where the code bottlenecks are? I have found nothing in the chrome developer tools to tell me where the bottlenecks are.
It sounds to me like you have some event firing on each key press on you input field.
Things you can do :
Let me know how it goes!