Vivaldi time out loading a very large, slow page - Firefox and Chrome are fine
-
I have a work website that produces a huge table that takes 10s of seconds to load. When the page is loaded in Chrome and Firefox, the table slowly loads until is complete. When loaded in Vivaldi, nothing happens for a long time then it presents a 504 error. How can I tell Vivaldi to not wait until the table is fully loaded?
-
@grackleflint Welcome in our Vivaldi Community
Enjoy browsing with Vivaldi.
Some useful links for you:
-
@grackleflint said in Vivaldi time out loading a very large, slow page - Firefox and Chrome are fine:
website that produces a huge table that takes 10s of seconds to load
Means what? Sent data size is large?, if yes, how large? Or many rows/columns? How many? Or server generates the table and that takes too long on server-side?
-
@grackleflint said in Vivaldi time out loading a very large, slow page - Firefox and Chrome are fine:
nothing happens for a long time then it presents a 504 error
Means the proxy and/or server did not send any data and timed out. A server-sided issue.
Increase your webserver/webproxy timeout setting.- Apache2:
https://httpd.apache.org/docs/2.4/mod/core.html#timeout - NGINX:
proxy_read_timeout, proxy_connect_timeout, proxy_send_timeout directives to http or server block
- Apache2:
-
@grackleflint Would be useful to have a test case of such page so Vivaldi devs can check this in a bug tracker issue report.