-
Reducing Disk Load in High-Traffic PHP Applications: Switching from SQLite to Redis for Anti-Crawler Storage
Automated crawlers and scraping bots are a growing problem for modern websites. While search engine bots are useful, many other crawlers generate excessive traffic, scrape content, or overload servers. To help website owners control this type of traffic, we recently released the Anti-Crawler PHP Library by CleanTalk, an open-source tool designed to detect and limit
-
7 useful functions Drupal API that everyone should know!
In this article we will look at 7 Drupal API functions that are very helpful in the development of sites to Drupal 7. check_plain($text) – re-encodes special characters to HTML entities. Parameters: $text – the string for conversion The return value: the processed string to display as HTML. This function can be used to treat…
-
Drupal API functions for working with taxonomy
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. In Drupal API there are a number of useful features for taxonomy…
-
A few tips to accelerate Drupal
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. Drupal constantly criticized for its slowness, for the great number of database…
-
Saving “many-to-many” in Yii2 through behavior
CleanTalk is a SaaS spam protection service for Web-sites. CleanTalk uses protection methods which are invisible for site visitors. Connecting to the service eliminates needs for CAPTCHA, questions and answers and other methods of protection, complicating the exchange of information on the site. If you had to work with Yii2 sure there was a situation…