• usamakala

    (@usamakala)


    I checked my WordPress site through PageSpeed tool. It’s FCP is so slow in mobile and performance is 54. How to fast the speed.

    • This topic was modified 9 months ago by usamakala.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • narolainfotech

    (@narolainfotech)

    Hello, I appreciate your question.
    As I check your website’s page speed I think you need to follow below steps.
    1. Convert https://prnt.sc/98bWjAaQ5_Vg this image into webp formate and then upload it
    2. Reduce this css file from page – https://prnt.sc/Ak9Uzu1GBcUG, for that you can add condition for excluding that file or manually remove it. but first take back up. This css file is not usable for home page it might usable for any other pages to just exclude that file from home page.
    3. You can load all js file in footer to delay or you can check WP rocket plugin setting to delay or defer js . https://prnt.sc/okonpM_LaFVA
    all js file need to load in footer or delay. it means that files need to load after all page load. so that can improve you page speed.
    You need to check all rocket plugin settings.

    Hope you find your answers. Thank you

    giorgiopasalinisimo12

    (@giorgiopasalinisimo12)

    “1. Convert?https://prnt.sc/98bWjAaQ5_Vg?this image into webp formate and then upload it”

    How to deal with the loss of quality that occurs when converting to the WebP format?

    Hi, @giorgiopasalinisimo12! As a heads up, support in this forum is for users who have difficulties with the WordPress mobile app.

    If you need assistance with image optimization, please post a question and/or search for answers in this forum: https://www.ads-software.com/support/forum/miscellaneous/

    Improving the speed and performance of your WordPress site is crucial for providing a smooth user experience and enhancing your site's visibility in search engine results. One effective strategy to achieve this is by optimizing various aspects of your site's setup and content.
    
    Firstly, address the issue of large image files, which can significantly slow down your site's loading times. Utilize image optimization plugins such as WP Smush or EWWW Image Optimizer to compress images without sacrificing quality.
    
    Next, implement caching mechanisms to generate static HTML files of your dynamic WordPress site. Plugins like W3 Total Cache or WP Super Cache can help reduce server load and speed up page loading times.
    
    Minifying CSS and JavaScript files removes unnecessary characters like whitespace and comments, reducing file size. Plugins like Autoptimize can automatically handle this optimization process.
    
    Regularly clean up your WordPress database to remove spam comments, revisions, and unused plugins. Plugins such as WP-Optimize automate this process, keeping your database lean and efficient.
    
    Enable Gzip compression to reduce the size of your website's files, further improving loading times. Most caching plugins offer an option to enable Gzip compression.
    
    Choose a lightweight and well-coded theme to minimize the amount of CSS, JavaScript, and HTML your site needs to load.
    
    Reducing the number of HTTP requests by combining CSS and JavaScript files and using CSS sprites for images can also improve loading times.
    
    Implement lazy loading to delay the loading of offscreen images and resources until the user scrolls down the page, enhancing initial page load times.
    
    Consider utilizing a Content Delivery Network (CDN) to cache your website content across multiple servers worldwide, reducing the physical distance between the server and the user.
    
    Optimize server response time by upgrading your hosting plan to a faster server or switching to a managed WordPress hosting provider specializing in speed optimization.
    
    Regularly monitor your site's performance using tools like Google PageSpeed Insights, GTmetrix, or Pingdom to identify areas for improvement and ensure that your optimizations are effective.
    
    By implementing these strategies, you can improve your site's PageSpeed Insights score, reduce First Contentful Paint (FCP) times on mobile devices, and provide a faster and smoother browsing experience for your visitors. Last month the same issue was to my website which is solved by me after following these thing stated above. 
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page speed on mobile’ is closed to new replies.