Robert S.
Forum Replies Created
-
Hello!
No, our plugin only adds indexes to the native WP tables “wp_postmeta” and “wp_options”. It also works in a multisite-setup so that each of the sites will get their tables be optimized. If your site has any custom tables then they need to be indexed manually.
– Robert
ServeboltHello!
Yes, the plugin is actively developed. Version 2.0 was just releasedRegarding Scalability Pro – I’m not aware of the features of that plugin. What I can say is what our plugin is doing:
– Adds indexes to tables to speed things up (primarily for huge databases)
– Ensures usage of modern DB engines (InnoDB)
– Runs “ANALYZE TABLE” to keep table analysis fresh
– Prevet script concatenation (to prevent possible DDOS-attacks)
– Clean up the contents of the head-tag
– Cloudflare cache integration (automatic cache purge when updating content)It also adds features for Servebolt customers:
– Error log inspection GUI
– Servebolt cache controlHopefully this clarified things!
All the best
Robert S?therForum: Plugins
In reply to: [Servebolt Optimizer] PHP Warnings in debug.logHello!
Thank you for reporting this. Version 2.0 is just released. Would be awesome if you updated and tested. If the error is persist, then please reply in this thread and I’ll have a look.
Kind regards,
Robert S?therForum: Plugins
In reply to: [Redirection] Bug: REST request error during installThanks, I’ve sent you an inquiry now!
Forum: Plugins
In reply to: [Redirection] Bug: REST request error during install@johnny5 Do you have a way I can PM you? I made some screen recording which shows the problem, and possibly a solution. I would like to send private (Google Drive-URL) since I’m sharing the screen of my work computer (not the biggest deal, but I would like to not share it publicly). Would this be possible?
Forum: Plugins
In reply to: [Redirection] Bug: REST request error during installNote that my permalink settings are set to “Post name” (/%postname%/).
Here is my .htaccess-file:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Awesome, thank you!
Forum: Plugins
In reply to: [IP2Location Redirection] Urgent: wrong files in pluginHello!
In this tag: https://plugins.svn.www.ads-software.com/ip2location-redirection/tags/1.11.0/
The files here belongs to this plugin: https://nb.www.ads-software.com/plugins/ip2location-country-blocker/Hello!
I got this error when activating the plugin running WP 4.7.2 and 6.0.2.
Notice: Undefined variable: version in /Users/robert/sites/wp/custom-name/webroot/wp-content/plugins/google-analytics-for-wordpress/includes/install.php on line 214
Can this be the cause maybe?
* Resolved *
Forum: Plugins
In reply to: [ACF Medium Editor Field] Error when no options is selected* Resolved *
Perfect, works like intended.
CheersForum: Plugins
In reply to: [ACF Medium Editor Field] Error when no options is selectedAwesome, thank you so much.
I’m convinced this plugin will be widely used in the coming years. It should be featured on a WP Tavern etc.Cheers
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] WordPress 4.7 IssuesIt did work, but i would really like to use a unmodified version of the plugin.
Forum: Plugins
In reply to: [ACF Medium Editor Field] Anchor missing from ACF settings pageWorks beautifully over here, thanks a bunch!
Best regards, Robert Sather.