Skip to content
#

images

Here are 2,969 public repositories matching this topic...

vanilla-lazyload

LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • Updated Feb 21, 2022
  • JavaScript
technopagan
technopagan commented Sep 21, 2017

SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.

Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.

HalcyonAzure
HalcyonAzure commented Mar 13, 2022

Docker部署Lsky-Pro的方法

直接使用Docker Hub拉取使用

该镜像为自己维护的镜像,会每周拉取一次最新的代码进行构建,有问题可以在该仓库下发起issues

参考了之前 #256 里面的方法,对2.0正式版本也自己写了个Dockfile。在Dockerfile里面直接修改了PHP上传图片100M的限制,现在应该是可以开箱即用的。

示例:

docker run -it --name=lskypro -p 9080:80 -d halcyonazure/lsky-pro-docker:latest

通过Dockerfile自己编译镜像

该方法是参考了 #256 里面同样需要感谢的大哥的D

Improve this page

Add a description, image, and links to the images topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the images topic, visit your repo's landing page and select "manage topics."

Learn more