Hi @stevemoretz,
PhastPress needs to process your page in order to perform its optimizations. If your server isn’t too slow, this shouldn’t take more than 100 ms, depending on the size of your pages. If you use full page caching, which I recommend, this is a one-time cost per page.
Even without caching, this small increase in page generation time should be compensated by the reduction in time to first render.
The only case in which the optimization time will be excessive is if your hosting is slow.
–Albert
Thank you!
Just wanted to make sure that is not a bug.
Hi @kiboit, first of all congratulations for the plugin, really well written and very useful.
Which cache plugin do you recommend to use in conjunction with PhastPress?
At the moment I’m only using Cloudflare APO and no wordpress plugins.
As for the speed, I noticed that PhastPress takes about 40 / 50ms to perform the optimizations, can you tell me which are the “heavier” options?
I am currently using only “Optimize CSS”, “Load scripts asynchronously” and “Minify scripts and improve caching”.
Thank you!
Hi @scontomio,
40-50 ms is decent. You won’t get it much lower than that I’m afraid. It should save more than that in reduction of time to first paint.
The most intensive optimization is “Optimize CSS”. But that one is also one of the most effective ones, so I wouldn’t recommend disabling it.
With full-page caching enabled, the PhastPress optimizations will only delay the first render. I usually use WP Super Cache, but the other popular plugins mostly also work fine. See the FAQ.
–Albert