Павел Ефимов
Forum Replies Created
-
Forum: Plugins
In reply to: [Tawk.To Live Chat] MethodNotAllowedErrorcorrected
I have a standard combination of OceanWP + Elementor
Forum: Plugins
In reply to: [Autoptimize] broken pagesPerhaps you have some recommendations for me to increase PageSpeed ??Insights indicators
- This reply was modified 3 months, 1 week ago by James Huff. Reason: redundant link removed
Forum: Plugins
In reply to: [Autoptimize] broken pagesafter I turned off my code in WoodySnipet. It all worked without errors. Please check it for yourself.
add_filter('script_loader_tag', 'add_async_attribute', 10, 2);
function add_async_attribute($tag, $handle)
{
if(!is_admin()){
if ('jquery-core' == $handle) {
return $tag;
}
return str_replace(' src', ' defer src', $tag);
}else{
return $tag;
}Forum: Plugins
In reply to: [Autoptimize] broken pagesI disabled all plugins and enabled them one by one. The error appears when you enable the “Woody code snippets (PHP snippets | Insert PHP)” or “WP Fastest Cache” plugins, either separately or together.
Forum: Plugins
In reply to: [Autoptimize] broken pagesnow my AO settings look like this
Forum: Plugins
In reply to: [Autoptimize] broken pagesit doesn’t seem to help me
https://disk.yandex.ru/i/BsRBU6yQUJc24g
however, now my photos are no longer displayed in product cards
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] adding product tabsIt worked. Thank you
Forum: Plugins
In reply to: [WP Fastest Cache] content of articlesclosed
Forum: Plugins
In reply to: [Autoptimize] conflict with WP Fast CacheOh, sorry
Forum: Plugins
In reply to: [Autoptimize] conflict with WP Fast CacheIn this case, it is not possible to increase the site speed to normal values. I used to have 60, now I have 40.
I have now made the settings as in this article. https://thembay.com/speed-up-wordpress-theme-with-wp-fastest-and-autoptimize-full-guide/ (except Step4), But Google complains about JS.
Maybe you have any recommendations for me?
- This reply was modified 7 months, 2 weeks ago by Павел Ефимов.
Forum: Plugins
In reply to: [WP Fastest Cache] AwesomeI can’t figure out what broke my site now
Forum: Plugins
In reply to: [WP Fastest Cache] AwesomeThis is where the structure of the site https://gekoms.org/oborydovaniebrend/ broke down and the menu does not work. The drop-down list does not open https://disk.yandex.ru/i/toTKmCqp5W60DA
Forum: Plugins
In reply to: [WP Fastest Cache] Sloppy site structureI’ve been using the WPFC + Autoptimize combination for many years. There is no caching on the hosting side.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] update errorIt turned out that the problem is compatibility with the WP Fastest Cache plugin