OptinMonster and FB Plugins slowing me down...
|
01-23-2018, 10:35 AM
Post: #1
|
|||
|
|||
OptinMonster and FB Plugins slowing me down...
Site is Drupal 7 and hosted on Pantheon
I've been doing a lot of work optimizing my site recently. Compressing and combining images to reduce http requests, turning off unused modules, and setting up AdvAgg. I've managed to speed my site up considerably, with 95/96 scores on PageSpeedInsights and good times on WebPageTest. However, I have some remaining issues. Here's my test: http://www.webpagetest.org/result/180122...9e00765fa/ Things that still bother me are:
As I said above, I used the AdvAgg module to optimize CSS, JS, etc. I used an optimization guide I found on Drupal.org as well as one that came with the newest version of AdvAgg. The only thing in those guides that I skipped was the AdvAgg Bundler which, ironically enough, increased the amount of blocking css and js files reported under PageSpeedInsights. Any advice appreciated. |
|||
02-05-2018, 11:10 AM
(This post was last modified: 02-05-2018 11:41 AM by avalanch.)
Post: #2
|
|||
|
|||
RE: OptinMonster and FB Plugins slowing me down...
Any third party content will reduce your speed. Test it out by removing all third party content & run a test, compare it to a test with your third party content enabled. Localize as much third party content as you possibly can in order to preserve fast speeds.
Also use this in your htaccess instead of relying on that tool. This automatically compresses js/css files. Code: #Deny attempts to view the Htaccess file. You can also compress them here but if you do, you should upload them one at a time to make sure the compressor didn't break any functionality. Compressing with htaccess will ensure that you don't break any functionality. |
|||
02-13-2018, 04:41 AM
Post: #3
|
|||
|
|||
RE: OptinMonster and FB Plugins slowing me down...
(02-05-2018 11:10 AM)avalanch Wrote: Any third party content will reduce your speed. Test it out by removing all third party content & run a test, compare it to a test with your third party content enabled. Localize as much third party content as you possibly can in order to preserve fast speeds. Thanks for the advice. Unfortunately, using NGINX servers, htaccess is ignored and that is not an option for us. |
|||
03-07-2018, 02:05 PM
Post: #4
|
|||
|
|||
RE: OptinMonster and FB Plugins slowing me down...
(02-05-2018 11:10 AM)avalanch Wrote: Any third party content will reduce your speed. Localize as much third party content as you possibly can in order to preserve fast speeds. I did some quick searching and I am obviously too noobish to understand what exactly it is I'm even looking for. How might I go about localizing the Facebook code for example? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)