Latest "Performance/SEO" files
Workshop » Reference Section » Grimoires » IT » Platforms » Linux » Packages » SQL

Automatic SQL tuning recommendations with mysqltuner.pl

Run this on the server for sql tuneup recommendations to my.cnf.

[code]wget http://mysqltuner.pl/ -O mysqltuner.pl perl mysqltuner.pl[/code]
Workshop » Reference Section » Grimoires » IT » Applications » Web Browsers » CSS

If CSS animations cause a layout shift during rendering, even if they’re on compositable attributes

If CSS animations cause a layout shift even if they're on compositable ettributes, look for clip paths, overflow:hidden, or css filters on them or their ancestors.