Ever since I enabled HTTP/2 (h2 protocol), I've noticed that 'Optimization' slows my page load down. Below is a sample of my test results. Every test showed similar. The opposite was true before HTTP/2, and with a great difference. I know how HTTP/2 works. What I'm wondering, now, is maybe I don't understand how Drupal aggregation works, because this doesn't make sense.
I have 2 fields in a form (organization and person). The second (person) one uses the autocomplete widget. An "organization" can have many "person"s related to it (entity refernces).
I want to create an autocomplete function to filter the suggestions for the "person" field based on the previous selection for "organization".
Seen some odd log entries this morning. What's even more odd is "Anonymous" is my IP, and I have not accessed my site as anonymous. (except for cron runs)
My site is live.
This would be less concerning to me if it wasn't my IP.
Can anyone offer an explanation as to what happened at 11:38 ?
I have drupal 7 and two day ago i got error PDOException: "SQLSTATE[HY000] [1129] Host '***' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in lock_may_be_available() ".
I'm creted new file and did raw connection, all by good. Why drupal cant connect to db?
ps. I try update drupal but got same error from install.inc in functiondrupal_get_installed_schema_version() (line 155 ...