Category Archives: Speed

DNS configuration with Cloudflare.Set up bombastic DNS for a more comfortable IT life.

DNS configuration with Cloudflare not only speeds up browser start-up, but also contributes to improved security. Please give it a try. 1.1.1.1 1.1.1.1 is Cloudflare’s public DNS resolver.It provides a fast and private way to browse the internet. IPv4 IPv6 1.1.1.11.0.0.1 2606:4700:4700::11112606:4700:4700::1001 ​​1.1.1.1 family oriented. 1.1.1 for Families classifies internet destinations based on potential threats…

Without Plugin!How to LazyLoad Google Adsense to speed up display speed.

Loading Google Adsense significantly reduces page display speed. The following methods will improve the expectation of problem resolution and should be tried. Remove Script tag in Google Adsense code. <script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8085372009702943″ crossorigin=”anonymous”></script> <ins class=”adsbygoogle” style=”display:block” data-ad-client=”ca-pub-8085372009702943″ data-ad-slot=”2683573049″ data-ad-format=”auto” data-full-width-responsive=”true”></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> Delete the following part of…

How to score 100 on the Google Speed Test.How to create better web vitals with WordPress themes and plugins. ‘Checklist for developers’.

This post explains how to get a score of 100 on the google speed test. 1.Files You need to check the files loaded on your site by the theme and plugins.To do this, go to Google Speed Test and check your site. Click on the button ‘VIEW TREEMAP’.Click on the button to find the slowest…

Without Plugin!No plug-ins! How to implement a table of contents.|WordPress

Learn how to implement a table of contents in WordPress without using a plugin. This method does not use JQuery and is also the implementation method introduced on this website. It takes less time and man-hours, if you like. The following steps are to be implemented. Edit functions.php. Editing CSS. Set display conditions on the…

Without plugins!Contact Form 7 How to load js and css only on specified pages.|WordPress

Learn how to make ContactForm7 js and css load only on specified pages in WordPress without using a plugin. Normally, when ContactForm7 is installed, js and css are loaded on every page, which slows down the display speed, but this can be prevented by using this method. Edit functions.php. If a child theme is available,…

Without plugins!How to use syntax highlighting Prism.js.|WordPress

In this article, we will show you how to implement syntax highlighting in WordPress without using a plugin. Syntax highlighting is often used to display source code on websites and blog sites. This website has adopted “Prism.js” after various trials. The reasons are as follows. Light. Many languages handled. Flexible.(Various customisations are possible.) Easy to…

Does CDN delivery with Cloudflare reduce AdSense revenue?Various setting methods.

The impact of Adsense. They said that with the appropriate treatment, there would be no problem, and the appropriate treatment is to set mod_cloudflare settings. The cause is that individual IPs are indistinguishable through Cloudflare (they are all the same IP through Cloudflare). How to make Nginx recognise individual IPs differentially. I use Nginx, so…

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.