Rozšírené hľadanie
Pondelok 2. December 2024 |
meniny má Bibiána
How to prevent cache_form table to get too big in Drupal 7

12.12.2021 05:30 ​Recently, a web hosting company I use sent me an email warning me about exceeding allowed size of the database. The limits are quite restrictive in this case. I had to deal with this issue based on a client request. I found out that the problem was in cache tables, especially the cache_fom table. It consumed about 80 % of the total space. But why?

Allow decreasing or increasing of quantity in Drupal Commerce without Javascript

12.12.2021 05:30 There are many ways how you can improve user experience. One of them is proper use of HTML5 elements. Unfortunatelly Drupal 7 was released before these elements were  widely used.