Extreme slowness of admin page loading (plugin page ) by WPLMS plugins

Home Forums Legacy Support Support queries Other issues Extreme slowness of admin page loading (plugin page ) by WPLMS plugins

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #332496
    cbpatel
    Participant
    Following plugins are causing Extreme slowness of admin page loading (plugin page ) after activation. Vibe Appointments WPLMS Attendance WPLMS Batches WPLMS Custom Learning Paths WPLMS Parent User WPLMS PDF Certificates WPLMS Phone Auth WPLMS Push Notifications WPLMS Unit Timings WPLMS Wishlist myCred Kindly look into matter as incorporating above plugins into site leads to frustrating slowness of plugin page, sometime leading to even timeout
    #332497
    cbpatel
    Participant
    Here is the link to demonstrate same. https://drive.google.com/file/d/1IHl-qx92VhZRTiE-gRf3QOCsZb0iU7in/view?usp=sharing
    #332793
    Veronica
    Moderator
    hi please check this tip for optimizing https://www.youtube.com/watch?v=3IRNZDGBcDQ
    #334377
    cbpatel
    Participant
    Hi, already used that video for optimization. frontend loading and most of the backend loading is not affected with activation of these plugins. these are specifically extreme slowness of /wp-admin/plugins.php and /wp-admin/network/plugins.php that is highly frustrating and leading even to the timeout of these pages
    #334684
    Anshuman Sahu
    Keymaster
    Well the plugin is solely to increase the page speed ,the actual speed depends on the website and resources and files it uses . Timeout denotes error at server level . Please install this plugin : query monitor in order to which is causing this .
    #334903
    cbpatel
    Participant
    Probably I am not able to explain it fully I have tried installation on two different host, but problem remains same. when activated one by one, the lead to progressive increase in reloading of plugin page on backend when all plugins are activated, reloading time increases so much that it leads to page timeout. folowing video is unedited, amply showing increase in page reloading time, visibly increased so that you can just measure it with your watch also
    #334905
    cbpatel
    Participant
    apart from plugin page, reload time of all other pages seems to be unafftected. Had talk to server helpline, they says its an issue with plugins, which seems to be true
    #335280
    Anshuman Sahu
    Keymaster
    Please try adding this code in your wplms-customizer.php file in wplms customizer plugin :
    
    remove_action( 'admin_init', 'vibebp_plugin_update' );
    remove_action( 'admin_init', 'wplms_plugin_update' );
    
    #336084
    cbpatel
    Participant
    Hi Alex, Where to find wplms customizer plugin. Is it compatible with WPLMS V4
    #336178
    Veronica
    Moderator
    hi you can get it in wp-admin>>plugins>>plugin editor and if you haven't installed it then you can get it in your wplms package yes it is as it a blank plugin to add some custom codes.
    #336563
    cbpatel
    Participant
    I did not find any wplms-customizer.php in wp-admin>>plugins>>plugin editor. neither is is there in WPLMS package downloaded from themeforest. however there is WPLMS >> customizer >>Import/Export Customizer settings. do you mean that ?
    #336577
    cbpatel
    Participant
    got it from thread https://wplms.io/support/forums/topic/no-more-customiser-php-in-wplsmn-4-x/ added remove_action( 'admin_init', 'vibebp_plugin_update' ); remove_action( 'admin_init', 'wplms_plugin_update' ); but of no help
    #336733
    cbpatel
    Participant
    This reply has been marked as private.
    #336896
    Anshuman Sahu
    Keymaster
    Hi, yes that is totally correct . Can you please install this plugin : https://wordpress.org/plugins/query-monitor/ and check exactly which plugin query is marking the wp-admin real slow.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Extreme slowness of admin page loading (plugin page ) by WPLMS plugins’ is closed to new replies.