Posts: 38
Threads: 11
Joined: Mar 2018

This user has been denied support.
Hello, so I have a relatively large board. I'm looking for someone who can reduce page loading times. This is an important job, you can name your price. Just reply to the thread or shoot me a PM if you're interested in this.
Things I'm doing already
- Using GZIP Compression
- Using a VPS
- Minifying all files
- Lazy loading image files
- Cloudflare upgraded plan
But for some reason the page loading times are still a bit slow. I need this issue resolved.
Posts: 13,637
Threads: 220
Joined: May 2010
Reputation:
532
(05-31-2019, 10:49 AM)danielheywood Wrote: If your forum is only using 1 language, you may want to stop using the language pack, as that would have an impact on performance as you're requesting information on every webpage. Go through your entire template manager and remove the language tags and replace them with text
Don't do this. It takes less than 100ms to render a MyBB page by default, often far less. Never try to optimise by guessing.
OP, take a look at the advanced debug statistics (link at the bottom of your forum) and see where time is being spent. Are your queries slow? There's lots of information there which can help narrow down the cause.
No longer involved in the MyBB project.
Posts: 38
Threads: 11
Joined: Mar 2018
05-31-2019, 10:14 PM
(This post was last modified: 05-31-2019, 10:21 PM by User 120799.)

This user has been denied support.
(05-31-2019, 02:24 PM)Nathan Malcolm Wrote: (05-31-2019, 10:49 AM)danielheywood Wrote: If your forum is only using 1 language, you may want to stop using the language pack, as that would have an impact on performance as you're requesting information on every webpage. Go through your entire template manager and remove the language tags and replace them with text
Don't do this. It takes less than 100ms to render a MyBB page by default, often far less. Never try to optimise by guessing.
OP, take a look at the advanced debug statistics (link at the bottom of your forum) and see where time is being spent. Are your queries slow? There's lots of information there which can help narrow down the cause.
Most of the performance issues have to do with loading scripts before any content is shown. This is the main problem. Removing unneeded code within the JS files and serving them on a CDN.
Large static assets seem the be the main issue. I'm not a speed expert which is why I need help.
Posts: 38
Threads: 11
Joined: Mar 2018

This user has been denied support.
I'm not exactly a developer. Is anyone interested in optimizing many of the plugins and scripts for a highly paid project?