Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps Tools
Documentation
Merge requests
!15
Add Cypress to
docker/l3d#85
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Cypress to
docker/l3d#85
develop
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
danielspeicher
requested to merge
develop
into
main
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
17afcc48
1 commit,
9 months ago
3 files
+
36
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
docs/docker/unlighthouse/index.md
0 → 100644
+
31
−
0
Options
---
title
:
Docker Unlighthouse
repo
:
https://gitlab.lakedrops.com/docker/unlighthouse
issues
:
https://gitlab.lakedrops.com/docker/unlighthouse/-/issues
tags
:
-
docker
-
unlighthouse
-
tests
---
# Unlighthouse
This project provides a tool for getting useful analysis from your website:
-
Performance
-
Accessibility
-
Best Practice
-
SEO

See more information
[
here
](
https://unlighthouse.dev/guide/getting-started/unlighthouse-cli
)
.
We recommend using
[
Docker for Drupal
](
omposer/plugin/d4d/
)
to install Unlighthouse, so you will benefit form the great
and easy Drupal integration. You also get the corresponding
[
Ahoy
](
composer/plugin/ahoy/
)
commands out of the box.
Make sure the Docker container inside
[
l3D
](
docker/l3d/
)
for Drupal are running, and you can start Unlighthouse by
```
ulh
a unlighthouse on
```
You can access the tool via
`http(s)://unlighthouse-<your domain>`
.
\ No newline at end of file
Loading