Home
Internet, IT and Technology

Web development

Word counter in CKEditor 5 on Drupal 9 and 10+

Modules to display the number of words in the Drupal text editor, CKEditor 5.

updown.io Web Monitoring Service Review

Updown.io is a monitoring service for web pages, which works by sending HTTP requests periodically to check their availability and performance. When there is a problem, you are notified by email or SMS.It has several servers distributed around the world to better simulate the normal behavior of clients on the Internet. If a server has difficulty

DNS Made Easy Features Review

DNS Made Easy is a paid authoritative DNS service. It is at the top in terms of performance on the DNSPerf website. It was created, as its name indicates, with the purpose of being an easy-to-use service. Since it is not necessary to do performance tests because DNSPerf has already taken care of that, I will only talk about the impressions that

Fix: Drupal 8, 9 and 10 awfully slow on Windows

If we have Drupal installed in a Linux development environment, it runs wonderfully even in a virtual machine with 1 GB of RAM and 1 CPU core. When we switch to Windows things change drastically, even with 16 GB of RAM and 6 CPU cores everything seems to go slow, with waiting times on average of 5 seconds, at least for a development environment

Testing WordPress 6 after 10 years of not using it

WordPress is a well-known content management system, and today it is used by approximately 43% of all pages on the Internet. People prefer it because, it is popular, it is simple, it does not have many requirements, and practically anyone with basic knowledge can start a page with WordPress. Table of Contents What are the disadvantages? Table of Contents What are the disadvantages? (adsbygoogle = window.adsbygoogle || []).push({}); ⇧ What are the disadvantages? With more than 20 years of ⇧

Nginx add support for Brotli on Debian and Ubuntu

In this guide I will be explaining how to compile the Brotli module for Nginx, a compression algorithm developed by Google, as an alternative to GZIP and Deflate. The reason for compiling the module is that Nginx has not officially supported the open source version, and in its Nginx Plus version it is supported. Tested with systems: Debian 10 Buster D

Index a web page in the DuckDuckGo search engine

What needs to be done to index a web page in the DuckDuckGo search engine?, a search engine notable for being one of the first search engines with an emphasis on privacy.

How to install OpenLiteSpeed in Debian 12 Bookworm

OpenLiteSpeed ​​can be installed in Debian 9, 10 and 11 from the official LiteSpeed ​​repositories according to its official documentation. The LiteSpeed ​​repositories have not yet been updated to support Debian 12 Bookworm, if we try we will get several errors in the process. This does not mean that it cannot be done, we have two options, the

Add SVG images support and compression in Nginx

With the arrival of the SVG format (Scalable Vector Graphics) many years ago, it is necessary to configure our servers correctly to serve it in the best way. Although this is only supported in modern web browsers, using it properly will give us good benefits such as the possibility of using only one scalable version of an image instead of several

How to disable Strict Mode of MySQL and MariaDB

The strict mode in MySQL or MariaDB is a mode that limits us and does not allow us to carry out bad practices, such as inserting many characters when the limit is low in a certain field. Doing this can have two consequences depending on the version we use, for example it can cut our data and show a warning, or the declaration will not be executed