Title: Improvement Performance
Last modified: June 3, 2021

---

# Improvement Performance

 *  Resolved [vandung93](https://wordpress.org/support/users/vandung93/)
 * (@vandung93)
 * [5 years ago](https://wordpress.org/support/topic/improvement-performance-2/)
 * Hello [@team](https://wordpress.org/support/users/team/)
 * Please improvement page loading performance with enqueue styles & scripts when
   used:
 * For eg:
 * 1. These styles & scripts should be enqueue only on Dashboard => Settings: (and
   only for Instructor role)
 *     ```
       wp_enqueue_script('tutor-instructor-signature-js', tutor_pro()->url . 'addons/tutor-certificate/assets/js/instructor-signature.js');
        wp_enqueue_style('tutor-instructor-signature-css', tutor_pro()->url . 'addons/tutor-certificate/assets/css/instructor-signature.css');
       ```
   
 * 2. These styles & scripts should be enqueue only on Create Course:
 *     ```
       wp_enqueue_style('tutor-pro-certificate-field-css', TUTOR_CERT()->url.'assets/css/certificate-field.css', array(), tutor_pro()->version);
       wp_enqueue_script('tutor-pro-certificate-field-js', TUTOR_CERT()->url.'assets/js/certificate-field.js', array('jquery'), tutor_pro()->version, true);
       ```
   
 * And many other styles & scripts enqueue on all pages for now. You guys should
   be to go to check and enqueue on used.
 * Thanks

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

 *  [Shibbir Ahmed](https://wordpress.org/support/users/creativeartbd/)
 * (@creativeartbd)
 * [5 years ago](https://wordpress.org/support/topic/improvement-performance-2/#post-14519928)
 * Hello [@vandung93](https://wordpress.org/support/users/vandung93/)
 * Thanks again. Sure, we will look at it ad try to improve it.
 * Kind Regards.
 *  [Sekander Badsha](https://wordpress.org/support/users/badsha_eee/)
 * (@badsha_eee)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/improvement-performance-2/#post-14626369)
 * Hi,
 * I am glad to inform you that finally, we reached a stage where we can revise 
   the logic and algorithms inside our plugin. We will release an optimized version
   very soon. I have confirmed with the developer 😃
 *  Thread Starter [vandung93](https://wordpress.org/support/users/vandung93/)
 * (@vandung93)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/improvement-performance-2/#post-14626498)
 * Thank you!

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

The topic ‘Improvement Performance’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [vandung93](https://wordpress.org/support/users/vandung93/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/improvement-performance-2/#post-14626498)
 * Status: resolved