site speed issue
-
Hello WP Developer,
My one of the site is running too slow, like taking 100s+ :
I have applied below solution :
– Install cache plugin
– Manually minified js files.
– Optimize images
– Minify css/js (as possible as many)
– Improve static query string
– Enalble keep alive (not working in htaccess)
– Set cache/boost up site performance plugin
– Set compression/expire/cache control code in htaccess
– Download font in our server, instead of google font url.
– Combine css/js
But still not archive good speed.As I have notice it take much time in TTFB (time to first byte)
— So I have google for the same, and found that, there may be DB not config proper etc,but it look fine for me.But I could not solve it.
Even I have notice that there was some ‘wp-include’ & ‘wp-admin’ ‘s file was include, I can see from browser (network tab)
So is there any other solution, which may use full to improve site performance?
- The topic ‘site speed issue’ is closed to new replies.