moisb
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] PHP 8 Fatal Error after latest updateSame here: https://pastebin.com/du62RBk4
PHP 8.0.25
the devs need to stop releasing so many frequent updates, and focus more on consistent and well debugged updates ??
Hi @vanyukov I tested version 1.1.2 beta2 and unfortunately nothing changed. Product images imported by WP All Import and images uploaded from the media library are not sent to Cloudflare
my server is Openlitespeed 1.7.16 managed with Litespeed Cache plugin V5.3, and PHP 7.4
P.S: before testing your plugin I disabled all image optimization options in Litespeed Cache plugin
Forum: Plugins
In reply to: [AMP] how to make a custom taxonomy AMP compatible?unfortunately for me it doesn’t work on taxonomy pages. I’ve tried in every possible way.
when I access any taxonomy page asking for the ?amp version, I am redirected to the normal version of the page. I can only see AMP versions of posts onlyI can only see AMP version on taxonomy pages when using the “AMP For WP” plugin (https://www.ads-software.com/plugins/accelerated-mobile-pages/) I can’t understand why the official “AMP” plugin can’t do the same.
Hi @vanyukov thanks for answering.
1) yes, “Auto offload new images” is enabled. I don’t see any error logs related to uploading images when enabling debug.log
2) In this case, I don’t think it’s worth it. I wanted to use https://cdn.mydomain.com/uploads/image.png
3) great, I look forward to this compatibility with WP All Import.
Forum: Plugins
In reply to: [LiteSpeed Cache] Recent update causes site to run slowwho is still having problems don’t forget to go to Toolbox > Purge > Empty Entire Cache after doing the update rollback
Forum: Plugins
In reply to: [LiteSpeed Cache] Recent update causes site to run slowupdate: I downgraded to version 5.2.1 and the site returned to normal.
If you don’t know how to get the version 5.2.1 package, the easiest way is to use Litespeed Cache rollback function. Do the following:
Go to Litespeed Cache > Toolbox > Beta Test > click in 5.2.1 tag > click Upgradeor download the zip file from here: https://github.com/litespeedtech/lscache_wp/releases/tag/v5.2.1
- This reply was modified 2 years, 4 months ago by moisb.
Forum: Plugins
In reply to: [LiteSpeed Cache] Recent update causes site to run slowsame problem here. After upgrading to version 5.3 my website got too slow and is constantly timeout.
Hi @wpallimport. I am a customer with Pro version of the import, export and woocommerce import package. As it seems that you have the solution, I will send this question in the support form ??
Forum: Plugins
In reply to: [Nextend Social Login and Register] Update 3.1.5 to 3.1.6 caused fatal errorI’m sorry, it was a false alarm. I posted it first and then looked in the error logs, there was some conflict with the object cache. I cleaned everything up and I’m using nextend premium 3.1.6 normally now.
I understand Paco, thank you for your kind reply. I take this opportunity to congratulate you again on the great development team you have assembled. Gamipress is a “state of the art” plugins suite for wordpress, everything works great.
Getting back to the ad rewards thing, I already know about “GamiPress – Multimedia Content”, but it only allows you to reward uploaded videos. That’s not what I’m looking for.
I’ll try to justify my idea:
I want to get my users to help monetize my gamified website. With the money from the rewarded ads, I can “fund” more free points that they can exchange for real prizes that I offer in exchange for the points collected in my fidelity program made with Gamipress.
For this reason, I consider this integration with reward ads a great leap in the resources provided by Gamipress. It would certainly attract an even larger mass of WordPress site owners to install Gamipress, since the competing plugin doesn’t have that yet either. Of course, it would make sense to make this feature available only to subscribers of Wp Advanced Ads PRO and Gamipress Pro. $ummary: we all benefit from this! ??
- This reply was modified 2 years, 8 months ago by moisb.
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] more exception optionsHello @asadkn. Today I had more time to search on your plugin code and study wordpress filters. I tried it as follows, and it worked!
I leave here the code snippet as an example for more people with the same question:add_filter('debloat/should_optimize_js', function ($enable_on) { if ( is_singular('testimonial')) { return false; } return $enable_on; });
I just needed to disable JS optimization on this specific post type because it caused conflicts with a modal javascript.
I just had a little doubt. Do I need to add a condition to check if the Debloat plugin is active? If so, what is the main class name to use in “if class_exists”?
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] more exception optionsthanks @asadkn. When you can, post some examples of real use of these filters, please. I’m not a programmer, so I don’t know exactly how to do it.
Hi @mrsmith11. Currently to do this I use the Asset Cleanup (already used it before knowing Debloat). In addition to removing any CSS or JS you want in various scenarios/conditions you can also choose to unload the entire plugin.
https://www.ads-software.com/plugins/wp-asset-clean-up/
For example, if you use Woocommerce on your website (as long as it’s not an e-commerce site), it doesn’t make sense to keep loading the plugin on pages other than products or at the checkout. With Asset Cleanup, you become a powerful wordpress optimizer ??
on my website I’m getting a score of 98 on mobile and 99 on desktop using the combination: Debloat + Asset Cleanup + Litespeed Cache on Litespeed server + Cloudflare
PS: I’m using it in conjunction with Debloat without any conflicts (obviously I disabled CSS and JS optimization in Asset Cleanup before)
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] I have many AMP page errors.Good news! I managed to resolve this conflict. I did several experiments, and here I share the solution for those who use the “AMP For WP” plugin or others who are having conflicts with Debloat:
1) add
https://cdn.ampproject.org/*
to “Exclude Scripts” on the tabsOptimize JS: https://i.imgur.com/qs51Lj8.jpeg
and Delay Load JS: https://i.imgur.com/KHvjWyC.jpeg
2) clear all cache!
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] I have many AMP page errors.Hi @asadkn I detected the same error here. However, I use the AMP For WP plugin because I can customize it more easily: https://br.www.ads-software.com/plugins/accelerated-mobile-pages/
do you have any idea how I can solve this and keep using the 2 plugins?
- This reply was modified 3 years, 5 months ago by moisb.