Slashdot Mirror


User: AkimAmaklav

AkimAmaklav's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Static content in multipart packages? on Optimizing Page Load Times · · Score: 1

    I was after a bit different approach. More in line with MMS or MHTML. Packages of content would be prepared on served side and maybe a one package could contain all icons etc. used in site or in case of relatively static site, whole site including pages could be packaged. The internal URLs would then point to elements of multipart package.

    At least in mobile world this could be useful. The initial load would be longer (creating data network connection and contacting the server takes quite some time anyway), but subsequent navigation would benefit.

  2. Static content in multipart packages? on Optimizing Page Load Times · · Score: 2, Interesting

    Has anyone played around with multipart/mixed or such replies? These could reduce the number of requests but is there any support for them in browsers?