135kb isn’t the end of the world. I would assume this is cached data for displaying news updates on a dashboard widget. Ideally they wouldn’t auto load this on the front end, but I doubt the impact on performance is significant. If you see a noticeable performance improvement from removing it then you might want to raise it with the author.
Related Posts:
- Changing BIGINT to INT
- Is saving multiple options or saving multiple items in one option better?
- Do deactivated plugins slow down a WordPress site?
- How do I show data from gravity forms in my template? [closed]
- Delete tables from database when deleting plugin
- Is it bad practice to create own table for a plugin?
- How to Add an Index to Plugin Database table
- How can I delete orphan keys in WordPress database tables?
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
- How to delete all records from or empty a custom database table?
- What are these entries in the database? Looks similar to JSON
- WordPress sharding: which multi-DB plugin to use?
- Creating two database tables via plugin
- How to properly insert data into custom table via plugin
- How does WordPress handle MySQL row lock errors?
- How to make sense of the active_plugins option_value to enable and disable certain plugins from the database?
- How can I modify what is being output in wp_head, whether by a theme or WordPress in general?
- How to empty wordpress custom post Database table
- insert data in database table from plugin with WP3.1
- Simple form that saves to database
- How can I reduce the amount of files loaded/included per plugin?
- For performance is it better to build custom functionality into the theme or a plugin
- Multiple plugins vs combined one
- How to run Two WordPress blogs with different themes and with single database and same content
- $wpdb->get_results leaking memory
- Plugins or Tutorials for displaying data from SQL-db on WP-page? [closed]
- Insert query inserts 2 entries, should insert 1
- Using Vagrant for customizable WordPress Multi-sites [closed]
- WordPress tips for speed and performance [closed]
- Is it a bad practice to go directly to the mysql database while developing a plugin?
- Updating WordPress – the best approach (updating wp core, plugins and db)
- Do Plugins effect site loading time?
- How do I check what plugins are enabled via the database?
- How to store ACF custom fields data in a custom table
- Can I explicitly specify ENGINE=InnoDB in WordPress?
- How can a Firebase user registration and login be integrated into a WordPress site?
- Bad Request (Invalid Hostname) on working server, database problem
- Plugin Not Working, But Only On GoDaddy Hosted site
- WooCommerce with thousands of products – site is very slow – optimize db queries? [closed]
- Create custom column in post table in wordpress
- Custom database or Custom Post Types?
- Custom database table for plugin not creating on activation
- WordPress plugin DB upgrade
- How to update widget_text in the wp_options table
- Get the last post ID
- Add agenda items and notifications
- WordPress shortcodes & performance
- How to count number of records found in a database table?
- Should I global $wpdb outside of any of my plugin’s functions scope?
- prefix table and plugins
- Taking WordPress table prefixes into account
- WordPress register_activation_hook table creation not working
- How to add Edit | Delete button on rows?
- Prevent CSS/JS loading when plugin is not used
- How to see list of plugins
- The plugin generated x characters of unexpected output, $wpdb not defined
- Is it ok to call get_option without hooks?
- how to show database content in wordpress post
- What is the easiest way to implement cascading database upgrade for my plugin?
- clean wp_options table unused rows
- WordPress web page struggling with performance
- Ajax with jQuery UI dialog not working
- How to edit/delete single row items in a table on my own menu page
- How do I know which plugin uses the most resource?
- Storing Email Account Passwords for SMTP Mailing for a WordPress Plugin
- Remove obsolete plugins artifacts from database tables
- How can I measure the performance of any WordPress Plugin or Theme?
- If I delete plugins via FTP are settings kept in DB?
- greatest() function returns undefined property
- Get total number of comment of the posts written by an author
- How to write one comment and publish on every post using database or plugin?
- Is the wordpress user-model changed in wpmu?
- Default Plugin Settings Not Writing to Database
- Creating Tables on Network Activation
- Make id column as AUTO INCREMENT on plugin activation
- What kind of data is that?
- Cannot login to ADMIN even after changing password in phpmyadmin
- Unable to create new database table upon plugin activation using dbDelta
- Where to hook my plugin’s action
- Embed a Google Sheet as you view it in a separate tab?
- How to determine what is generating large amount of database queries?
- prettyPhoto media loading very slowly in Chrome
- Building an email signup form. Where should the information be saved in the DB?
- Saving Custom Post types and fields to a custom table
- Retrieving a Value from a wp-database
- Need help restoring my WordPress blog
- WP plugins for building a database?
- How to load plugin after page is loaded – pagespeed issues
- Where does WordPress store plugin (enabled/disabled) status for multisite?
- WordPress takes too much time (100 seconds) to load – Front end and back end
- When to use action hooks and plugins
- Plugin Options Not Saving to Database in WP 4.5
- WordPress performance – W3 Total Cache and memcached/APCu
- Doubt using $wpbd->get_col for a single column
- Access WordPress database outside of WordPress
- How to create custom tables in WordPress using my own plugin?
- how to find and correct plugin query performance issues
- How to access data in wordpress database externally using php
- Correct way to perform non-cacheable DB query