Archimedes Trajano

Results 319 comments of Archimedes Trajano

I would agree with the page cache. I just never got around to doing it, I've tried a few before (like years ago) but they had some issues on a...

What I would like to know is if it were at all possible to send the headers ASAP then the content because it looks like it processes the whole page...

Tried using WP Super Cache (had it's share of issues with permissions and what not) but I got it working in the end. I lose the headers now :( Content...

Here's a slightly better one that I am using, it will scan through and preload all JS, CSS PNG and JPGs that are found in the content. I kind of...

For server push you need two things: the `Link` header and a server such as nghttp2 that can parse the `Link` header and start sending. I haven't gotten it to...

I had a recent finding with HTTP2 Server Push, but it may just be a Chome bug/limitation. https://trajano.net/2017/01/double-downloads-with-http2-server-push/ if you preload and the resource is not dynamically added using scripts...

Either one will yield the same problem. Doing in Link header will just download a bit more data sooner I presume because of Server Side push. Again I think it...

@vijayaraghavanramanan i think it a proper way to validate is to find out whether the a resource was sent via H2 AND downloaded as part of the webpage request either...

I don't have a updated to the latest version of Cache-Enabler, I did a diff and the key functions are below for wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php private static function endsWith($haystack, $needle) { $length...

If you can somehow push those that are part of the theme (i.e. scripts, CSS) that would be better. However, they will only work when the data is loaded via...