I recently installed Drupal in a test site after being "away" from Drupal for some time. The last Drupal sites I built and managed were v 7 and this new one is v 8. As I am on a shared hosting plan, I do not have shell access and must do the updates using FTP. Installation was easy with a built-in install script through cPanel.
I'm investigating using Drupal for a site that is **very** busy on the frontend side (millions of visits per day) and I'd like to put a setup in place that would allow me that the authors contributing content in the CMS have a guaranted response time and level of performance when they actually create their content. I don't want them to be subject to the peak activity that may occur on the frontend side.
I have a requirement in durpal 8. Requirement as provided below
I have created a durpal module. It fetches the content from 3rd party APIs and drupal db. The output is created in twig files. We have requirement like the output of twig file need to be saved as html file which is used for google SEO crawling.
I can not keep the ob_start in twig files as php code not allowed in twig flies. So, Please provide other inputs.
Drogowskaz.Info - Project in the preliminary phase ... a lot of work ahead of us :)
I am asking for constructive criticism and tips on what to improve ...
PS. The website is based on Drupal 8.x ... Site translated from Polish to English automatically by the Google Translate service
Note:- my custom form api drupal 8 and when i click on submit button I want the user to redirect to to paypal website to do payment. on submit i don't know how to redirect to paypal with form data and how can i send data to paypal such as amount. Please help me.