-
Posted a reply to Performance issues, on the site WordPress.org Forums:
With hundreds or thousands of posts, these features cause problems general-sitemap because of heavy queries… -
Posted a reply to Performance issues, on the site WordPress.org Forums:
Removing all dashboard widgets solved my problem, for anyone: add_filter( 'aioseo_show_seo_setup', 'aio_remove_dashboard_widgets', 10);add_filter( 'aioseo_show_seo_overview', 'aio_remove_dashboard_widgets',… -
Created a topic, Performance issues, on the site WordPress.org Forums:
Hello I wanted to say you should review and test pr… -
Posted a reply to Horrible performance – Website killer, on the site WordPress.org Forums:
I'm not mainly talking about assets but that the whole givewp code is loaded as… -
Created a topic, Constant write in options table, on the site WordPress.org Forums:
The function set_plugin_priority in welcome-email-edit… -
Created a topic, Horrible performance – Website killer, on the site WordPress.org Forums:
As the title said, this plugin is a site killer, i've … -
Created a topic, Spamming gravatar, on the site WordPress.org Forums:
Function deprecated/wp-user-avatar/includes/class-wp-u… -
Created a topic, Eats up all memory, on the site WordPress.org Forums:
I think the plugin is requesting everything from the P… -
Created a topic, Add option to disable htaccess rule, on the site WordPress.org Forums:
With newer versions the plugin creates a htaccess file… -
Created ticket #55618 on Core Trac:
combine/concatenate enqueued relative js/css -
Posted a reply to Extremely slow, on the site WordPress.org Forums:
Looking forward for your proposed changes! :) -
Posted a reply to Multisite activation breaks permalinks, on the site WordPress.org Forums:
(rewrite_rules gets recreated on the next page load on subsites with the correct data) -
Created a topic, Multisite activation breaks permalinks, on the site WordPress.org Forums:
There's a bug in the way it is calling flush_rewrite_r… -
Created a topic, Extremely slow, on the site WordPress.org Forums:
Hi This plugin was causing slowdowns and we debugged … -
Posted a reply to Fatal error: Uncaught Error: Call to undefined function validate_ip(), on the site WordPress.org Forums:
The code is incorrect and was probably taken online, tt should be $this->validate_ip when calling… -
Created a topic, [Advanced Custom Fields] Bloating dbs in the long run, on the site WordPress.org Forums:
I’ve had the chance to analyze many websites hav… -
Wrote a comment on the post Introducing “Update URI” plugin header in WordPress 5.8, on the site Make WordPress Core:
Since this information is now public but many people were not aware, can the WP… -
Posted a reply to Remove ajax.php ?, on the site WordPress.org Forums:
Hi Any specific reason why it is requiring ajax? It is multiplicating the number of… -
Posted a reply to Performance issues, on the site WordPress.org Forums:
I realize that might be why we had huge issues when the plugin was enabled… -
Posted a reply to Performance issues, on the site WordPress.org Forums:
Thanks ! Looks great! I think there's another issue: it seems the elb_update_liveblog requests run… -
Created a topic, Performance issues, on the site WordPress.org Forums:
THis plugin causes huge performance issues if you have… -
Posted a reply to Horrible performance, on the site WordPress.org Forums:
edit: i see you fixed it in v4.7.1, nevermind, thanks! -
Created a topic, Horrible performance, on the site WordPress.org Forums:
Following up this unsolved topic: https://wordpress.o… -
Created ticket #52390 on Core Trac:
Use specific page for postpass -
Created a topic, wp2pgpmail generates 3 errors in Site Health [2], on the site WordPress.org Forums:
I reopen this, this plugin is causing multiple errors … -
Posted a reply to Plugin fills database, on the site WordPress.org Forums:
Your plugin is creating 1 transient per page or something, this is filling dbs with… -
Posted a reply to Admin-post in form, on the site WordPress.org Forums:
Any hope to have this fixed? For security reasons -
Posted a reply to Admin-post in form, on the site WordPress.org Forums:
Note: if you're doing it for cache busting, then i recommend to use another method,… -
Created a topic, Admin-post in form, on the site WordPress.org Forums:
Hello mailpoet/views/form/front_end_form.html: a… -
Created ticket #47207 on Core Trac:
Specific custom permalink 404 on archive page -
Posted a reply to Performance issues, on the site WordPress.org Forums:
And the same with the mod_* and timeout_* transients, well generally using the options table… -
Posted a reply to Performance issues, on the site WordPress.org Forums:
In fact my issue is with these transients: set_transient( 'instantarticles_content_' . $this->_post->ID, $content, WEEK_IN_SECONDS );… -
Created a topic, Performance issues, on the site WordPress.org Forums:
Previous topic was closed: https://wordpress.org/suppo… -
Posted a reply to Plugin Supported?, on the site WordPress.org Forums:
This is because the google analytics data should be updated via cron. So when it…