This was discussed before but most threads were old.
What is an acceptable amount of time to wait for page to load?
These can be two different tings, time to wait before PHP starts printing the html code and time to wait before all images and page content finished loading.
In PHP if I start the counter at the very beginning of the code and print the timer in the footer after all codes, so it counts the MYSQL queries and printing all page html code too.
Time is between 1 and 3 (sometimes 4) seconds.
Is this acceptable?
If it matters, the site is a file directory with many users printing lists of around 10 listings (files) per page (title, description, rating, thumbs).
Edit: site is on a dedicated server with 1 other similar site.