Title: minor performance issue while rendering pages
Last modified: January 4, 2022

---

# minor performance issue while rendering pages

 *  Resolved [Tyler Tork](https://wordpress.org/support/users/tylertork/)
 * (@tylertork)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/minor-performance-issue-while-rendering-pages/)
 * Doing performance testing using Query Monitor, I noticed the following queries
   originating from your plugin during page rendering:
 *     ```
       SELECT option_value
       FROM wp_jjnk95_options
       WHERE option_name = 'last_folder_status_for'
       LIMIT 1	
   
           get_option('last_folder_status_for')
   
       	Plugin: folders 	0 	0.0003
       70	SELECT option_value
       FROM wp_jjnk95_options
       WHERE option_name = '_transient_timeout_premio_folders_without_trash'
       LIMIT 1	
   
           get_option('_transient_timeout_premio_folders_without_trash')
   
       	Plugin: folders 	1 	0.0004
       71	SELECT option_value
       FROM wp_jjnk95_options
       WHERE option_name = '_transient_premio_folders_without_trash'
       LIMIT 1
       ```
   
 * Fetching a few options isn’t a major performance hit, but I don’t understand 
   why your plugin is doing _anything_ during page rendering. It should only be 
   taking up cycles in the editor and dashboard.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Karina](https://wordpress.org/support/users/karinapremio/)
 * (@karinapremio)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/minor-performance-issue-while-rendering-pages/#post-15222486)
 * Hey [@tylertork](https://wordpress.org/support/users/tylertork/) ,
 * Thanks for your observation!
    Can you please contact me at [karina@premio.io](https://wordpress.org/support/topic/minor-performance-issue-while-rendering-pages/karina@premio.io?output_format=md)
   so we can take it from there?

Viewing 1 replies (of 1 total)

The topic ‘minor performance issue while rendering pages’ is closed to new replies.

 * ![](https://ps.w.org/folders/assets/icon-256x256.gif?rev=2893439)
 * [Folders - Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager](https://wordpress.org/plugins/folders/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/folders/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/folders/)
 * [Active Topics](https://wordpress.org/support/plugin/folders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/folders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/folders/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Karina](https://wordpress.org/support/users/karinapremio/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/minor-performance-issue-while-rendering-pages/#post-15222486)
 * Status: resolved