Title: Plugin speed optimization
Last modified: January 12, 2023

---

# Plugin speed optimization

 *  Resolved [javierdemuga](https://wordpress.org/support/users/javierdemuga/)
 * (@javierdemuga)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/plugin-speed-optimization/)
 * Composer seems to be not being used with autoloader optimization, that is harming
   the php server time as it needs to find every file and class to load, that can
   be easily solved with _composer update -o_ which generates the mapping of classes
   and that saves a lot of time. It is fully recommended in production environment
 * Documentation:
 * [https://getcomposer.org/doc/articles/autoloader-optimization.md](https://getcomposer.org/doc/articles/autoloader-optimization.md)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/plugin-speed-optimization/#post-16367191)
 * [@javierdemuga](https://wordpress.org/support/users/javierdemuga/) Thanks for
   the link. We’ll include the classmap optimization in the next release.

Viewing 1 replies (of 1 total)

The topic ‘Plugin speed optimization’ is closed to new replies.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/plugin-speed-optimization/#post-16367191)
 * Status: resolved