The forum is very fast at first, but became slow after I posted some topics
Quote from Veronica on February 7, 2021, 12:41 amInstall Lighthouse to your Chrome browser and get a report of your forum topics/posts performance
https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk/related?hl=en
https://developers.google.com/web/tools/lighthouse#extension
Edit:
Looking at your domain raises some questions about your server.
Your IP goes to a broadband network Altibox AS in Norway and not to a web hosting company.
https://www.altibox.no/
Your server is still using HTTP 1.1
Server memory size and max memory for php/WordPress?
php version?Mix of both HTTP and HTTPS on many pages.
Simple pages have long response times.
Install Lighthouse to your Chrome browser and get a report of your forum topics/posts performance
https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk/related?hl=en
https://developers.google.com/web/tools/lighthouse#extension
Edit:
Looking at your domain raises some questions about your server.
Your IP goes to a broadband network Altibox AS in Norway and not to a web hosting company.
https://www.altibox.no/
Your server is still using HTTP 1.1
Server memory size and max memory for php/WordPress?
php version?
Mix of both HTTP and HTTPS on many pages.
Simple pages have long response times.
Quote from qualmy91 on February 7, 2021, 9:45 amHey @grindstr,
you are using a lot of plugins and it seems like your website is quite slow:
https://gtmetrix.com/reports/solnikgarden.com/dASaAUcR/
It could also be that your web server doesn’t have enough power for your website. I would advise you to follow some basic instructions to speed up your website.
Hey @grindstr,
you are using a lot of plugins and it seems like your website is quite slow:
https://gtmetrix.com/reports/solnikgarden.com/dASaAUcR/
It could also be that your web server doesn’t have enough power for your website. I would advise you to follow some basic instructions to speed up your website.
Quote from grindstr on February 7, 2021, 9:57 pmWell, I was waiting for this feedback, I have seen the same argument to others in Forum complaining of the same.
I can’t see your answers explain the 60 sec delay time entering one of the topic with 25 posts.
What is this 43 sec idle time? See attached file. What is happening within this time? Uploading images?And from your scan the average load time 3,9 sec, for sure not the best, but this don’t explain the delay.
Everything else on my web is responding normally compared to this specific topic. I have hundreds of pictures on my blog, never had any issue loading them. Takes 2,6 sec to open.I did a test and set the post pr. topic to 1(one). Every post with only text responded normal, but the post with 2 images of total 4 MB took 10-12 sec. Renaming the files on the forum folder change the respond time to normal, so it’s clear that this is a upload problem.
Yes, it’s possible to spend a lot of money to have the best server on the marked, but seeing this from a programmer point of view, it should be much better to make codes that works on average servers. Not sure if this will help, but why not introduce Lazy Loading for images?
Anyway, sorry for being a bit stubborn, I still think the problem goes both way, if you see my point. I can live with this drawback, the forum is anyway perfect for my use.
Thanks for your feedback
Well, I was waiting for this feedback, I have seen the same argument to others in Forum complaining of the same.
I can’t see your answers explain the 60 sec delay time entering one of the topic with 25 posts.
What is this 43 sec idle time? See attached file. What is happening within this time? Uploading images?
And from your scan the average load time 3,9 sec, for sure not the best, but this don’t explain the delay.
Everything else on my web is responding normally compared to this specific topic. I have hundreds of pictures on my blog, never had any issue loading them. Takes 2,6 sec to open.
I did a test and set the post pr. topic to 1(one). Every post with only text responded normal, but the post with 2 images of total 4 MB took 10-12 sec. Renaming the files on the forum folder change the respond time to normal, so it’s clear that this is a upload problem.
Yes, it’s possible to spend a lot of money to have the best server on the marked, but seeing this from a programmer point of view, it should be much better to make codes that works on average servers. Not sure if this will help, but why not introduce Lazy Loading for images?
Anyway, sorry for being a bit stubborn, I still think the problem goes both way, if you see my point. I can live with this drawback, the forum is anyway perfect for my use.
Thanks for your feedback
Quote from qualmy91 on February 8, 2021, 3:26 amHey @grindstr,
so you only get this problem for posts with images attached, right?
Can you please create me a user for your forum? So I can have a look at that problem.
Hey @grindstr,
so you only get this problem for posts with images attached, right?
Can you please create me a user for your forum? So I can have a look at that problem.
Quote from grindstr on February 8, 2021, 10:50 amQuote from qualmy91 on February 8, 2021, 3:26 amHey @grindstr,
so you only get this problem for posts with images attached, right?
Can you please create me a user for your forum? So I can have a look at that problem.
Yes, this is what I suspect. Have sent you epost 🙂
Quote from qualmy91 on February 8, 2021, 3:26 amHey @grindstr,
so you only get this problem for posts with images attached, right?
Can you please create me a user for your forum? So I can have a look at that problem.
Yes, this is what I suspect. Have sent you epost 🙂
Quote from qualmy91 on February 8, 2021, 4:46 pmHey @grindstr,
I did check some pages on your site and it is really super slow. I think it is not necessarily your web server, but your website itself. You should really do some page optimization:
- images are big and not optimized
- CSS and JS files are not optimized
- insecure connection, because of mixed-content (this is probably also causing the slow HTTP/1 protocol)
- you are using a lot of plugins (e.g. also the slider, map, and contact form are being loaded in the forum)
- your main page is doing 226 requests (asgaros.de is doing 39)
As a usual user of your forum, I’m not able to check the database but I guess that a cleanup of it is also needed. A lot of plugins don’t remove their database entries and tables and can cause a slow database.
I would advise you to optimize the speed of your website by following this guide:
https://www.wpbeginner.com/wordpress-performance-speed/
You could also follow other guides, but I think this is a good start.
It’s also a good start to use the guides provided by lighthouse or gtmetrix:
https://gtmetrix.com/reports/solnikgarden.com/hZ0Vmh8N/
Hey @grindstr,
I did check some pages on your site and it is really super slow. I think it is not necessarily your web server, but your website itself. You should really do some page optimization:
- images are big and not optimized
- CSS and JS files are not optimized
- insecure connection, because of mixed-content (this is probably also causing the slow HTTP/1 protocol)
- you are using a lot of plugins (e.g. also the slider, map, and contact form are being loaded in the forum)
- your main page is doing 226 requests (asgaros.de is doing 39)
As a usual user of your forum, I’m not able to check the database but I guess that a cleanup of it is also needed. A lot of plugins don’t remove their database entries and tables and can cause a slow database.
I would advise you to optimize the speed of your website by following this guide:
https://www.wpbeginner.com/wordpress-performance-speed/
You could also follow other guides, but I think this is a good start.
It’s also a good start to use the guides provided by lighthouse or gtmetrix: