ComonSoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Login] Login form not workingFixed, your plugin does not override the wp-login.php. So I had to change he home page of the plugin “Customer Area” and add some redirect rules in your plugin.
It should be great if you could had url redirections in your plugin settings Alberto ;-), to avoid changing source code.Here is source code modifications, file clean-login.php, this could help someone else :
Line 186
// Sets the redirect url to the current page if ( is_user_logged_in() ) wp_safe_redirect( '/my-logged-url/'); else $url = clean_login_url_cleaner( wp_get_referer() );Line 198
if ( is_wp_error( $user ) ) $url = add_query_arg( 'authentication', 'failed', $url ); else $url = '/my-logged-url/';John
Forum: Plugins
In reply to: [Clean Login] Login form not workingHum works fine if I disable “Customer Area” plugin version 5.0.7 π
Know issue ?John
Forum: Plugins
In reply to: [Clean Login] Login form not workingDid you receive all you need ? We need to know if the issue becomes from your plugin or not.
John
Forum: Plugins
In reply to: [Clean Login] Login form not workingAs mentioned on the inital post, only -Customer Area plugin- is used.
On which email do I sent you informations ?
John
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedDerek,
seems to work correctly, after 3 hours of tests.
Tx for fix πForum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedNo reload Derek π Don’t worry it cost me only 25 click -P
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedOk Derek, seems to work, I continue testing this afternoon and give you my feedback tonight or tomorrow.
The cleanup button delete 1000 by 1000 but I had to click π
John
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedDerek,
does it include a script to purge database ?
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedThank you Derek
JohnForum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedForum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedWe have 24837 records in wp_posts table ?!
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedQuery monitor report
Page generation time Peak memory usage Database query time Database queries 38,7391 12,9% of 300s limit 161 722 kB 61,7% of 262 144 kB limit 32,9474 SELECT: 23 951 SHOW: 6 INSERT: 1 UPDATE: 2 Slow queries Slow Database Queries (above 0,05s) Query Caller Component Affected Rows Time SELECT post_name FROM wp_posts WHERE post_name = 'media-4647' AND post_type = 'option-tree' AND ID != 0 LIMIT 1 wp_unique_post_slug()+ Plugin: option-tree 1 0,0696 INSERT INTO <code>wp_posts</code> (<code>post_author</code>,<code>post_date</code>,<code>post_date_gmt</code>,<code>post_content</code>,<code>post_content_filtered</code>,<code>post_title</code>,<code>post_excerpt</code>,<code>post_status</code>,<code>post_type</code>,<code>comment_status</code>,<code>ping_status</code>,<code>post_password</code>,<code>post_name</code>,<code>to_ping</code>,<code>pinged</code>,<code>post_modified</code>,<code>post_modified_gmt</code>,<code>post_parent</code>,<code>menu_order</code>,<code>post_mime_type</code>,<code>guid</code>) VALUES (1,'2014-11-20 03:29:52','2014-11-20 02:29:52','','','Media','','private','option-tree','closed','closed','','media-23899','','','2014-11-20 03:29:52','2014-11-20 02:29:52',0,0,'','') wp_insert_post()+ Plugin: option-tree 1 0,0607 SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (49,51,44,46,38) ORDER BY meta_id ASC update_meta_cache()+ Plugin: uxbarn-team 59 0,0568After we have incredible number of queries from your plugin more than 23000 queries ??
Like this one :23851 SELECT post_name FROM wp_posts WHERE post_name = 'media-23819' AND post_type = 'option-tree' AND ID != 0 LIMIT 1 wp_unique_post_slug()+ Plugin: option-tree 1 0,0013Incredible !
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedWe have following settings in Theme options
General
Display Tagline? ON
Enable Lightbox for WordPress Gallery? ON
Enable Page Comment? OFF
Blog
Override Post Meta Info? OFF
Footer
Display Footer Widget Area? ON
Footer Widget Area Columns 4 columns
WPML
Display WPML Language Selector? OFF
Reveolution Slider ONI try to check with Query Monitor and/or Debug Bar plugins
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedEvery parts of the admin are dramaticaly slow 45s for dashboard, 5 minutes for a complexe page with composer. If I deactive your plugin dashboard 0,7s complexe page 2s. Strange isn’t it ?
Forum: Plugins
In reply to: [OptionTree] Admin slow when plugin activatedYes whe use the latest version 2.4.5