TTFB is too slow in back-end [closed]

A simple solution (although not followed by good practices) would be to use a CACHE plugin. This will use an image of your HTML and you will not have to execute your process every time. If you want to improve the performance of the PHP file, you should find the root of the problem, that … Read more

JS/CSS duplicate load and 404 Error [closed]

Sorry to hear this. That is a lot of plugins! Since you have no worries installing/using so many, I have to ask: have to tried using a plugin to minimize and impact performance of Javascript and CSS? Might be worth trying something like this just to see how it impacts overall performance: https://wordpress.org/plugins/autoptimize/ Also, have … Read more

To what degree can use of caching-plugins and a CDN boost WordPress performance? [closed]

If your content is rarely updated and that you have configured a caching solution to have what is commonly called a ‘supercache’. This means that ounce a page is cached, next call to that page will return a static content, without requiring a call to a php interpreter. Even on a cheap hosting, you can … Read more