Site really slow due to chaining critical requests etc.
-
My WP site loads ridiculously slow (14s). Site URL https://www.chopsticktherapy.com/
GTmetrix says the biggest issues are: Initial server response time (7.2s), Chaining critical requests and Multiple page redirect:GTmetrix run:
Maximum critical path latency: 14.8s
Initial Navigation
–https://chopsticktherapy.com/ 250B, 171ms
—-https://chopsticktherapy.com/ 200B, 6.6s
——https://www.chopsticktherapy.com/ 11.7KB, 7.3s
——–https://www.chopsticktherapy.com/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend.min.css?ver=7.16.2 944B, 261ms`
…(I’m leaving out of the rest which add up to about 2s)`In WP setting:
Wordpress Address(URL):https://www.chopsticktherapy.com
Site Address (URL):https://www.chopsticktherapy.comHere’s what’s in .htaccess (I made no change to the default after WP install)
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Are these issues related or are separate ones, and from where to fix them (via WP setting, or .htaccess. or something else)? The site was revived a few months ago, and a SSL/TSL cert was added after that. BTW I’m with Bluehost who doesn’t have C-panel! Thanks in advance for suggestions!
The page I need help with: [log in to see the link]
- The topic ‘Site really slow due to chaining critical requests etc.’ is closed to new replies.