right now I am working on one project "get the response time when open a dynamic web page by using python". The requirement is that I cannot use selenium.
The web page I open has lots of javascripts and AJAX calls. So right now I use ghost.py to load the whole page. However, ghost.py takes a long time to open this web page which is much longer than opening this page on some browsers. So do you guys have any ideas or suggestions for it?
Thank you!