Mauricio Navarro Miranda
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] 2.4.0 pushes CPU usage to 100%* I assume you upgraded from 2.3.4 to 2.4.0 and 2.3.4 did not have this behavior?
Exactly
* did you change any options after upgrading?
I’m using a mu-plugin to take care of autoptimize config; no setting was changed before or after the update
`
$defaults = array(
‘autoptimize_version’ => ‘2.1.0’,
‘autoptimize_html’ => ‘on’,
‘autoptimize_html_keepcomments’ => ‘on’,
‘autoptimize_js’ => ‘on’,
‘autoptimize_js_exclude’ => ‘s_sid,smowtion_size,sc_project,WAU_,wau_add,comment-form-quicktags,edToolbar,ch_client,seal.js’,
‘autoptimize_js_trycatch’ => ”,
‘autoptimize_js_justhead’ => ”,
‘autoptimize_js_forcehead’ => ”,
‘autoptimize_js_include_inline’ => ”,
‘autoptimize_css’ => ‘on’,
‘autoptimize_css_exclude’ => ‘admin-bar.min.css, dashicons.min.css’,
‘autoptimize_css_justhead’ => ”,
‘autoptimize_css_datauris’ => ”,
‘autoptimize_css_defer’ => ”,
‘autoptimize_css_defer_inline’ => ”,
‘autoptimize_css_inline’ => ”,
‘autoptimize_cdn_url’ => ‘https://cdn.creepypastas.com/’,
‘autoptimize_cache_clean’ => ‘0’,
‘autoptimize_cache_nogzip’ => ‘on’,
‘autoptimize_show_adv’ => ‘0’,
‘autoptimize_configured’ => ‘yes’
);
`* were there any errors in the PHP-errorlog?
No errors. Only a lot of
WARNING: [pool www] server reached pm.max_children setting (5), consider raising itHowever, I’m not sure that was caused by autoptimize; I will try to determine if that warning stops after disabling
* can you try disabling HTML, JS or CSS optimization to see if the problem is in one of those components specifically?
Sure, I will do that and let you know asap
Forum: Plugins
In reply to: [BuddyVerified] Settings won’t saveSame here.
I am no the developer, but I will try to fix this and send PR to maintainer.
If anyone has useful information, it would be very much appreciated.Forum: Plugins
In reply to: [GD Rating System] Please, add hooks to function validate_vote()¡Hola!
I am looking for such update on yesterday’s release, but could not find it.
In fact, I could not find any newdo_actionon this diff:May be did you manage to get this on a nicer way?
¡Saludos!
Same here. I’ll subscribe to this thread so I can get a notify when issue is solved. c:
If there is anything I can help you with, please just tell me and I’ll do my best!
Thank you, Khang Minh for you good work!
Duplicated of this one:
https://ww.wp.xz.cn/support/topic/140-ms-admin-lockout
Plugin Author already working on it.
Forum: Plugins
In reply to: [MobilePress] Please make it Firefox OS compatibleI’m not talking about Firefox, but Firefox OS.
And I know that this can be done by modifying check.php. What I’m asking for is the MobilePress plugin (and other similar plugins) being compatible from the SVN so all of we (not just a single person) can use it being Firefox OS compatible, but I have no response of the developers at all. :/
BTW, this is the second time I’m asking for it.
Do you know how/where can I contribute directly to the SVN? I know I can svn-co, but I’m talking about uploading my modifications to wordpress plugins’ SVN.Thanks!
Forum: Plugins
In reply to: [MobilePress] Please make it Firefox OS compatibleHint:
You may use MobileDetect [0], wich is working fine detecting Firefox OS and lots of other mobile devices.Hint:
You may use MobileDetect [0], wich is working fine detecting Firefox OS and lots of other mobile devices.Forum: Plugins
In reply to: [WP Super Cache] Please make it Firefox OS compatibleHint:
You may use MobileDetect [0], wich is working fine detecting Firefox OS and lots of other mobile devices.Line 670:
echo $author->ID ." | ". $author->user_login ." | ". $author->display_name ./*" | ". $author->user_email .*/"\n";Is a temporal fix. (: