Title: Autoload issues
Last modified: January 27, 2025

---

# Autoload issues

 *  Resolved [lylesmoviefiles](https://wordpress.org/support/users/lylesmoviefiles/)
 * (@lylesmoviefiles)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/autoload-issues-2/)
 * Hello
 * My web host said that I’m getting a massive problems with autoloads from the 
   plugin and suggested I reach out for assistance. Here is a screenshot of the 
   issue. Thank you.
 * ![](https://i0.wp.com/downloads.intercomcdn.com/i/o/fv5k8i5t/1353983948/3ffef63e258198a04dc844d92291/
   image.png?ssl=1)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fautoload-issues-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [elviiso](https://wordpress.org/support/users/elviiso/)
 * (@elviiso)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/autoload-issues-2/#post-18273388)
 * Hi [@lylesmoviefiles](https://wordpress.org/support/users/lylesmoviefiles/)
 * Thanks for reaching out and sharing the screenshot. From the screenshot shared,
   I am unable to see any **large autoloaded options** from FooGallery.
 * With that said, if there are any and your web host is concerned regarding the
   options from FooGallery I will share some recommendations you or your web host
   can implement:
 * 1. **Disabling autoload for large options**
 * If there are large autoload options from FooGallery identified by your web host
   that they feel would cause issues, they can run the following query to prevent
   these options from loading on every page request
 *     ```wp-block-code
       UPDATE wp_options SET autoload = 'no' WHERE option_name IN ('replace with the option_name with large sizes');
       ```
   
 * 2. **Cleaning Up the Database**
 * You or your we host can clean up the database to prevent the large autoloaded
   options from loading on every page request, improving performance. You can use
   a plugin like **WP-Optimize** or run the following querry:
 *     ```wp-block-code
       DELETE FROM wp_options WHERE option_name LIKE 'replace with the option_name with large sizes';
       ```
   
 * In the meantime we will also look into this internally and analyse if any optimisations
   are needed. Thanks

Viewing 1 replies (of 1 total)

The topic ‘Autoload issues’ is closed to new replies.

 * ![](https://ps.w.org/foogallery/assets/icon-256x256.gif?rev=2602542)
 * [Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel](https://wordpress.org/plugins/foogallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foogallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foogallery/)
 * [Active Topics](https://wordpress.org/support/plugin/foogallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foogallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foogallery/reviews/)

## Tags

 * [autoload](https://wordpress.org/support/topic-tag/autoload/)

 * 1 reply
 * 2 participants
 * Last reply from: [elviiso](https://wordpress.org/support/users/elviiso/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/autoload-issues-2/#post-18273388)
 * Status: resolved