Archived topic
one script maybe has to be optimized
3 replies · Started by Heinrich on April 20, 2021
hi team, please see attached screenshot. one script in gp 2.0 rc2 needs (to) much time.
would be fine if you can have a look on this one.
br
Hi there,
that file is 1.8kb in size so it really can't be optimized any more :) - the Blocking Time ( the grey/brown ) bars on GT Metrix are generally an accumulation of all the render blocking resources - so you should check whats happening before that request.
One thing i did note is that Request Version is HTTP1.1 - i would get that updated to HTTP2.0 - which will allow more concurrent connections to the server - that would make a big difference to performance.
hi david,will check this, tks.
and http2.0 i am aware of, but we are still in dev...so no https...
You're welcome