We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the great CSS parser tool, it has been very helpful for me in loading and analyzing websites.
That said, there is a slight issue I've noticed.
For some websites, jStyleParser can take a significantly long time to load stylesheets (getUsedStyles()) and create a DOM Analyzer.
For http://www.slate.com for instance, it takes more than 15 seconds to process the page. https://www.hackerrank.com/ is another site which takes a while, though not as slow.
There may be some bottleneck in the code causing these load times.
(As a note, I am adding an HTTP request header to my URL load requests as otherwise many websites won't load.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the great CSS parser tool, it has been very helpful for me in loading and analyzing websites.
That said, there is a slight issue I've noticed.
For some websites, jStyleParser can take a significantly long time to load stylesheets (getUsedStyles()) and create a DOM Analyzer.
For http://www.slate.com for instance, it takes more than 15 seconds to process the page. https://www.hackerrank.com/ is another site which takes a while, though not as slow.
There may be some bottleneck in the code causing these load times.
(As a note, I am adding an HTTP request header to my URL load requests as otherwise many websites won't load.)
The text was updated successfully, but these errors were encountered: