Botrax
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] P3 Profiler shows WP Social Login as very slowGo into the Diagnostics panel through the Gear icon from the WordPress Social Login. See if everything is fine in there.
I am having issues with the WSL end-points not working, so I suspect this may be slowing down the plugin. Investigating now.
Forum: Plugins
In reply to: [Contact Form 7] Mails from CF7 filtered by spamassassinWhen using Mail Poet, it uses it’s own PHPMailer Class included with it. Separate configs.
Forum: Plugins
In reply to: [Contact Form 7] Mails from CF7 filtered by spamassassinWhy is mine set to NULL, but Mail-Tester still says there is an X-Priority header?
Forum: Plugins
In reply to: [NGINX Cache Optimizer] Explain MemCached function of this pluginDoes NGINX cache use Memcache as a Database Cache? Object Cache? Both?
Forum: Fixing WordPress
In reply to: PHP Fatal error: Allowed memory size of 268435456 bytes exhaustedI was able to activate all my plugins after installing Zend OpCache extension for PHP 5.4, no exhausted memory errors so far.
Forum: Fixing WordPress
In reply to: PHP Fatal error: Allowed memory size of 268435456 bytes exhaustedHaving same issue with WP 4.2.2, cannot activate All in One WP Security 3.9.9
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 15473413 bytes) in /public_html/wp-includes/wp-db.php on line 1094
Cleaned DB. Looking into other possibilities.
Forum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Lots of PHP errorsAlso see Debug errors in WP-admin under Purge Settings when unchecking pages and saving:
Notice: Undefined index: attachment_tax in /wp-content/plugins/supersonic/inc/config.php on line 534 > Taxonomy pages Notice: Undefined index: attachment_author in /wp-content/plugins/supersonic/inc/config.php on line 540 > Author pages Notice: Undefined index: attachment_date in /wp-content/plugins/supersonic/inc/config.php on line 546 > Date pages Notice: Undefined index: attachment_search in /wp-content/plugins/supersonic/inc/config.php on line 552 > Search pagesForum: Plugins
In reply to: [Wordpress SuperSonic with CloudFlare] Lots of PHP errorsI am getting these also when activating WP Debug with SuperSonic v1.3.2
Notice: Undefined index: preview in /wp-content/plugins/supersonic/inc/actions.php on line 190
Notice: Undefined index: supersonic in /wp-content/plugins/supersonic/inc/actions.php on line 51
Notice: A non well formed numeric value encountered in /wp-content/plugins/supersonic/inc/actions.php on line 51
And this in WP-Admin:
Notice: Undefined index: wpss-config-submit in wp-content/plugins/supersonic/inc/config.php on line 106Forum: Plugins
In reply to: [Easy Notify Lite] How to add PHP code into Lightbox?This could be useful in a situation of ad rotation in Lightbox. Please advise.
Seems to be working VERY nicely. Good job!
Forum: Plugins
In reply to: [NGINX Cache Optimizer] Permissions needed for Cache folderFound the NGINX User setting. Setting it to the same user as PHP user works fine.
nginx.conf
user phpuser;Forum: Plugins
In reply to: [NGINX Cache Optimizer] Permissions needed for Cache folderI give 777 permission on NGINX cache folder, just for testing.
The user that creates that folder is “nginx”, which is not the same user with whith which the Plugin will run.The Plugin cannot delete the NGINX cache as the permissions of the folders created INSIDE of NGINX cache folder has restrictive permissions, which deny the NGINX Cache Optimizer from deleting the folders and files.
How is this supposed to work if all folders are generated by NGINX with Nginx user with 700 permissions, that Optimizer cannot read/write with?
How do I move forward with this?
Forum: Plugins
In reply to: [NGINX Cache Optimizer] Permissions needed for Cache folderSeen in “Requirements”
“Writable permissions for the user executing PHP scripts on the NGINX cache folder”
SuperSonic is using 1.9 seconds out of 4.3.
SuperSonic is not the only one using much processing power. I suspect something else is slowing down the site. It does get 12 million requests in a week. 🙂
The large quantity of PHP requests going on must be extraordinarily imposing for WP.
This is when profiling site performance with P3 Plugin Performance Profiler. P3 states that SuperSonic uses more than 1 second in execution time.
https://wordpress.org/plugins/p3-profiler/
I would not be surprised if something else was slowing down WP and affecting Supersonic, however.