Optimizing file size and load times

Tirloni, Giovanni gtirloni at ocadu.ca
Wed Jun 24 15:16:01 UTC 2015


On Wed, 24 Jun 2015 11:03 -0400, Colin Clark <colinbdclark at gmail.com>
wrote:
> It's not clear to me why we're also seeing duplicate loads of the same
> resources for a given page, but that is also something we should address.
> Seems like it may also be worth gzipping our assets as well?

For inclusivedesign.ca it's downloading from two different URLs:

  URL:
  http://inclusivedesign.ca/wp-content/plugins/infusion-videoPlayer-wp-plugin/lib/videoPlayer/lib/infusion/MyInfusion.js
  Referer:
  http://inclusivedesign.ca/wp-content/plugins/infusion-videoPlayer-wp-plugin/lib/videoPlayer/lib/infusion/components/uiOptions/html/FatPanelUIOptionsFrame.html

  URL:
  http://inclusivedesign.ca/wp-content/themes/wordpress-fss-theme/infusion/MyInfusion.js
  Referer: http://inclusivedesign.ca/

It attempts a 3rd download when I hover the mouse over the horizontal
menu (Home, About, People, etc.)

For build.fluidproject.org I can't explain why Firefox is showing it
downloaded twice since the URL is the same. The referers are different
though:

  URL: http://build.fluidproject.org/lib/infusion/infusion-custom.js
  Referer:
  http://build.fluidproject.org/SeparatedPanelPrefsEditorFrame.html

  URL: http://build.fluidproject.org/lib/infusion/infusion-custom.js
  (same)
  Referer: http://build.fluidproject.org/

At least our newest web servers are already gzipping JS, CSS and various
image/font types.

Giovanni


More information about the fluid-work mailing list