skiluk
Forum Replies Created
-
The issue is for mobile. I added a new plugin which adds css but dequeue on mobile. So CSS is different for device size.
It looks like it is loading the CSS inline along with the Critical CSS as there are double entries for some of the CSS.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] HTML priorityThank you for your reply and help. This explains what I am seeing. Maybe there is another way to do what I am trying to do.
I use Autoptimize to speed up my site. It has the ability to preload assets by placing a HTML link preload tag at the top of the page for the assets, however it is site-wide. I was hoping to use this plugin to do the same thing, but on a post/page basis as the assets are different. However, since the HTML code is placed farther down the page, the asset is pre-loaded too late so I am not getting much speed benefit.
Do you have any ideas on how to prioritize the custom HTML code?
Hi, still have the same issue. The table it is looking for is ‘wp_rank_math_analytics_ga’
I am experiencing this same issue. Any update?
WordPress database error Table ‘db.wp_rank_math_analytics_ga’ doesn’t exist for query SELECT COUNT(id) FROM wp_rank_math_analytics_ga LIMIT 0, 1 /* From [/wp-admin/admin-ajax.php] in [/wp-content/plugins/seo-by-rank-math/vendor/mythemeshop/wordpress-helpers/src/database/class-query-builder.php:104] */ made by require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, CMB2_Bootstrap_270->include_cmb, cmb2_bootstrap, do_action(‘cmb2_admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, RankMath\\Admin\\Options->register_option_page, include(‘/plugins/seo-by-rank-math/includes/modules/analytics/views/options.php’), RankMath\\Analytics\\DB::info, RankMath\\Analytics\\DB::get_total_rows, MyThemeShop\\Database\\Query_Builder->getVar, MyThemeShop\\Database\\Query_Builder->one
Forum: Plugins
In reply to: [Autoptimize] Pre-Load just not workingThis is happening to me as well. Is there a workaround? I don’t want to turn off our CDN.
The reset fixed our issue. Thank you!