MYSQL 5.7 vs. 8.0

Remember, like @Anatoliy says, that ads kill your scores, mainly because you load external js.

To test your website/webserver you should disable your ads momentarily.
What ad? I mentioned in my earlier post I disabled all ads temporarily before running the test.

If I'm missing something...please clarify.

Thanks
 
What ad? I mentioned in my earlier post I disabled all ads temporarily before running the test.

If I'm missing something...please clarify.

Thanks
Some people look at digits and they can see a picture. )
your FCP was 2.6sec and now it's 1sec faster. you probably have a really biffy server.
but. your blocking time is huge, it means you have external files - js and/or css. 99.9% they are ads/links service, so people say - turn off your ads. ;)
 
Your problem isn't the ads, you make the mistake of having optimized everything purely for "eye".
A fast Xenforo also requires a fast style that requires as few or no additional components as possible, especially Javascript and .json or other fonts. Anyone surfing on your site will load 1.3MIB, of which the 1.1MIB will not be used at all.
Your site is nice to look at, but terrible for server/page loading times. ;)

Examples:
Likewise, http and https are mixed, which should no longer be the case today.
<a href="http://sftrial180101 [...] http://schema.org

Add rel="noopener"` or rel="noreferrer" to external links
<a href="https://www.stackpath.com/" target="_blank">
 
A fast Xenforo also requires a fast style that requires as few or no additional components as possible, especially Javascript and .json or other fonts.
I'm using the Xenforo stock style (as far as I know). Only changes from the stock style is different color.
 
If a site has multiple Styles (default style + others). If the non-default styles are not active (members cannot access or use them)...do these non-active styles have any affect on website speed?

Or another way of saying it...do non-active styles affect website speed?

Thanks
 
Thanks. If extra/custom styles are removed...is there an easy way of saving them so the work that went into them is not lost?
I've never seen a style that still loads files when the style is disabled. I think your problem lies elsewhere.
 
I don't know what you've done in the meantime, but right now all the unnecessary stuff is still loading.
See the attachment

1651037934143.webp
 
Top Bottom