
Speed up your website?
Use this when possible…
… and read more here.
For me worked, the following steps:
In Firefox
In VLC
Thank you MichiBack.
Have a nice day!
Nice to know, check what events are happening on the webpage…
start Chrome
open the website
F12 for developer tools
open the console (ESC) and type:
monitorEvents(document.body)
hit enter, return to your webpage and observe the console
be amazed
Have a nice day!
Again, found and pasted here; to keep for myself and later use.
Article from March 2018, but still valid I think. Original link: https://www.seoguru.nl/handleiding-seo/seo-tips/ = the last chapter of https://www.seoguru.nl/handleiding-seo/
Tot slot van deze handleiding geef ik hier een samenvatting in de vorm van SEO tips. Ze zijn hieronder zoveel mogelijk uitgesorteerd naar het stadium van de ontwikkeling van de website. De lijst wordt regelmatig bijgehouden. Indien u zaken ziet die naar uw mening anders moeten of indien u tips mist, dan hoor ik dat graag. Dank!
Continue reading SEO tips from the guruPrevent caching?
change the HEADERS!
Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0
GOOD INFO HERE:
https://stackoverflow.com/questions/49547/how-to-control-web-page-caching-across-all-browsers
Just correct this using CSS.
The appearance property is used to display an element using a platform-native styling based on the users’ operating system’s theme.
.thing { -webkit-appearance: none; -moz-appearance: none; appearance: none; }