DEV Community

hello936
hello936

Posted on

Defresh - Cut your site’s link load speed time in half with 1 <script> tag

Project URL: https://defresh.js.org
Defresh is a site that me and @derder56 have created. It’s a free-to-use software that makes your link loading time way faster.

It does this by not reloading the page when you click on a link.

Alt Text

How was this done? With a combo of AJAX and the history API, called PJAX More info here 13.

We’d love your feedback!

Thanks,

@justcoding and @derder56

Top comments (1)

Collapse
 
tipsypastels profile image
Dakota

Is that different from Turbolinks?