-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Hello everyone,
I am experiencing poor loading times, usually 1-3 seconds, but also up to 25 seconds, with my magento 2 instance, when a page was not called before.
When i watch 'top', I can see, that the process is going up to 99 percent of CPU usage and shrinks down, when the page itself is loaded.
This seems to be a problem with the cache, because pages, which were called before, load immediately. I don't know about the possibilities to warm up the cache on CLI. I already used setup:static-content-deploy successfully.
The user rights are well configured.
I need to mention, that I don't use varnish. APCu and memcached are installed. I am using the latest Plesk Server, CentOS 6 and PHP 5.6.16.
I also don't want the shop to process the less files every time. Magento is in production mode and server-side less compilation is enabled. Please ignore this, if this is correct.
Thank you in advance.
Kind regards
Chris