You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using CSSBox for extracting info about size/positions of html elements on websites. For that purpose, I am using BoxFactory class but it is very slow. It takes around 2-3 second to generate Viewport for pages that does not have so much content. For example: https://www.pracuj.pl/praca/senior-data-specialist-krakow,oferta,6303360 - takes around 4-5 seconds to generate Viewport.
Is there any way to make it faster?
` public static void main(String[] args) throws IOException, SAXException {
Hi
I am using CSSBox for extracting info about size/positions of html elements on websites. For that purpose, I am using BoxFactory class but it is very slow. It takes around 2-3 second to generate Viewport for pages that does not have so much content. For example:
https://www.pracuj.pl/praca/senior-data-specialist-krakow,oferta,6303360 - takes around 4-5 seconds to generate Viewport.
Is there any way to make it faster?
` public static void main(String[] args) throws IOException, SAXException {
Thanks.
The text was updated successfully, but these errors were encountered: