• Resolved charliejustus

    (@charliejustus)


    Hey guys,

    I’ve been getting into GTMetrix and it says that one of the things that’s contributing to my slow page load is this job manager file. I’m calling a shortcode to display current jobs and it’s taking 1.5s to load it up. Anything that can be done to improve that?

    I have Caching (WPfastest cache and autoptimize), GZIP enabled and I’ve been talking to my server people about what they can do.

    Any help appreciated

    Charlie

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you regenerate your thumbnails/ your pictures? Big sizes of images are slowing down the website.
    There is also a workaround via an MySQL querry that increases the performance. We did this solution on our website and it realy gets the job done 😉
    Note: You have to override a core file of the wp jobmanager,

    You can check this out here
    https://github.com/Automattic/WP-Job-Manager/issues/1693

    Although there is a great tool to check your website´s performance
    https://www.webpagetest.org/
    Ugly interface but very helpfull and you can check the speed of you page from different locations, browsers and connection type like LTE

    • This reply was modified 7 years, 2 months ago by braehler.
    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi! Also see here:

    https://tools.pingdom.com/#5a8c8aa28f800000

    I’m not convinced that WPJM is necessarily the only problem, but it’s true that we load the jobs from the DB every time. I don’t really have any concrete suggestions to get that to load faster, but it’s true that the PR for issue 1693 ( https://github.com/Automattic/WP-Job-Manager/pull/1706 ) should improve things for you.

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘jm-ajax load time’ is closed to new replies.