edgee icon indicating copy to clipboard operation
edgee copied to clipboard

The full-stack edge platform for your edge oriented applications.

Results 16 edgee issues
Sort by recently updated
recently updated
newest added

Track performance of a computed page over time to avoid performance regressions. #### Option: [https://bencher.dev/learn/benchmarking/rust/criterion/](https://bencher.dev/learn/benchmarking/rust/criterion/) [Criterion](https://github.com/bheisler/criterion.rs)

**Description:** Currently, the logging for data collection calls includes: * Logging the Edgee payload: ```rust info!(target: "data_collection", payload = payload_json.as_str()); ``` * Logging the result of the HTTP call to...

enhancement
repo/edgee
feature

**Is your feature request related to a problem? Please describe.** Error reporting is a big part in user interaction, thus it would be greatly beneficial to improve error handling. As...

enhancement

**Is your feature request related to a problem? Please describe.** Currently, if a user launches `./edgee` without an existing `edgee.toml` (or `edgee.yaml`) configuration file, the system exits without guidance. This...

enhancement

We've identified several components that are common across multiple Edgee repositories. To improve maintainability and reduce code duplication, we should consider modularizing these shared components into separate crates. Shared components...

enhancement
repo/edgee
repo/fastly-edgee

The Edgee JS SDK is currently processed and rendered directly in this repo, but also in other repos. It would make more sense to deport it to a dedicated crate,...

enhancement
repo/sdk

**Is your feature request related to a problem? Please describe.** Brotli compression is slower than other encoding algorithms Edgee adds a header to the response which indicates the compute duration...

enhancement

### Checklist * [X] I have read the [Contributor Guide](https://github.com/edgee-cloud/.github/blob/main/CONTRIBUTING.md) * [X] I have read and agree to the [Code of Conduct](https://github.com/edgee-cloud/.github/blob/main/CODE_OF_CONDUCT.md) * [X] I have added a description of...

### Checklist * [ ] I have read the [Contributor Guide](https://github.com/edgee-cloud/.github/blob/main/CONTRIBUTING.md) * [ ] I have read and agree to the [Code of Conduct](https://github.com/edgee-cloud/.github/blob/main/CODE_OF_CONDUCT.md) * [ ] I have added...

Each component WIT interface defines a set of core functions that components must implement, along with their expected types and behaviors. The interfaces are designed to be composable, allowing components...

question