Archived topic
Read theme - Mobile score low
5 replies · Started by Amit on June 7, 2021
Hi Guys,
I am trying to resolve the low performance score on mobile view. I have done as much as I can. COuld you please let me know what more can I do to resolve this.
I am using wprocket and cloudflare with read theme.
Best Regards
Amit
Hi there,
I am using wprocket and cloudflare with read theme.
These plugins and services features and functionality don't seem to be enabled as I still see the origin stylesheets of the theme.
Normally these stylesheets are not visible because they are merged into 1 cached file by the caching/optimization plugin.
Also, the asset URLs don't look like it's using CDNs like cloudflare as they still use the default url of the staging site. Normally the URL is changed to something like cdn.domain.com/path/to/asset/or/image.format.
Can you check and confirm if the optimization plugins are properly configured? As for specific configurations, it's best to ask WP Rocket support or refer to their documentation.
I have moved it to production and you can try without staging. I am not sure what you should see. But Cloudflare is definitely handling the traffic that's for sure. I used Cloudflare diagnostics and it did not show any errors.
A few things you can try:
1. Youtube videos - defer the loading of the scripts until the user clicks on them. This plugin does that:
https://wordpress.org/plugins/wp-youtube-lyte/
2. Defer another 3rd party scripts such as Adverts. A plugin like Flying Scripts will do that.
Thanks a ton, @David. That helps :). Appreciate it.
Glad to be of help