njali909
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping] creating a shipping labelThanks.
I’m eagerly waiting for this feature to come back. Looking forward to its return soon!
Hello Sayontan Sinha,
Previously I changed the code in plugin itself.
I used below function:
add_filter( 'admin_footer_text', 'fb_get_ram' ); function fb_get_ram( $footer_text ) { $footer_text .= ' • RAM ' . number_format( ( memory_get_peak_usage()/1024/1024 ), 1, ',', '' ) . '/' . WP_MEMORY_LIMIT; $footer_text .= ' • SQL ' . $GLOBALS['wpdb']->num_queries; $footer_text .= ' • PHPv ' . phpversion(); $footer_text .= ' memory usage ' . memory_get_usage(); return $footer_text; }
and below is the output:
Plugin deactivate – RAM 27,0/1024M ? SQL 231 ? PHPv 7.4.25 memory usage 28301736
plugin activate – RAM 27,2/1024M ? SQL 226 ? PHPv 7.4.25 memory usage 28486488How can I send you logs? Can you guide please!
Thanks,
AnjaliHello Sayontan Sinha,
I downloaded fresh plugin and install, Specially Login and logout pages are slow.
Please advice.
IS there any extra steps to implement that?
Hello Support,
No. 2 match with my requirement.
But I want to hide photonic in second case.
How can I do that?Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack videopressHello Team,
I have purchased videopress plan but in wp admin there is no option to enable videopress.
Under performance>media
it says:
Get unlimited, ad-free video hosting.Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyHello ,
I have send email please check.
Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyok Thanks
Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyI already update the plugin and also send you the version of that.
Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyI have checked with both options.
Template Options: Disable
Also used Template: Default template 1Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyIf I am going to add as test file of mail then mail is working.
Only with wp email users email not working as subject and body is empty.
Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyI have send mails in June month, mail was working.
Send email yesterday it was not working. Does not change anything.Forum: Plugins
In reply to: [WP Email Users] Subject and Body is emptyMy name is Anjali.
Plugin Version: Version 1.5.3
Wordpress version: version 4.9.8–en.