Even faster websites!

View: New views
6 Messages — Rating Filter:   Alert me  

Even faster websites!

by Deco Rior (Tennissource) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

For those of us that loved the O'reilly book on fast web sites, where  
many of the concepts have been implemented by the list a new book by  
the same author has been published!

http://oreilly.com/catalog/9780596522308/

Check it out

Deco

--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: Even faster websites!

by Lars A Gundersen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like a great resource.

On the same note, so is Safari 3's developer console, and a neat  
feature is that it will break down the time it takes to fetch a  
resource into server side processing and network transfer. This in  
invaluable when optimizing.

Just a tip if you haven't explored it since Safari 3. It's a whole  
different beast now.
Lars

Lars A. Gundersen
91 64 46 10
www.larsagundersen.no

On 23. juni 2009, at 15.41, Deco Rior <decorior@...> wrote:

> For those of us that loved the O'reilly book on fast web sites,  
> where many of the concepts have been implemented by the list a new  
> book by the same author has been published!
>
> http://oreilly.com/catalog/9780596522308/
>
> Check it out
>
> Deco
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
>

--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: Even faster websites!

by Deco Rior (Tennissource) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

And on Safari 4 ;-)

I think they have added some features

Deco
On Jun 23, 2009, at 9:58 AM, Lars A Gundersen wrote:

> Looks like a great resource.
>
> On the same note, so is Safari 3's developer console, and a neat  
> feature is that it will break down the time it takes to fetch a  
> resource into server side processing and network transfer. This in  
> invaluable when optimizing.
>
> Just a tip if you haven't explored it since Safari 3. It's a whole  
> different beast now.
> Lars
>
> Lars A. Gundersen
> 91 64 46 10
> www.larsagundersen.no
>
> On 23. juni 2009, at 15.41, Deco Rior <decorior@...>  
> wrote:
>
>> For those of us that loved the O'reilly book on fast web sites,  
>> where many of the concepts have been implemented by the list a new  
>> book by the same author has been published!
>>
>> http://oreilly.com/catalog/9780596522308/
>>
>> Check it out
>>
>> Deco
>>
>> --
>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>
>>
>>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>




--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: Even faster websites!

by berbercarpet-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jun 23, 2009, at 12:43 PM, Deco Rior wrote:

> I think they have added some features

if you are interested in this topic you owe it to yourself to dig into  
jason huck's asset manager, and the talk he did about it at LDC 2008

http://bit.ly/XNajX




--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: Even faster websites!

by Deco Rior (Tennissource) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah,

However, this is the follow-on book. Jason implemented the ideas that  
were covered  from the first book, so it should be interesting to see  
the additional stuff.

There are a couple of other references I should dig out on faster  
javascript too.

Deco

On Jun 30, 2009, at 6:55 AM, Chris Corwin wrote:

>
> On Jun 23, 2009, at 12:43 PM, Deco Rior wrote:
>
>> I think they have added some features
>
> if you are interested in this topic you owe it to yourself to dig  
> into jason huck's asset manager, and the talk he did about it at LDC  
> 2008
>
> http://bit.ly/XNajX
>
>
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>


--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/



Re: Even faster websites!

by Jason Huck :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Getify Solutions is developing some really interesting projects,
including this jQuery plugin that handles multi-part AJAX responses,
similar to Digg's ui.stream concept:

http://test.getify.com/mpAjax/description.html

- jason



On Tue, Jun 30, 2009 at 9:12 AM, Deco Rior<decorior@...> wrote:

> Yeah,
>
> However, this is the follow-on book. Jason implemented the ideas that were
> covered  from the first book, so it should be interesting to see the
> additional stuff.
>
> There are a couple of other references I should dig out on faster javascript
> too.
>
> Deco
>
> On Jun 30, 2009, at 6:55 AM, Chris Corwin wrote:
>
>>
>> On Jun 23, 2009, at 12:43 PM, Deco Rior wrote:
>>
>>> I think they have added some features
>>
>> if you are interested in this topic you owe it to yourself to dig into
>> jason huck's asset manager, and the talk he did about it at LDC 2008
>>
>> http://bit.ly/XNajX
>>
>>
>>
>>
>> --
>> This list is a free service of LassoSoft: http://www.LassoSoft.com/
>> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
>> Manage your subscription: http://www.ListSearch.com/Lasso/
>>
>>
>
>
> --
> This list is a free service of LassoSoft: http://www.LassoSoft.com/
> Search the list archives: http://www.ListSearch.com/Lasso/Browse/
> Manage your subscription: http://www.ListSearch.com/Lasso/
>
>
>



--
tagSwap.net :: Open Source Lasso Code
<http://tagSwap.net/>

--
This list is a free service of LassoSoft: http://www.LassoSoft.com/
Search the list archives: http://www.ListSearch.com/Lasso/Browse/
Manage your subscription: http://www.ListSearch.com/Lasso/