Various BUGS/PROBLEMS
-
Great plug in, just have various bugs/problems I found out while using it:
1) All the images miss width and/or height attributes reducing google pagespeed score and probably marginally decreasing speed
Specify image dimensions
Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
2) This are my settings
https://i.imgur.com/GdFoeol.pngIf i leave blank the query for the highest width this error happens for example in my page:
https://www.recreotesting.com/uncategorized/prueba-para-ver-como-se-ve-todo-con-fotos/
<span data-src=”https://www.recreotesting.com/slir/w320/wp-content/uploads/2014/12/imagen-009-730×486.jpg” data-media=”all”></span>
<span data-src=”https://www.recreotesting.com/slir/w400/wp-content/uploads/2014/12/imagen-009-730×486.jpg” data-media=”(min-width:321px)”></span>
<span data-src=”https://www.recreotesting.com/slir/w600/wp-content/uploads/2014/12/imagen-009-730×486.jpg” data-media=”(min-width:415px)”></span>
<span data-src=”https://www.recreotesting.com/slir//wp-content/uploads/2014/12/imagen-009-730×486.jpg” data-media=”(min-width:730px)”></span>It should display the original image which is in the post, but the plug in adds /slir// to it, so the image doesn’t exist
3) If i set the SLIR Base URL to https://www.recreotesting.com my wordpress website will crash, do loops or whatever but it wont work again
- The topic ‘Various BUGS/PROBLEMS’ is closed to new replies.