website speed.

Home Forums Legacy Support Support queries Other issues website speed.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313576
    Dawgyal
    Participant
    Since the past few updates from wplms the speed of my site has went down so what could be the possible reason?
    #313844
    Veronica
    Moderator
    i have checked your site speed and it is not so good so i suggest you to check http://prntscr.com/uni9gx as you can see the slowness of your site due to java scripts and nonoptimized images. please follow the instructions mentioned here: https://gtmetrix.com/reports/demo.tradelineacademy.com/jlrFQ84z Also, we usually recommend VPS or dedicated server for wplms.Wplms is not just a simple theme like others which are just used to display pages.Wplms has so many features and settings related to LMS . IT also uses buddypress (social plugin ) and woo commerce (used for products and payments ) which are in itself a bit heavy for shared hosting. Hosting service we recommend is Wpengine. install this plugin “query monitor” refer this tip to know which plugin is actually putting load on your server : https://kinsta.com/blog/query-monitor/ Using caching techniques like Memcached, opcache on server-side might improve some speed . Also try switching to PHP version 7+ with latest Also follow this caching tip : https://vibethemes.com/documentation/wplms/knowledge-base/wplms-with-w3-total-cache/
    #314373
    Dawgyal
    Participant
    How to solve this issue? http://prnt.sc/up0j2v
    #314576
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
    add_action('wp_enqueue_scripts',function(){
        wp_dequeue_style('vicons');
    },11);
    #314749
    Dawgyal
    Participant
    This reply has been marked as private.
    #315065
    Veronica
    Moderator
    This reply has been marked as private.
    #315146
    Dawgyal
    Participant
    Thanks @Veronica you may close the topic.
    #315295
    Veronica
    Moderator
    good to know closing this one
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘website speed.’ is closed to new replies.