Nabil

Results 35 issues of Nabil

_This is a draft PR so I can leverage the github action to validate my tests, since the gradle setup for this project does not work on Apple silicon (M1)....

I followed your tutorial: [http://andrewkelley.me/post/raspberry-pi-music-player-server.html](http://andrewkelley.me/post/raspberry-pi-music-player-server.html) And I have nodejs 0.10.29 installed so here are the errors: `pi@raspberrypi:~/groovebasin $ npm run build > [email protected] build /home/pi/groovebasin > npm install && ./build...

[Navigator-staging-jmx.zip](https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/files/8794110/Navigator-staging.zip) Ran via ```sh ./jmeter.sh -n -t Navigator-staging.jmx -l tests/run1/ -e -o tests/out1 ``` Extract this zip file and open the `index.html` to view the results: [250-concurrent-users.zip](https://github.com/DFO-Ocean-Navigator/Ocean-Data-Map-Project/files/8794103/250-concurrent-users.zip) Summary: ![image](https://user-images.githubusercontent.com/5572045/170887697-658c3439-f366-49dd-8c74-dbcee2650d2e.png) ![image](https://user-images.githubusercontent.com/5572045/170887722-6d4392af-0b6a-4dcb-8e13-bf98ba1b4e6b.png)...

technical
Performance

A random tile (produced by using gunicorn `./launch_web_service.sh`): `/api/v1.0/tiles/gaussian/25/10/EPSG:3857/giops_day/votemper/2281521600/0/-5,30/3/3/3.png` produces the following memory profile ``` Filename: /home/ubuntu/onav-cloud/Ocean-Data-Map-Project/data/__init__.py Line # Mem usage Increment Occurrences Line Contents ============================================================= 9 185.0 MiB 185.0...

Discussion
technical
Python
Performance

Observations are slow to load on the website. ```sql -- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: navigator -- ------------------------------------------------------ -- Server version 10.3.34-MariaDB-0ubuntu0.20.04.1...

Discussion
technical
Performance

* https://github.com/fsspec/kerchunk * https://github.com/pangeo-forge/pangeo-forge-recipes * https://github.com/intake/intake * https://github.com/stac-utils/pystac

Discussion

Was curious to know how this function is performing with GIOPS 10 day forecast latlon. How I instrumented the file ```bash pip install line_profiler ``` then, ```diff diff --git a/data/transformers/geojson.py...

technical
Python
Priority: Low
Performance

First of all we should set up instrumentation to help with diagnosing what's slow and where. Flamegraphs and API metrics come to mind. Stuff that could be causing slowness: *...

Bug
Performance

- Sonic Layer Depth - Cut off frequency - Sub-surface channel axis depth - Depth excess (email Erica for more details regarding calculations if needed)

Python
User Requested
Erica Wishlist
Priority: Medium

#689 makes a first cut at figuring out an optimal chunk size of 200. But the question stands, is there a more optimal number?

technical
Python
Priority: Low
Performance