Skip to content

feat: performance optimisation #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/GlossaryCard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import ArrowUpRight from "../../static/img/ArrowUpRight.svg";
import ArrowUpRight from "../../static/img/ArrowUpRight.webp";

const GlossaryCard = ({name, description, link}) => {
return (
Expand Down
24 changes: 12 additions & 12 deletions src/components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Languages() {
>
<img
className="h-8 w-8"
src="/docs/img/golang.svg"
src="/docs/img/golang.webp"
alt="Go lang logo"
/>
<p className="font-semibold">Go</p>
Expand All @@ -51,7 +51,7 @@ function Languages() {
>
<img
className="h-8 w-8 transition hover:scale-110"
src="/docs/img/java.svg"
src="/docs/img/java.webp"
alt="Java logo"
/>
<p className="font-semibold">Java</p>
Expand All @@ -64,7 +64,7 @@ function Languages() {
>
<img
className="h-8 w-8"
src="/docs/img/python.svg"
src="/docs/img/python.webp"
alt="Python logo"
/>
<p className="font-semibold">Python</p>
Expand All @@ -77,7 +77,7 @@ function Languages() {
>
<img
className="h-8 w-8 transition hover:scale-110"
src="/docs/img/javascript-logo.svg"
src="/docs/img/javascript-logo.webp"
alt="Javascript logo"
/>
<p className="font-semibold">Javascript</p>
Expand All @@ -90,7 +90,7 @@ function Languages() {
>
<img
className="h-8 w-8 transition hover:scale-110"
src="/docs/img/rust-logo.svg"
src="/docs/img/rust-logo.webp"
alt="Javascript logo"
/>
<p className="font-semibold">Rust</p>
Expand All @@ -103,7 +103,7 @@ function Languages() {
>
<img
className="h-8 w-8 transition hover:scale-110"
src="/docs/img/csharp-logo.svg"
src="/docs/img/csharp-logo.webp"
alt="Javascript logo"
/>
<p className="font-semibold">CSharp</p>
Expand Down Expand Up @@ -143,7 +143,7 @@ function Frameworks() {
>
<img
className="h-8 w-8"
src="/docs/img/mongodb-logo.svg"
src="/docs/img/mongodb-logo.webp"
alt="Docker logo"
/>
<p className="font-semibold">MongoDB</p>
Expand All @@ -156,7 +156,7 @@ function Frameworks() {
>
<img
className="h-8 w-8"
src="/docs/img/http-logo.svg"
src="/docs/img/http-logo.webp"
alt="HTTP logo"
/>
<p className="font-semibold">HTTP</p>
Expand All @@ -169,7 +169,7 @@ function Frameworks() {
>
<img
className="h-8 w-8"
src="/docs/img/postgres-logo.svg"
src="/docs/img/postgres-logo.webp"
alt="PostgresSQL logo"
/>
<p className="font-semibold">PostgresSQL</p>
Expand All @@ -182,7 +182,7 @@ function Frameworks() {
>
<img
className="h-8 w-8"
src="/docs/img/redis-logo.svg"
src="/docs/img/redis-logo.webp"
alt="Redis logo"
/>
<p className="font-semibold">Redis</p>
Expand All @@ -192,7 +192,7 @@ function Frameworks() {
<Link className="flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline ">
<img
className="h-8 w-8"
src="/docs/img/mysql-logo.svg"
src="/docs/img/mysql-logo.webp"
alt="MySQL logo"
/>
<p className="font-semibold">MySQL</p>
Expand All @@ -202,7 +202,7 @@ function Frameworks() {
<Link className="flex flex-col items-center justify-center space-y-1 p-6 text-center hover:underline ">
<img
className="h-8 w-8"
src="/docs/img/dynamodb-logo.svg"
src="/docs/img/dynamodb-logo.webp"
alt="DynamoDB logo"
/>
<p className="font-semibold">DynamoDB</p>
Expand Down
6 changes: 3 additions & 3 deletions src/components/SDKs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SDKs = () => {
>
<img
className="h-16 w-16"
src="/docs/img/os/windows-logo.svg"
src="/docs/img/os/windows-logo.webp"
alt="Windows logo"
/>
<p className="text-lg">Windows</p>
Expand All @@ -28,7 +28,7 @@ export const SDKs = () => {
>
<img
className="h-16 w-16"
src="/docs/img/os/linux-logo.svg"
src="/docs/img/os/linux-logo.webp"
alt="Linux logo"
/>
<p className="text-lg">Linux</p>
Expand All @@ -39,7 +39,7 @@ export const SDKs = () => {
>
<img
className="h-16 w-16"
src="/docs/img/os/apple-logo.svg"
src="/docs/img/os/apple-logo.webp"
alt="Mac logo"
/>
<p className="text-lg">MacOS</p>
Expand Down
Binary file not shown.
Binary file added static/diagrams/activity-execution.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/basic-distributed-system.webp
Binary file not shown.
Binary file added static/diagrams/commands.webp
Binary file not shown.
Binary file added static/diagrams/default-data-converter.webp
Binary file not shown.
Binary file added static/diagrams/heartbeat-timeout.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/learning-path-ssn-trace-flow.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/parent-close-policy.webp
Binary file not shown.
Binary file added static/diagrams/query.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed static/diagrams/schedule-to-close-timeout.png
Binary file not shown.
Binary file added static/diagrams/schedule-to-close-timeout.webp
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/schedule-to-start-timeout.webp
Binary file not shown.
Binary file added static/diagrams/signal.webp
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/start-to-close-timeout.webp
Binary file not shown.
Binary file added static/diagrams/task-queue.webp
Binary file not shown.
Binary file added static/diagrams/temporal-cluster.webp
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/temporal-cron-job-flow.webp
Binary file not shown.
Binary file added static/diagrams/temporal-cron-job.webp
Binary file not shown.
Binary file added static/diagrams/temporal-database.webp
Binary file not shown.
Binary file added static/diagrams/temporal-frontend-service.webp
Binary file not shown.
Binary file added static/diagrams/temporal-history-service.webp
Binary file not shown.
Binary file added static/diagrams/temporal-intro.webp
Binary file not shown.
Binary file added static/diagrams/temporal-matching-service.webp
Binary file not shown.
Binary file added static/diagrams/temporal-platform-simple.webp
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/temporal-system-simple.webp
Binary file not shown.
Binary file added static/diagrams/temporal-vs-traditional.webp
Binary file not shown.
Binary file added static/diagrams/temporal-worker-service.webp
Binary file not shown.
Binary file added static/diagrams/traditional-comparison.webp
Binary file not shown.
Binary file added static/diagrams/worker-and-server-component.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/workflow-execution-statuses.webp
Binary file not shown.
Binary file added static/diagrams/workflow-execution-timeout.webp
Binary file not shown.
Binary file not shown.
Binary file added static/diagrams/workflow-run-timeout.webp
Binary file not shown.
Binary file added static/diagrams/workflow-task-timeout.webp
Binary file not shown.
Binary file added static/diagrams/workflow-type-cardinality.webp
Binary file not shown.
Binary file added static/img/ArrowUpRight.webp
Binary file not shown.
Binary file added static/img/Echo-Sql-test-cases.webp
Binary file not shown.
Binary file added static/img/Echo-Sql-test-diff.webp
Binary file not shown.
Binary file added static/img/Echo-Sql-test-diff2.webp
Binary file not shown.
Binary file added static/img/Echo-Sql-test-run.webp
Binary file not shown.
Binary file added static/img/Flask-redis-Captured test cases.webp
Binary file not shown.
Binary file added static/img/GET-request.webp
Binary file not shown.
Binary file added static/img/GSoC.webp
Binary file not shown.
Binary file added static/img/Gin-Mongo-test-cases.webp
Binary file not shown.
Binary file added static/img/Gin-Mongo-test-diff.webp
Binary file not shown.
Binary file added static/img/Gin-Mongo-test-runs.webp
Binary file not shown.
Binary file added static/img/GitTogether.webp
Binary file not shown.
Binary file added static/img/GorillaMux-Redis-test-diff.webp
Binary file not shown.
Binary file added static/img/GorillaMux-Redis-test-diff2.webp
Binary file not shown.
Binary file added static/img/GorillaMux-Redis-test-runs.webp
Binary file not shown.
Binary file added static/img/GorillaMux-Redis.webp
Binary file not shown.
Binary file added static/img/IntroduceBugJava.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/Keploy-record-openhospital.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/Keploy-test-openhospital.webp
Binary file not shown.
Binary file added static/img/POST-request.webp
Binary file not shown.
Binary file added static/img/Podman.webp
Binary file not shown.
Binary file added static/img/Run_Configuration.webp
Binary file not shown.
Binary file added static/img/Sanic-Mongo-Test.webp
Binary file not shown.
Binary file added static/img/Sanic-mongo-record.webp
Binary file not shown.
Binary file added static/img/Testcases-results-openhospital.webp
Binary file not shown.
Binary file added static/img/TestrunsSuccess.webp
Binary file not shown.
Binary file added static/img/api-generate-it.webp
Binary file not shown.
Binary file added static/img/api-testing-generate.webp
Binary file not shown.
Binary file added static/img/api-tools.webp
Binary file not shown.
Binary file added static/img/bun-mongo-record.webp
Binary file not shown.
Binary file added static/img/code-snippets/gin-mongo-linux-cmd.webp
Binary file not shown.
Binary file added static/img/code-snippets/gin-mongo-test-mock.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/code-snippets/install-keploy-logs.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/img/code-snippets/noise-addition.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/csharp-logo.webp
Binary file not shown.
Binary file added static/img/delete-individual.webp
Binary file not shown.
Binary file added static/img/delete-suite.webp
Binary file not shown.
Binary file added static/img/difference.webp
Binary file not shown.
Binary file added static/img/docker-logo.webp
Binary file not shown.
Binary file added static/img/dynamodb-logo.webp
Binary file not shown.
Binary file added static/img/elastic-logo.webp
Binary file not shown.
Binary file added static/img/express-mongoose-utg.webp
Binary file not shown.
Binary file added static/img/favicon.webp
Binary file not shown.
Binary file added static/img/glossary/ft.webp
Binary file not shown.
Binary file added static/img/glossary/junit.webp
Binary file not shown.
Binary file added static/img/glossary/keploy_VS.webp
Binary file not shown.
Binary file added static/img/glossary/mocha.webp
Binary file not shown.
Binary file added static/img/glossary/nunit.webp
Binary file not shown.
Binary file added static/img/glossary/pytest.webp
Binary file not shown.
Binary file added static/img/glossary/rspec.webp
Binary file not shown.
Binary file added static/img/glossary/testng.webp
Binary file not shown.
Binary file added static/img/go-lang.webp
Binary file not shown.
Binary file added static/img/golang.webp
Binary file not shown.
Binary file added static/img/gsoc-banner.webp
Binary file not shown.
Binary file added static/img/hacktoberfest.webp
Binary file not shown.
Binary file added static/img/how-it-works.webp
Binary file not shown.
Binary file added static/img/http-logo.webp
Binary file not shown.
Binary file added static/img/java.webp
Binary file not shown.
Binary file added static/img/javascript-logo.webp
Binary file not shown.
Binary file added static/img/jwt-record.webp
Binary file not shown.
Binary file added static/img/jwt-test-fail.webp
Binary file not shown.
Binary file added static/img/jwt-test-pass.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/console-test-run.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/denoise.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/keploy-cloud-new-app.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/keploy-console-cmd.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/noise.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/test-operations.webp
Binary file not shown.
Binary file added static/img/keploy-cloud/test-reports.webp
Binary file not shown.
Binary file added static/img/keploy-logo-dark.webp
Binary file not shown.
Binary file added static/img/keploy-logo-twitter-card.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/keploy-test-cases.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/keploy-test-docker-employee-app.webp
Binary file not shown.
Binary file added static/img/keploy-test-runs.webp
Binary file not shown.
Binary file added static/img/layers.webp
Binary file not shown.
Binary file added static/img/link-to-demo-video.webp
Binary file not shown.
Binary file added static/img/mock-dependencies.webp
Binary file not shown.
Binary file added static/img/mongodb-logo.webp
Binary file not shown.
Binary file added static/img/mux-mysql-keploy-record.webp
Binary file not shown.
Binary file added static/img/mux-mysql-keploy-start.webp
Binary file not shown.
Binary file not shown.
Binary file added static/img/mux-mysql-keploy-tests.webp
Binary file not shown.
Binary file added static/img/mux-sql-test-cases.webp
Binary file not shown.
Binary file added static/img/mux-sql-utg.webp
Binary file not shown.
Binary file added static/img/mysql-logo.webp
Binary file not shown.
Binary file added static/img/nextjs-postgres-record.webp
Binary file not shown.
Binary file added static/img/nextjs-postgres-test.webp
Binary file not shown.
Binary file added static/img/noise-filtration.webp
Binary file not shown.
Binary file added static/img/normalise-test-case.webp
Binary file not shown.
Binary file added static/img/openhospital-ui.webp
Binary file not shown.
Binary file added static/img/oracle-logo.webp
Binary file not shown.
Binary file added static/img/os/docker.webp
Binary file not shown.
Binary file added static/img/os/linux.webp
Binary file not shown.
Binary file added static/img/os/macos.webp
Binary file not shown.
Binary file added static/img/os/windows.webp
Binary file not shown.
Binary file added static/img/oss/keploy-arch.webp
Binary file not shown.
Binary file added static/img/pet-record.webp
Binary file not shown.
Binary file added static/img/pet-test1.webp
Binary file not shown.
Binary file added static/img/pet-test2.webp
Binary file not shown.
Binary file added static/img/postgres-logo.webp
Binary file not shown.
Binary file added static/img/pyramid-cost.webp
Binary file not shown.
Binary file added static/img/python.webp
Binary file not shown.
Binary file added static/img/question-mark-circle.webp
Binary file not shown.
Binary file added static/img/redis-logo.webp
Binary file not shown.
Binary file added static/img/rename-testcase.webp
Binary file not shown.
Binary file added static/img/result-openhospital.webp
Binary file not shown.
Binary file added static/img/rust-crud-record.webp
Binary file not shown.
Binary file added static/img/rust-logo.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added static/img/rust-mongo-rest-test-run-2.webp
Binary file not shown.
Binary file added static/img/rust-mongo-rest-test-run.webp
Binary file not shown.
Binary file added static/img/rust-mongo-test-case.webp
Binary file not shown.
Binary file added static/img/rust-mongo-test-run.webp
Binary file not shown.
Binary file added static/img/share.webp
Binary file not shown.
Binary file added static/img/test-casae-detail1.webp
Binary file not shown.
Binary file added static/img/test-case-Java.webp
Binary file not shown.
Binary file added static/img/test-case-detail.webp
Binary file not shown.
Binary file added static/img/test-case-page.webp
Binary file not shown.
Binary file added static/img/test-case-page1.webp
Binary file not shown.
Binary file added static/img/test-cases-employeee-app.webp
Binary file not shown.
Binary file added static/img/test-edit.webp
Binary file not shown.
Binary file added static/img/test-edited.webp
Binary file not shown.
Binary file added static/img/test-generate.webp
Binary file not shown.
Binary file added static/img/test-noise-employee-app.webp
Binary file not shown.
Binary file added static/img/test-run-page.webp
Binary file not shown.
Binary file added static/img/test-run-page1.webp
Binary file not shown.
Binary file added static/img/test-suites.webp
Binary file not shown.
Binary file added static/img/testcase-bun.webp
Binary file not shown.
Binary file added static/img/testcase-echo.webp
Binary file not shown.
Binary file added static/img/testcase-mux.webp
Binary file not shown.
Binary file added static/img/testcase-node.webp
Binary file not shown.
Binary file added static/img/testcase.webp
Binary file not shown.
Binary file added static/img/testrun-echo.webp
Binary file not shown.
Binary file added static/img/testrun-fail-1.webp
Binary file not shown.
Binary file added static/img/testrun-fail-2.webp
Binary file not shown.
Binary file added static/img/testrun-mux.webp
Binary file not shown.
Binary file added static/img/testrun-node-fail.webp
Binary file not shown.
Binary file added static/img/testrun-node-pass.webp
Binary file not shown.
Binary file added static/img/testrun.webp
Binary file not shown.
Binary file added static/img/tool.webp
Binary file not shown.
Binary file added static/img/typescript.webp
Binary file not shown.
Binary file added static/img/wsl-record-ts.webp
Binary file not shown.
Binary file added static/img/wsl-test-summary-ts.webp
Binary file not shown.
Binary file added static/img/wsl-test-ts.webp
Binary file not shown.
Loading