- This topic has 10 replies, 2 voices, and was last updated 1 year, 7 months ago by
David.
-
AuthorPosts
-
July 31, 2019 at 12:03 pm #972435
Junaid
Hello,
How can I increase page speed on mobiles? I checked on google page speed tool, and it’s too low as compared to desktop. It’s good at the desktop.
How can I increase it?
The main issues I find there are,
1. Reduce unused CSS
2. Minimize main thread work.
3. Ensure text remains visible during webfont load
4. Minimize Critical Requests DepthHere is the URL to check in detail.
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Finspiredn.com%2Fdont-ask-why-me-its-you-behind-deprivations%2F&tab=mobile
If this URL doesn’t work, then open any of my blog post on the Google page speed tool.
https://inspiredn.comJuly 31, 2019 at 1:23 pm #972478David
StaffCustomer SupportHi there,
you’re better off using GTMetrix to view your site – i ran a test here:
https://gtmetrix.com/reports/inspiredn.com/XaJJH7SN
If you look at the waterfall report you can see there is significant delays ( purple lines ) from the server.
Regarding the issues flagged by Pagespeed insights:
1 and 2 – this would require you to reduce the amount of content or scripts being loaded. You are using Jetpack for some of your functions which loads a lot of Javascripts and style sheets – i would look at whether you could replace jetpack with individual plugins that are specific to your needs.
3. You can switch the GP Icons font to SVG in Customizer > General. This will remove one of the issues.
4. The same as 1 and 2 applies here.
For optimization we provide the following tips:
https://generatepress.com/fastest-wordpress-theme/
I would advise applying these after reviewing the need for Jetpack.
But overall the biggest issues are the delays on your server, may be worth speaking with your host.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 31, 2019 at 1:33 pm #972485Junaid
Thank you, I will follow your instructions. I think I don’t mind to use some other plugins instead of jetpack. I will apply and let you know.
July 31, 2019 at 1:38 pm #972487David
StaffCustomer SupportYou’re welcome.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 31, 2019 at 11:21 pm #972708Junaid
I removed jetpack. And it improved speed a little bit on mobile.
There are two main issues found for mobile,
1. Minimize main-thread work
2. Reduce JavaScript execution timeI didn’t check on Gtmetrix because it doesn’t show the mobile version on my side.
August 1, 2019 at 3:34 am #972831Junaid
By the way, your suggestions are really useful. You made my day.
I hope you can also assist me in,
1. Minimize main-thread work
2. Reduce JavaScript execution time
I will be grateful for it. Because your suggestions have increased speed.August 1, 2019 at 6:09 am #972907David
StaffCustomer SupportCan you flush any plugin and server side caches that you have – I can see multiple instances of the same scripts being loaded. Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 1, 2019 at 6:58 am #972946Junaid
I’m sorry I didn’t get you. Can you please be more specific? So that I could proceed. Because your information is really useful always.
August 1, 2019 at 8:51 am #973159David
StaffCustomer SupportDo you have any Caching / Optimzation plugins installed? If so they generally have an option to flush or purge the cache.
Also, you may need to check with your host, as there are Server side caches – again there should be an option to Flush or Purge the cacheDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/August 8, 2019 at 3:24 am #978832Junaid
Thank you, David. You’re really a great guy.
August 8, 2019 at 5:49 am #978932David
StaffCustomer SupportThat seems to have the done trick 🙂 Glad to be of help.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.