I have the main page that loaded very long time (6-10 seconds) because it contains a form with captcha. The performance of the webapp + mysql (venus) is very bad... Drupal does not cache pages with a captcha, so recreate a page and does not load from redis cache. How best to resolve this performance issue?
Sorry for my English.