[wp-trac] [WordPress Trac] #50687: Consider Banning use of wp_options by Plugins
    WordPress Trac 
    noreply at wordpress.org
       
    Fri Jul 17 08:18:11 UTC 2020
    
    
  
#50687: Consider Banning use of wp_options by Plugins
-----------------------------+-----------------------------
 Reporter:  thegulshankumar  |      Owner:  (none)
     Type:  enhancement      |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Administration   |    Version:  5.4.2
 Severity:  normal           |   Keywords:
  Focuses:  performance      |
-----------------------------+-----------------------------
 Developers are abusing wp_options to store own plugin data instead
 bothering to create own table. Why not restrict wp_options for internal
 Core use only?
 Why?
 - This greatly affect performance of site.
 - This makes hard to clean up wp_options when needed.
 Some are good plugins who care about performance so they use seperate
 table.
 Thanks
-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50687>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list