Tech Blog
(Category - Wordpress)
Web development tips, tricks and tutorials for web developers of all levels.
Showing 1 to 5 of 5 results
How to increase the WPGraphQL query limit using graphql_connection_max_query_amount
By default, WPGraphQL limits the amount of posts per page that you can query at any one time to 100. But by adding a simple filter & function you can change this limit to any value. Continue reading
Selectively disable image lazy loading in WP 5.5+ (without plugin)
A better solution is to only disable lazy loading for selected images by class, particularly for images which increase the LCP metric. Continue reading
Remove Gutenberg CSS Library from WordPress
If you’re not using the Gutenberg editor (introduced in WordPress version 5), it is a good idea to remove the Gutenberg CSS which is automatically loaded. Continue reading
WP Synchro SSL error fix
When you create your first import installation in WP Synchro on your local site, it defaults to verifying the SSL certificate on your local setup. Continue reading
Owl Carousel CLS (Cumulative Layout Shift) fix
In this article, we will look at CLS (Cumulative Layout Shift) and how sliders/carousels such as Owl Carousel negatively impact CLS scores and provide a fix. Continue reading
Showing 1 to 5 of 5 results