Drupal 8 slow in Windows 10 (Xampp)

Hi
Anyone having this issue ? I am running Windows 10 with Xampp . Drupal 8 is extremely slow, takes a long time to load pages ( about 10 sec wait time.)

Previous version of Drupal run fine without a problem in my Windows Environment

Studio Present agency

Studio Present agency - studiopresent.com

Studiopresent.com is a website that is focused on the presentation of projects that we have done and all our services. Using Drupal 8 we achieved unique user experience.

Sectors: 
Small business
Technology

Robots.txt when trailing slashes are removed

Hello,

I use the module Redirect in Drupal 8. I have checked "Remove trailing slashes from URL's". I also use clean URL's. Does this setting lead to that I also need to edit Robots.txt?

Take this line for exemple:

"Disallow: /user/login/"

If I enter "http://mypage.com/user/login/" it get redirected to "http://mypage.com/user/login" without a trailing slash in the end.

Taxonomy name as path parameter

n my module, I have defined the following route:

custom_module_page:
path: 'new/post/{term-id}'
defaults:
    _controller: '\Drupal\mymodule\Controller\myModuleArticleController::content'
requirements:
    _permission: 'access content'

options:
parameters:
  term-id:
    type: 'term:tid'

in the controller

Twig dump and ladybug

Hello everyone,
I was creating my own theme and I cannot use the dump in Twig, because I get a blank screen. Searching a bit about it, I learned that it is a problem of memory consumption. I also read that ladybug dump may help. I want to install it on drupal, but I don't really know how to do. I quite new in Drupal 8, even though I was quite skilled on D7.

Drupal 8 home page redirects to user profile page

Hi,

Whenever I go to home page it always redirects to user profile page.

from localhost/drupal to localhost/drupal/user/1

On settings default front page set to localhost/drupal.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x