So i've been trying to get a few things optimized, and realized that all the pagespeed tools are throwing out a low score and so many errors.
Of course, if i use alicdn for images, i have no control over it whatsoever and they came uncompressed, and ungziped.
But what i'm even more curious is that all the static files have ?1000 appended in the URL. This prevents caching of resources.
I know it's important to not cache certain resources, like when ali changes the image and it can be changed on our end. But i have a feeling the usage is not for that at all since the query string doesn't change so it's entire purpose is just to prevent caching.
It got even more strange, as i kept getting blank ?1000 element all over the place,
And turns out it's because i have removed the default images, but the placeholder still remains and shows broken images
And even more broken elements leftover
Devs, please take some time to look into your theme and perform optimizations, fixes, improvements, instead of creating more themes that takes away your time to focus on what you already have.
Of course, if i use alicdn for images, i have no control over it whatsoever and they came uncompressed, and ungziped.
But what i'm even more curious is that all the static files have ?1000 appended in the URL. This prevents caching of resources.
I know it's important to not cache certain resources, like when ali changes the image and it can be changed on our end. But i have a feeling the usage is not for that at all since the query string doesn't change so it's entire purpose is just to prevent caching.
It got even more strange, as i kept getting blank ?1000 element all over the place,
And turns out it's because i have removed the default images, but the placeholder still remains and shows broken images
And even more broken elements leftover
Devs, please take some time to look into your theme and perform optimizations, fixes, improvements, instead of creating more themes that takes away your time to focus on what you already have.
Last edited: